blob: a89a6daf6cda465cc16322432a93c6964ca8aa42 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
PEAR::Crypt_RSA 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 version greater than or equal to 1.0.3
- PHP GMP extension
- PHP BCMath extension for both PHP4 and PHP5
WWW: http://pear.php.net/package/Crypt_RSA/
|