Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 326 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 326 Bytes

Encryptor

Aplha numeric encryptor ( encrypts sing words having charecters with ASCII values between 49 ('1') and 122 ('Z')
Encrypts charecters as product of large prime numbers
Gives us a code which can be used to decrypt the data
Data will be dumped in binary mode into a file and code will be provided to use