For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > May 2005 > [ANNOUNCEMENT] Crypt_RSA-1.0.0 (stable) 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_RSA-1.0.0 (stable) Released.
PEAR Announce

2005-05-11, 3:59 pm

The new PEAR package Crypt_RSA-1.0.0 (stable) has been released at http://pear.php.net/.

Release notes
-------------
* it is the first stable release of the package
* added optional $math_wrapper parameter to Crypt_RSA, Crypt_RSA_Key and Crypt_RSA_KeyPair constructors. It allows to catch errors by user's error handler during objects construction
* updated documentation in docs/Crypt_RSA/docs folder. But it is still very ugly ;)


Package Info
-------------
This package allows you to use two-key strong cryptography like RSA with arbitrary key length.
It uses one of the following extensions for math calculations:
- PECL big_int extension ( http://pecl.php.net/packages/big_int ) version greater than or equal to 1.0.3
- PHP GMP extension ( http://php.net/gmp )
- PHP BCMath extension ( http://php.net/manual/en/ref.bc.php ) for both PHP4 and PHP5


Related Links
-------------
Package home: http://pear.php.net/package/Crypt_RSA
Changelog: http://pear.php.net/package/Crypt_RSA/download/1.0.0
Download: http://pear.php.net/get/Crypt_RSA-1.0.0.tgz

Authors
-------------
Alexander Valyalkin <valyala@gmail.com> (lead)
Sponsored Links







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

Copyright 2008 codecomments.com