Update BrokenCryptoAlgorithm - Blowfish to AES

This commit is contained in:
Faten Healy
2020-09-13 21:04:07 +10:00
committed by GitHub
parent f4f47bd5ed
commit 826fc0a630

View File

@@ -33,7 +33,7 @@
<code>pycrypto</code> you must specify the encryption
algorithm to use. The first example uses DES, which is an
older algorithm that is now considered weak. The second
example uses Blowfish, which is a stronger more modern algorithm.
example uses AES, which is a stronger modern algorithm.
</p>
<sample src="examples/broken_crypto.py" />