Download the PHP package dataground/simplepgp without Composer
On this page you can find all versions of the php package dataground/simplepgp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package simplepgp
SimplePGP
Very simple library for PGP decryption using the excellent (but rather complex) Singpoyma OpenPGP Library. A lot of people have problems with the complexity of GnuPG/OpenPGP/PGP decryption in automated workflows. SimplePGP tries to solve this problem, it can decrypt data without any dependencies and without the need to add the private key to any local keyring.
Installation
composer install dataground/simplepgp
Input formats
- The PrivateKey file should be ascii armored (default for most key export tools)
- The input file content should be in base64 encoded format (not binary)
Example
TODO
- Add encryption support
- Improve error handling
- Add tests and examples
Contributing
Contributions are very welcome, please adhere to [http://www.phptherightway.com/] best practices.
All versions of simplepgp with dependencies
PHP Build Version
Package Version
Requires
singpolyma/openpgp-php Version
^0.7
The package dataground/simplepgp contains the following files
Loading the files please wait ....