-
Notifications
You must be signed in to change notification settings - Fork 0
How the Alpha Numeric Encryption Works
The Alpha Numeric Encryption is quite simple but can give new users confusion about how it works. First, SafeFile turns the contents of the message into the appropriate ASCII number. Then, the use can decide how much they want to multiply the number by and possibly with some other math equations. Then, the multiplied, divided, etc. numbers go back to the user until the user wants to decrypt them. If the user wants each sentence to e encrypted with an different equation, the user would have to encrypt each sentence one at an time(for now). When the user wants to decrypt it, they give how much thy multiplied, divided, etc. and the program does the math calculation reveres (multiplications become divisions, etc.) and then it is put back into normal text. Currently, this encryption on SafeFile only works with letters. In order for it to work 100% of the time, ## only use lowercase letters.