This program encrypts files using the simple caesar cipher encryption. The program is written in assembly. I wrote this program to practice assembly, as I'm currently reading "Programming from the ...
It slices the alphabet from the index of shift then add the sliced part to the start of the alphabet. Find the index of every character in user input in the alphabet and append the character with the ...
In general, you want to avoid writing down sensitive information and just keeping it in your head but that's not always an option. If you have to write down a password, or some other sensitive ...