simple encoder
Try entering some English text into the left box, and clicking on translate. If the keyword is "aaa" or any sequence of 'a'-s, the encryption is null. The numeric value of the key letter is added (modulo 26) to the plaintext letter to give the ciphertext letter at a given position. -- See copyright notice.