| PEAR Announce 2006-05-25, 8:08 am |
| The new PEAR package Crypt_Xtea-1.1.0RC5 (beta) has been released at http://pear.php.net/.
Release notes
-------------
Updated to fix unsigned/signed integer calculations.
Renamed test/xtea.php to test/xteacmd.php for case-insensitive platforms.
Added javascript implementation.
NB: Encryption results from previous versions are not
compatible with this version, so please check your code.
Package Info
-------------
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.co....shtml#new_ansi
Related Links
-------------
Package home: http://pear.php.net/package/Crypt_Xtea
Changelog: http://pear.php.net/package/Crypt_X...wnload/1.1.0RC5
Download: http://pear.php.net/get/Crypt_Xtea-1.1.0RC5.tgz
Authors
-------------
Jeroen Derks <jeroen@derks.it> (lead)
|