» Version | » Information |
---|---|
2009-01-05 beta |
|
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:
|
2006-02-26 beta |
|
2005-05-11 stable |
|
2005-04-21 beta |