 |
Introduction
These pages provide tools for encrypting and decrypting text. Some instructions and tips (which may be better understood once you have looked at one of the pages):
- The text in the Text box carries over from page to page; you do not need to copy and paste it.
- On any page, if you check the View Source box before clicking the Submit button, the source code will appear at the bottom of the page.
- Any time you input text, the text is not case sensitive. For text in the Text box, characters other than A through Z will be skipped over in the algorithm on the page; nonetheless, you will receive a warning message if your text contains any non-alphabetic characters other than whitespace.
- Any time you input a number, the number must be an integer greater than or equal to 0. (Sometimes the limits are more specific, in which case you will be notified by error or warning messages.)
| Alphabet Reference |
| A | 0 | | N | 13 | |
| B | 1 | | O | 14 | |
| C | 2 | | P | 15 | |
| D | 3 | | Q | 16 | |
| E | 4 | | R | 17 | |
| F | 5 | | S | 18 | |
| G | 6 | | T | 19 | |
| H | 7 | | U | 20 | |
| I | 8 | | V | 21 | |
| J | 9 | | W | 22 | |
| K | 10 | | X | 23 | |
| L | 11 | | Y | 24 | |
| M | 12 | | Z | 25 | |
|