this simple program implements the Vigenerecipher in python
For details of this cipher see;
http://en.wikipedia.org/wiki/Vigenere_cipher
This cipher can be broken by frequency analysis, this is a toy project, and should not be used in situations where security is important.