PHP Classes

gnuPG class: Encrypt data and manipulate keys using gnuPG

Recommend this page to a friend!

  Author Author  
Picture of Enrique Garcia M.
Name: Enrique Garcia M. <contact>
Classes: 2 packages by
Country: Colombia Colombia
Age: 50
All time rank: 2014 in Colombia Colombia
Week rank: 231 Down1 in Colombia Colombia Up


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
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.

Details
NOTA [ES]. ---------------------------------------------------------- En general el usuario con el cual se corre el GPG debe tener permisos de escritura sobre el keyring (*.gpg). Para plataformas WINDOWS, esto equivale a decir que el usuario IWAM_/IUSR_ dependiendo de si corre como ISAPI/CGI debe tener permisos de modify sobre la carpeta en donde estan los archivos que hacen parte del keyring. Adicionalmente hay que asegurar que el usuario con el cual corre el IIS pueda llamar al command, para poder llamar al gpg.exe cacls cmd.exe /E /G MACHINE\IUSR_MACHINE:R

  Classes of Enrique Garcia M.  >  gnuPG class  >  Download Download .zip .tar.gz  >  Support forum Support forum (3)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: gnuPG class
Base name: gnupg_class
Description: Encrypt data and manipulate keys using gnuPG
Version: 1.0.0
PHP version: -
License: GNU Lesser General Public License (LGPL)
All time users: 4354 users
All time rank: 666
Week users: 0 users
Week rank: 404 Equal
 
  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image Cryptography Encrypting, decrypting and hashing data View top rated classes
Group folder image Text processing Manipulating and validating text data View top rated classes


  User ratings  
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: Good (95%) Good (87%) Sufficient (75%) Good (80%) - - Sufficient (71%) 310
Month: Not yet rated by the users

  Applications that use this package  
Payment platform that integrates all the payment methods in Colombia.

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

  Files folder image Files  
File Role Description
Accessible without login HTML file gnuPG_class.html Doc. HTML Documentation
Accessible without login Plain text file gnuPG_class.inc Class The main class for the project.
Accessible without login Plain text file gnuPG_example.php Example The example file, show every method.
Plain text file readme.txt Doc. Notes about permissions in GPG

Install with Composer Install with Composer - Download Download all files: gnupg_class.tar.gz gnupg_class.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
  Files folder image Files  
File Role Description
Accessible without login HTML file gnuPG_class.html Doc. HTML Documentation
Accessible without login Plain text file gnuPG_class.inc Class The main class for the project.
Accessible without login Plain text file gnuPG_example.php Example The example file, show every method.
Plain text file readme.txt Doc. Notes about permissions in GPG

Install with Composer Install with Composer - Download Download all files: gnupg_class.tar.gz gnupg_class.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.