- The Input is the original "plain text" message (to encrypt), or the encrypted message (to decrypt).
- The Input may only contain values that are in the selected Alphabet.
characters

characters

- The Key should be a perfectly random distribution of all of the characters in the "Alphabet".
- The Key must be at least as long as the input message.
- NOTE: the Output will be as long as the key, even if the input is shorter.
characters




Show more information