CIPHER MACHINE ------------------------------------------- The Cipher Machine accepts a message(lowercase only) and outputs a ciphered version of it. You can view the cipher bly clicking the paper button in the top left corner. HOW IT WORKS -------------------------- The Cipher Machine generates a random number from 1 to 26 for a letter (the number never repeats itself for another letter) and then takes the randomized number and assigns it to the corresponding letter and outputs the ciphered message, making it practically uncrackable.
This is supposed to be a version of the cipher called the "One Time Pad" and "Enigma Machine" Numbers are not supported.