sop / crypto-bridge
A PHP library providing cryptography support for various PKCS applications.
Installs: 565 422
Dependents: 6
Suggesters: 0
Security: 0
Stars: 8
Watchers: 2
Forks: 5
Open Issues: 0
Requires
- php: >=7.2
- ext-openssl: *
- sop/crypto-types: ^0.3.0
Requires (Dev)
- phpunit/phpunit: ^8.1
README
A PHP library providing cryptography support for various PKCS applications.
Defines an interface with encrypt / decrypt and signature signing / verification methods. Currently only OpenSSL backend is supported.
Key and algorithm information is passed in ASN.1 types implemented in
sop/crypto-types
package.
Requirements
- PHP >=7.2
- openssl
- sop/crypto-types
Installation
This library is available on Packagist.
composer require sop/crypto-bridge
License
This project is licensed under the MIT License.