2017 © Pedro Peláez
 

library openpgp-php

Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)

image

singpolyma/openpgp-php

Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)

  • Thursday, July 26, 2018
  • by vstm
  • Repository
  • 18 Watchers
  • 98 Stars
  • 12,579 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 46 Forks
  • 7 Open issues
  • 3 Versions
  • 24 % Grown

The README.md

Build Status, (*1)

OpenPGP.php: OpenPGP for PHP

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

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., (*3)

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 http://phpseclib.sourceforge.net
  • Helper class for encrypting and decrypting messages and keys using http://phpseclib.sourceforge.net
    • openssl or mcrypt required for CAST5 encryption and decryption

Bugs, Feature Requests, Patches

This project is primarily maintained by a single volunteer with many other things vying for their attention, please be patient., (*4)

Bugs, feature request, pull requests, patches, and general discussion may be submitted publicly via email to: dev@singpolyma.net, (*5)

Github users may alternately submit on the web there., (*6)

Users

OpenPGP.php is currently being used in the following projects:, (*7)

Download

To get a local working copy of the development repository, do:, (*8)

git clone https://github.com/singpolyma/openpgp-php.git

Alternatively, you can download the latest development version as a tarball as follows:, (*9)

wget https://github.com/singpolyma/openpgp-php/tarball/master

Authors

License

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

The Versions

26/07 2018

dev-master

9999999-dev

Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Stephen Paul Weber

12/04 2017

0.3.0

0.3.0.0

Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Stephen Paul Weber

14/08 2015

0.2.0

0.2.0.0

Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Stephen Paul Weber