For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > February 2006 > [ANNOUNCEMENT] Crypt_RSA-1.1.0b (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_RSA-1.1.0b (beta) Released.
PEAR Announce

2006-02-26, 3:56 am

The new PEAR package Crypt_RSA-1.1.0b (beta) has been released at http://pear.php.net/.

Release notes
-------------
* added fromPEMString() function in Crypt_RSA_KeyPair class. This function allows to retrieve RSA keypair from PEM-encoded strings. Thanks to all the people who sponsored .pem developement
* modified key generation algorithm
* added optional 'error_handler' parameter to factory() methods in all classes
* modified math wrapper interface: isZero(), nextPrime() and getRand() substituted by isOne() and getPrime() functions



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.1.0b
Download: http://pear.php.net/get/Crypt_RSA-1.1.0b.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