Warning: This package management website is not protected with a password, this is a MAJOR security risk. Please read the README.
Package
Crypt_RSA
Installed
- no -
Latest
1.2.1
License
PHP
Summary
Provides RSA-like key generation, encryption/decryption, signing and signature checking.
Users are strongly advised to migrate to phpseclib's Crypt_RSA; which is better maintained and less vulnerable to security issues.
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
Dependencies
PHP Version: 4.0.0 or newer PEAR Package: pear.php.net/PEAR 1.4.0b1 or newer PEAR Package: pear.php.net/big_int 1.0.3 or newer1 PHP Extension: bcmath PHP Extension: gmp