Download the PHP package php-privacy/openpgp without Composer
On this page you can find all versions of the php package php-privacy/openpgp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download php-privacy/openpgp
More information about php-privacy/openpgp
Files in php-privacy/openpgp
Download php-privacy/openpgp
More information about php-privacy/openpgp
Files in php-privacy/openpgp
Vendor php-privacy
Package openpgp
Short Description PHP Privacy - The OpenPGP library in PHP language
License BSD-3-Clause
Package openpgp
Short Description PHP Privacy - The OpenPGP library in PHP language
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package openpgp
PHP Privacy - The OpenPGP library in PHP language
PHP Privacy is an implementation of the OpenPGP standard in PHP language. It implements RFC 9580 and provides encryption with public key or symmetric cryptographic algorithms, digital signatures, compression, and key management.
Requirement
- PHP 8.1.x or later,
- phpseclib library provides cryptography algorithms,
- Argon2 for Argon2 string-to-key,
- (optional) PHPUnit to run tests,
Features
- Support data signing & encryption.
- Support key management: key generation, key reading, key decryption.
- Support public-key algorithms: RSA, ECDSA, EdDSA and ECDH.
- Support symmetric ciphers: Blowfish, Twofish, AES, Camellia.
- Support AEAD ciphers: EAX, OCB, GCM.
- Support hash algorithms: SHA-256, SHA-384, SHA-512, SHA-224, SHA3-256, SHA3-512.
- Support compression algorithms: Zip, Zlib, BZip2.
- Support ECC curves: secp256r1, secp384r1, secp521r1, brainpoolP256r1, brainpoolP384r1, brainpoolP512r1, Curve25519, Curve448, Ed25519, Ed448.
- Support public-key algorithms, symmetric ciphers & hash algorithms for signature verification & message decryption (backward compatibility): DSA, ElGamal, TripleDES, IDEA, CAST5, MD5, SHA-1, RIPEMD-160.
Installation
Via Composer
or just add it to your composer.json
file directly.
Basic usage of PHP Privacy
Sign and verify cleartext message
Licensing
BSD 3-Clause
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
All versions of openpgp with dependencies
PHP Build Version
Package Version
The package php-privacy/openpgp contains the following files
Loading the files please wait ....