mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
6652947ac1
PEAR::Crypt_RSA allows you to use two-key strong cryptography like RSA with arbitrary key length. PR: ports/80939 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
10 lines
337 B
Plaintext
10 lines
337 B
Plaintext
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/
|