Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f47bd commit 826fc0aCopy full SHA for 826fc0a
1 file changed
python/ql/src/Security/CWE-327/BrokenCryptoAlgorithm.qhelp
@@ -33,7 +33,7 @@
33
<code>pycrypto</code> you must specify the encryption
34
algorithm to use. The first example uses DES, which is an
35
older algorithm that is now considered weak. The second
36
- example uses Blowfish, which is a stronger more modern algorithm.
+ example uses AES, which is a stronger modern algorithm.
37
</p>
38
39
<sample src="examples/broken_crypto.py" />
0 commit comments