Press E to encrypt a string, and D to decrypt it. How it works: Each letter, number and symbol on the keyboard has a corrosponding number. When encrypting, what happens is that it simply gives a list of the corrosponding numbers of the letters in the encrypted message separated by the ◩ character (I couldn't use commas, as they could be part of a message being encrypted or decrypted). When decrypting, it finds each individual number and finds their corrosponding letter. You can use any of these characters, uppercase or lowercase: `1234568790=qwertyuiop[]\asdfghjkl;'zxcvbnm,./~!@#$%^&*()_+{}|:"<>? and space bar
@codysid gave me the idea to make this project