Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
secureyourself7 authored Sep 28, 2019
1 parent 769e978 commit 96eff2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsa_key_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

# - GLOBAL SCOPE VARIABLES start -
Expand Down

0 comments on commit 96eff2d

Please sign in to comment.