Cryptography: RSA
Khaled Al-Shamaa (contact me)
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.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Good (93.8%)
| Sufficient (79.2%)
| Sufficient (70.8%)
| Good (81.3%)
| -
| -
| Sufficient (70.0%)
| 149 |
Click here for detailed information about this class on phpclasses.org