Warning: This package management website is not protected with a password, this is a MAJOR security risk. Please read the README.
Package
Crypt_Xtea
Installed
- no -
Latest
1.1.0
License
PHP 2.02
Summary
A class that implements the Tiny Encryption Algorithm (TEA) (New Variant).
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
Dependencies
PHP Version: 4.0.0 or newer PEAR Package: pear.php.net/PEAR 1.4.0b1 or newer