Download the PHP package webguerilla/pgpmailer without Composer
On this page you can find all versions of the php package webguerilla/pgpmailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webguerilla/pgpmailer
More information about webguerilla/pgpmailer
Files in webguerilla/pgpmailer
Package pgpmailer
Short Description PGP Mailer
License AGPL-3.0
Homepage https://webguerilla.net/projects/pgp-mailer
Informations about the package pgpmailer
pgpmailer
This is a script for a contact form which is able to sent PGP encrypted emails. The content of the submission is encrypted to a public key and is done on the server. It is strongly recommended that you only use pgpmailer with a secure connection such as SSL. If you use pgpmailer on an unsecure connection there is a possibility your private data can be intercepted and modified before it is encrypted.
Requirements
- PHP 5
- GnuPG
- composer
Install
Via Composer
Usage
pgpmailer requires having a PGP key and exporting an ASCII-armored public key.
- Copy an ASCII-armored public key to 'public/assets/' For example: 'public/assets/0xBADB0B1337.asc'.
- Modify the config file in 'install/config.sample.php' where it says $publicKeyFilepath. For example: $publicKeyFilepath = PATH_PUBLIC . '/assets/0xBADB0B1337.asc'
- Move the file 'install/config.sample.php' to 'src/config.php'.
- Run ./composer.phar update
Testing
Contributing
Please see CONTRIBUTING for details.
Credits
License
GNU GENERAL PUBLIC LICENSE Version 3. Please see License File for more information.
All versions of pgpmailer with dependencies
twig/twig Version 1.*
symfony/twig-bridge Version ~2.3
symfony/form Version ~2.3
symfony/validator Version ~2.3
symfony/config Version ~2.3
symfony/translation Version ~2.3
pear-pear.php.net/crypt_gpg Version 1.3.*