Welcome to CryptoWeb, the first version of Theta Pi Software's Cryptogrammer that can be run from any web page! CryptoWeb is an application that lets you create cryptogram word puzzles, of the type used in the Celebrity Cipher newspaper column. Basically, what this program does is put your text through a simple letter-for-letter substitution cipher, where each letter corresponds to a different letter in the "cipher" alphabet.
ABCDEFGHIJKLMNOPQRSTUVWXYZ .,?/:!-_"
The use of any other characters (including lowercase) may cause the script to crash or return irregular data.
The "Super" option invokes the function of the old Super Cryptogrammer program, in that while the normal version keeps the punctuation intact, the Super version shifts the punctuation as well. This makes for a harder puzzle, but one that can be used as an exercise for Computer Science students interested in learning about breaking rudimentary cryptography. Due to a bug in handling quotations, quote marks are not converted in Super mode and remain in the same place as in the original plaintext.