This class provides an PHP interface to use the functionality of gnuPG to encrypt and decrypt data and manipulate encryption keys.
The implemented functionality includes:
- GenKey: generate a new key.
- Encrypt: encrypt any content
- Decrypt: decrypt previously encrypted content
- Export: export a key
- Import: import a key block
- ListKeys: list the keys in the key ring
- DeleteKey: delete a key from the key ring
- SignKey: make a signature on key
This class not use temporary files, so the passwords and the sensitive information to be encrypt is never made accessible from the outside of the applications that use this class.
|
|
| Name: |
gnuPG class |
| Base name: |
gnupg_class |
| Description: |
Encrypt data and manipulate keys using gnuPG |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU Lesser General Public License (LGPL) |
| All time users: |
3964 users |
| All time rank: |
675 |
| Week users: |
1 user |
| Week rank: |
2173  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (94.4%) |
Good (86.1%) |
Sufficient (70.0%) |
Sufficient (77.8%) |
- |
- |
Sufficient (70.6%) |
178 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
| Link |
Description |
| PlacetoPay |
Payment platform that integrates all the payment methods in Colombia. |

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