|
|
| Name: |
OpenSSLCrypt |
| Base name: |
class_opensslcrypt |
| Description: |
Encrypts and decrypts using an RSA key pair. |
| Related classes: |
RSA, openssl, key, PUBLIC KEY |
| Version: |
- |
| PHP version: |
- |
| License: |
Freely Distributable |
| All time users: |
2709 users |
| All time rank: |
1165 |
| Week users: |
3 users |
| Week rank: |
1194 |
| |
|
This is a simple class that utilizes a public key and private key to encrypt and decrypt strings.
It requires with OpenSSL support (configure --with-openssl).
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Perfect (100.0%) |
Good (85.0%) |
- |
- |
- |
- |
Not sure (58.5%) |
920 |
| 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 |
|
|
| File |
Role |
Description |
class.OpenSSLCrypt.php |
Class |
The class, along with examples on generating keypairs, and how to use the class. |