2017 © Pedro Peláez
 

library openpgp

Implementation of OpenPGP for PHP

image

mudhairless/openpgp

Implementation of OpenPGP for PHP

  • Wednesday, October 12, 2016
  • by mudhairless
  • Repository
  • 2 Watchers
  • 11 Stars
  • 99 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

!! WARNING! THIS CODE IS NOT MAINTAINED AND IS KNOWN TO HAVE ISSUES. !!

I am leaving the code available so that someone who had the inclination can fork and fix it. In my limited testing encryption works but I cannot get the reference tools to verify generated signatures and vice versa., (*1)

Implementation of OpenPGP for PHP

Based on the work done at: https://github.com/bendiken/openpgp-php The only changes from this project were to update to latest PSR standards., (*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 and signing messages using Crypt_RSA from http://phpseclib.sourceforge.net

The Versions

12/10 2016

dev-master

9999999-dev

Implementation of OpenPGP for PHP

  Sources   Download

CC0-1.0

The Requires

 

The Development Requires

by Stephen Paul Weber

security encryption signature signing cryptography crypto pgp openpgp gnupg key-pair

23/05 2014

1.0.0

1.0.0.0

Implementation of OpenPGP for PHP

  Sources   Download

CC0-1.0

The Requires

 

The Development Requires

by Stephen Paul Weber

security encryption signature signing cryptography crypto pgp openpgp gnupg key-pair

22/05 2014

1.0.0-beta

1.0.0.0-beta

Implementation of OpenPGP for PHP

  Sources   Download

CC0-1.0

The Requires

 

by Stephen Paul Weber