Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 249 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 249 Bytes

RSA-enc-dec

Encryption and decryption implementation using RSA and user input sized keys.

This project takes user input (one int) and generates keys. Keys get written to new files and encryption/decryption is carried out by reading such files.