Skip to content

Commit 96eff2d

Browse files
Add files via upload
1 parent 769e978 commit 96eff2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsa_key_generator.py

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

44
import os # for handling paths
55
import sys # for getting sys.argv
6-
from Crypto.PublicKey import RSA
6+
from Cryptodome.PublicKey import RSA
77
import getpass # for securely entering a user's pass phrase to access the private key
88

99
# - GLOBAL SCOPE VARIABLES start -

0 commit comments

Comments
 (0)