friendica-addons/securemail/vendor/singpolyma/openpgp-php
Hypolite Petovan c18e0dc66a [securemail] Upgrade singpolyma/openpgp to version 0.6.0
- Add missing use statement in SecureTestEmail
- Address https://github.com/friendica/friendica/issues/12011#issuecomment-1321196332
- phpseclib version 3 dependency is implied from the core so it is removed from the addon
2022-11-24 14:04:53 -05:00
..
.github [securemail] Upgrade Composer dependencies to fix PHP8 issue 2021-11-16 15:37:37 -05:00
examples [securemail] Upgrade singpolyma/openpgp to version 0.6.0 2022-11-24 14:04:53 -05:00
lib [securemail] Upgrade singpolyma/openpgp to version 0.6.0 2022-11-24 14:04:53 -05:00
tests [securemail] Upgrade singpolyma/openpgp to version 0.6.0 2022-11-24 14:04:53 -05:00
.gitignore [securemail] Upgrade singpolyma/openpgp to version 0.6.0 2022-11-24 14:04:53 -05:00
.travis.dhall [securemail] Upgrade Composer dependencies to fix PHP8 issue 2021-11-16 15:37:37 -05:00
.travis.yml [securemail] Upgrade Composer dependencies to fix PHP8 issue 2021-11-16 15:37:37 -05:00
AUTHORS securemail: update pgp library 2017-04-11 21:19:54 +02:00
Doxyfile [securemail] Update Composer dependencies 2019-02-10 08:44:29 -05:00
README [securemail] Update Composer dependencies 2019-02-10 08:44:29 -05:00
README.md [securemail] Upgrade singpolyma/openpgp to version 0.6.0 2022-11-24 14:04:53 -05:00
UNLICENSE securemail: update pgp library 2017-04-11 21:19:54 +02:00
VERSION [securemail] Update Composer dependencies 2019-02-10 08:44:29 -05:00
composer.json [securemail] Upgrade singpolyma/openpgp to version 0.6.0 2022-11-24 14:04:53 -05:00
phpunit.xml [securemail] Upgrade singpolyma/openpgp to version 0.6.0 2022-11-24 14:04:53 -05:00

README.md

Build Status

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 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.

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:

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

License

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