<?xml version="1.0" encoding="UTF-8" ?>
<p xmlns="http://pear.php.net/dtd/rest.package"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"    xsi:schemaLocation="http://pear.php.net/dtd/rest.package    http://pear.php.net/dtd/rest.package.xsd">
 <n>Crypt_RSA</n>
 <c>pear.php.net</c>
 <ca xlink:href="/rest/c/Encryption">Encryption</ca>
 <l>PHP</l>
 <s>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.</s>
 <d>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</d>
 <r xlink:href="/rest/r/crypt_rsa"/>
 <dc>phpseclib.sourceforge.net</dc>
 <dp> Crypt_RSA</dp>
</p>