We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfe5be commit 18d3950Copy full SHA for 18d3950
crypto.py
@@ -2,7 +2,7 @@
2
3
import os, argparse
4
from getpass import getpass
5
-# sudo pip install pycrypto
+# sudo pip install pycryptodome==3.6.1
6
from Crypto.Cipher import AES
7
from Crypto.Hash import SHA256
8
from Crypto import Random
0 commit comments