mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 12:22:55 +00:00
0c7fd9a34d
- Upgrading phpseclib/phpseclib (2.0.4 => 2.0.34) - Upgrading singpolyma/openpgp-php (0.3.0 => 0.5.0)
782 B
782 B
OpenPGP.php Examples
The scripts in this folder show how to use this library to perform various tasks such as generating a new key, signing a message, and verifying a message that has been signed.
To use these examples, make sure phpseclib
is available. You can install it
using Composer:
git clone https://github.com/singpolyma/openpgp-php.git # Clone the repository.
cd openpgp-php
composer install # Use Composer to install the requirements.
Once Composer has installed the requirements, run the examples using PHP:
# Generate a new OpenPGP key; see the `keygen.php` file for parameters.
php ./examples/keygen.php > mykey.gpg