Top Level :: Encryption

Package Information: Crypt_Xtea

» 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)
Easy Install

Not sure? Get more info.

pear install Crypt_Xtea

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Crypt_Xtea

  • Package Maintenance Rank: 25 of 229 packages with open bugs
  • Number of open bugs: 1 (3 total bugs)
  • Average age of open bugs: 2510 days
  • Oldest open bug: 2510 days

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

Dependencies for Crypt_Xtea