Python Blowfish and XXTEA Code
Brought to you by:
ivoras
File | Date | Author | Commit |
---|---|---|---|
README | 2011-06-11 |
![]() |
[af59d1] Add a note about caninicity |
blowfish.py | 2011-06-21 |
![]() |
[e933d1] Integrated CBC mode by Joel Edwards <joeledward... |
xxtea.py | 2011-06-11 |
![]() |
[3e6f87] Initial import of original code, containing the... |
This is a small, informal collection of ad-hoc cryptography algorithms in pure Python, created by various authors. I have tried to maintain a sort of common API interface across the implementations, but differences have probably sneaked in. The goal is for the algorithms to be compliant with the canonical implementations. Licenses of individual files might differ! Ivan Voras <ivoras@gmail.com>, 2011.