Top Level :: Encryption

Package Information: Crypt_RSA

» Summary» License
Provides RSA-like key generation, encryption/decryption, signing and signature checkingPHP
» Current Release» Bug Summary
1.2.0b (beta) was released on 2006-02-28 (Changelog)
1.0.0 (stable) was released on 2005-05-11 (Changelog)
  • Package Maintenance Rank: 146 of 163 packages with open bugs
  • Number of open bugs: 6 (11 total bugs)
  • Average age of open bugs: 810 days
  • Oldest open bug: 923 days
» Description
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
» Maintainers» More Information