» Version | » Information |
---|---|
1.2.1 |
Easy InstallNot sure? Get more info. pear install Crypt_RSA-1.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Crypt_RSA-1.2.1 Release date: 2009-01-05 03:41 UTC Release state: beta Release uploaded by: doconnor Changelog: PHPCS Bug #7252 - undefined variable $in Bug #7254 - E_STRICT / only return variables by reference Bug #7253 - docblock corrections Dependencies:
|
1.2.0b |
Easy InstallNot sure? Get more info. pear install Crypt_RSA-1.2.0b Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Crypt_RSA-1.2.0b Release date: 2006-02-28 16:20 UTC Release state: beta Release uploaded by: valyala Changelog: * added toPEMString() function in Crypt_RSA_KeyPair class. It allows to store keypair in .pem file as RSA private key * added isEqual() function in Crypt_RSA_KeyPair class. It returns true if two keypairs are equal * added mod() and isPrime() functions to math wrappers interface * fixed bug in getPrime() function of GMP and BCMath math wrappers, which hangs up key generating process * added optional $random_generator parameter to Crypt_RSA_KeyPair constructor and factory() method * added benchmark in tests/bench.php, which clearly shows performance of different math wrappers (GMP, BigInt, BCMath). In short: GMP is 5 times faster than BigInt, BCMath is 50 times slower than BigInt. Dependencies:
|
1.1.0b |
Easy InstallNot sure? Get more info. pear install Crypt_RSA-1.1.0b Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Crypt_RSA-1.1.0b Release date: 2006-02-26 01:56 UTC Release state: beta Release uploaded by: valyala Changelog: * 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 Dependencies:
|
1.0.0 |
Easy InstallNot sure? Get more info. pear install Crypt_RSA-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Crypt_RSA-1.0.0 Release date: 2005-05-11 12:22 UTC Release state: stable Release uploaded by: valyala Changelog: * 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 ;) Dependencies:
|
1.0.0RC6 |
Easy InstallNot sure? Get more info. pear install Crypt_RSA-1.0.0RC6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Crypt_RSA-1.0.0RC6 Release date: 2005-04-21 16:31 UTC Release state: beta Release uploaded by: valyala Changelog: + added math wrapper for PHP GMP extension. See http://php.net/gmp for details about that extension. * fixed many small bugs. I do not remember all of them ;) Dependencies:
|