Go to file
Stephen Paul Weber 15baf1db70 Merge pull request #29 from DanielRuf/patch-3
added more PHP versions to the travis file
2016-03-15 08:23:18 -04:00
examples Update normalise and example for clearsigning 2016-02-24 11:07:10 -05:00
lib Update normalise and example for clearsigning 2016-02-24 11:07:10 -05:00
tests Add newline before end-of-file (PSR-2) 2015-03-15 21:55:40 +01:00
.gitignore Created repository. 2010-01-22 11:32:59 +01:00
.travis.yml added more PHP versions to the travis file 2016-03-15 09:31:57 +01:00
AUTHORS Add myself as an author 2010-03-30 13:38:28 -05:00
Doxyfile Initial doxygen setup 2014-06-28 14:26:12 -05:00
README Created repository. 2010-01-22 11:32:59 +01:00
README.md Link to new project that uses OpenPGP.php as library. 2016-02-20 17:17:53 -07:00
UNLICENSE Created repository. 2010-01-22 11:32:59 +01:00
VERSION Created repository. 2010-01-22 11:32:59 +01:00
composer.json use phpseclib 2.0 2015-11-20 11:39:37 +02:00
phpunit.xml Make autoload work for phpunit tests 2015-03-14 10:59:21 +01:00

README.md

OpenPGP.php: OpenPGP for PHP

This is a pure-PHP implementation of the OpenPGP Message Format (RFC 4880).

About OpenPGP

OpenPGP is the most widely-used e-mail encryption standard in the world. It is defined by the OpenPGP Working Group of the Internet Engineering Task Force (IETF) Proposed Standard RFC 4880. The OpenPGP standard was originally derived from PGP (Pretty Good Privacy), first created by Phil Zimmermann in 1991.

Features

  • Encodes and decodes ASCII-armored OpenPGP messages.
  • Parses OpenPGP messages into their constituent packets.
    • Supports both old-format (PGP 2.6.x) and new-format (RFC 4880) packets.
  • Helper class for verifying, signing, encrypting, and decrypting messages using Crypt_RSA from http://phpseclib.sourceforge.net
  • Helper class for encrypting and decrypting messages and keys using Crypt_AES and Crypt_TripleDES from http://phpseclib.sourceforge.net

Users

OpenPGP.php is currently being used in the following projects:

Download

To get a local working copy of the development repository, do:

% git clone git://github.com/bendiken/openpgp-php.git

Alternatively, you can download the latest development version as a tarball as follows:

% wget http://github.com/bendiken/openpgp-php/tarball/master

Authors

License

OpenPGP.php is free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying UNLICENSE file.