Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dryphp/openpgp.php
OpenPGP.php is a pure-PHP implementation of the OpenPGP Message Format (RFC 4880).
https://github.com/dryphp/openpgp.php
Last synced: 13 days ago
JSON representation
OpenPGP.php is a pure-PHP implementation of the OpenPGP Message Format (RFC 4880).
- Host: GitHub
- URL: https://github.com/dryphp/openpgp.php
- Owner: dryphp
- License: unlicense
- Created: 2010-01-22T10:15:32.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T19:26:29.000Z (about 1 year ago)
- Last Synced: 2024-08-02T11:25:06.971Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 419 KB
- Stars: 49
- Watchers: 8
- Forks: 82
- Open Issues: 5
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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 and signing messages using Crypt_RSA fromUsers
-----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
-------* [Arto Bendiken](mailto:[email protected]) -
* [Stephen Paul Weber](mailto:[email protected]) -License
-------OpenPGP.php is free and unencumbered public domain software. For more
information, see or the accompanying UNLICENSE file.