We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f20516 commit 03d8fc7Copy full SHA for 03d8fc7
python/ql/src/Security/CWE-327/examples/broken_crypto.py
@@ -1,4 +1,4 @@
1
-from Crypto.Cipher import DES, Blowfish
+from Crypto.Cipher import DES, AES
2
3
cipher = DES.new(SECRET_KEY)
4
0 commit comments