Skip to content

Commit 18d3950

Browse files
authored
Update crypto.py
1 parent bdfe5be commit 18d3950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import os, argparse
44
from getpass import getpass
5-
# sudo pip install pycrypto
5+
# sudo pip install pycryptodome==3.6.1
66
from Crypto.Cipher import AES
77
from Crypto.Hash import SHA256
88
from Crypto import Random

0 commit comments

Comments
 (0)