 |
|
Innovation award
 Nominee: 10x
Winner: 4x |
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.
|
|
| Name: |
RSA |
| Base name: |
rsa |
| Description: |
Encrypt and decrypt data with RSA public keys |
| Version: |
1.0 |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
8544 users |
| All time rank: |
159 |
| Week users: |
17 users |
| Week rank: |
93  |
| |
|
 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 |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (86.8%) |
Sufficient (77.6%) |
Sufficient (67.1%) |
Sufficient (75.0%) |
- |
- |
Sufficient (65.4%) |
451 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|