Skip to content

Latest commit

 

History

History

README.md

RSAEncryption

Description

Basic implementation of RSA encryption using inverse modular arithmetic

Running

chmod +x file.py for executable files

./rsaServer.py run prior to running ./rsaKey.py [numBits] [fileName]

numBits should be at least 11 bits