Skip to content

ohEmily/RSA-Encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RSA Encryption/Decryption Assignment

COMS3134 Data Structures (Fall 2013)

RSA encryption and decryption program. Generates public and private keys with which to run the decryption and encryption. (The files bob.public and bob.private contain the keys.)

To run (after compiling):

java rsa/Makekeys bob java rsa/Encode bob.public < message > code java rsa/Encode bob.public < message | java rsa/Encode bob.private

About

RSA encryption and decryption program. Generates public and private keys.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages