https://github.com/singpolyma/openpgp-php
OpenPGP.php is a pure-PHP implementation of the OpenPGP Message Format (RFC 4880).
https://github.com/singpolyma/openpgp-php
cryptography openpgp pgp php
Last synced: about 1 year ago
JSON representation
OpenPGP.php is a pure-PHP implementation of the OpenPGP Message Format (RFC 4880).
- Host: GitHub
- URL: https://github.com/singpolyma/openpgp-php
- Owner: singpolyma
- License: unlicense
- Fork: true (dryphp/openpgp.php)
- Created: 2010-03-30T17:41:39.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T19:01:23.000Z (over 1 year ago)
- Last Synced: 2025-03-28T17:03:25.006Z (about 1 year ago)
- Topics: cryptography, openpgp, pgp, php
- Language: PHP
- Homepage: http://singpolyma.github.io/openpgp-php/
- Size: 699 KB
- Stars: 181
- Watchers: 24
- Forks: 70
- Open Issues: 18
-
Metadata Files:
- Readme: README
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[](https://travis-ci.org/singpolyma/openpgp-php)
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
* Helper class for encrypting and decrypting messages and keys using
* 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.
Bugs, feature request, pull requests, patches, and general discussion may
be submitted publicly via email to: dev@singpolyma.net
Github users may alternately submit on the web there.
Users
-----
OpenPGP.php is currently being used in the following projects:
*
* [Passbolt API](https://github.com/passbolt/passbolt_api)
Download
--------
To get a local working copy of the development repository, do:
git clone https://github.com/singpolyma/openpgp-php.git
Alternatively, you can download the latest development version as a tarball
as follows:
wget https://github.com/singpolyma/openpgp-php/tarball/master
Authors
-------
* [Arto Bendiken](mailto:arto.bendiken@gmail.com) (Original author) -
* [Stephen Paul Weber](mailto:singpolyma@singpolyma.net) (Maintainer) -
License
-------
OpenPGP.php is free and unencumbered public domain software. For more
information, see or the accompanying UNLICENSE file.