Home | Trees | Indices | Help |
|
---|
|
XOR toy cipher
XOR is one the simplest stream ciphers. Encryption and decryption are performed by XOR-ing data with a keystream made by contatenating the key.
Do not use it for real applications!
Classes | |
XORCipher XOR cipher object |
Functions | |||
|
Variables | |
block_size = 1 Size of a data block (in bytes) |
|
key_size = xrange(1, 33) Size of a key (in bytes) |
Function Details |
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 24 09:02:36 2012 | http://epydoc.sourceforge.net |