By: toontownmiser
Views: 292 | LoveIts: 1
Description: This is a simple bitwise transposition cipher. All it does is represents the letters as base ten numbers, then turns them into base 2 representations, swaps the bits, turns it back into base ten, and back into a letter. The side effect of this is that some of the letters will encrypt as themselves ... show more
By: jessman
Views: 25 | LoveIts: 1
Description: This is an encryption program that I made, and it is based on a Vigenere cipher. In order to use it, just type in the letters you want to use, including the space bar, and to go to a new line, press the down arrow key. The Vigenere cipher modifies the plaintext by a keyword to turn it into ciphertex ... show more