For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > May 2006 > [ANNOUNCEMENT] Crypt_Xtea-1.1.0RC5 (beta) Released.









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author [ANNOUNCEMENT] Crypt_Xtea-1.1.0RC5 (beta) Released.
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)
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com