» Summary | » License |
---|---|
A class that implements the Tiny Encryption Algorithm (TEA) (New Variant). | PHP 2.02 |
» Current Release | » Bug Summary |
1.1.0 (stable) was released on 2008-03-06 by jderks (Changelog) |
Report a new bug to Crypt_Xtea |
» Description | |
A class that implements the Tiny Encryption Algorithm (TEA) (New Variant). This class does not depend on mcrypt. Since the latest fix handles properly dealing with unsigned integers, which where solved by introducing new functions _rshift(), _add(), the speed of the encryption and decryption has radically dropped. Do not use for large amounts of data. Original code from http://vader.brad.ac.uk/tea/source.shtml#new_ansi Currently to be found at: http://www.simonshepherd.supanet.com/source.shtml#new_ansi |
|
» Maintainers | » More Information |
|