zbateson / gpg-interface
Common interface for cryptographic libraries
Installs: 183
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/zbateson/gpg-interface
Requires
- php: >=5.4
- psr/http-message: ^1.0
This package is auto-updated.
Last update: 2023-04-19 19:09:29 UTC
README
Common interface for cryptographic libraries, created with zbateson/mail-mime-parser in mind.
The interface abstracts five methods, "encrypt", "decrypt", "sign", "verify" and "isSupported".
To include it for use in your project, please install via composer:
composer require zbateson/crypt-interface
Requirements
crypt-interface requires PHP 5.4 or newer.
License
BSD licensed - please see license agreement.