1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/security/pear-Crypt_RSA/pkg-descr
Pav Lucistnik 6652947ac1 New port: security/pear-Crypt_RSA PEAR class allows you to use two-key strong cryptography
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>
2005-05-20 17:46:19 +00:00

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/