zbateson / crypt-interface
Common interface for cryptographic libraries
0.1
2019-03-25 00:48 UTC
Requires
- php: >=5.4
- psr/http-message: ^1.0
This package is auto-updated.
Last update: 2024-10-19 22:32:38 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.