Innovation Award
 September 2007
Number 7 |
RSA is a very important encryption algorithm. It allows securely transmitting data encrypted with a private key that can only be decrypted with a public key.
There is class provides a pure PHP implementation of the RSA encryption algorithm, thus without relying on any PHP cryptography extensions.
Manuel Lemos |
This class is a pure PHP implementation of the RSA public key encryption algorithm.
It can generate the public and private keys from two prime numbers.
The public key should be used to encrypt the data. Only the private key can be used to decrypt the data encrypted with the public key.
It has also digital signature functionality.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (93.8%) |
Sufficient (79.2%) |
Sufficient (70.8%) |
Good (81.3%) |
- |
- |
Sufficient (70.0%) |
160 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.