Skip to content

Commit 826fc0a

Browse files
authored
Update BrokenCryptoAlgorithm - Blowfish to AES
1 parent f4f47bd commit 826fc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Security/CWE-327/BrokenCryptoAlgorithm.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<code>pycrypto</code> you must specify the encryption
3434
algorithm to use. The first example uses DES, which is an
3535
older algorithm that is now considered weak. The second
36-
example uses Blowfish, which is a stronger more modern algorithm.
36+
example uses AES, which is a stronger modern algorithm.
3737
</p>
3838

3939
<sample src="examples/broken_crypto.py" />

0 commit comments

Comments
 (0)