/crypto-bridge

A PHP library providing cryptography support for various PKCS applications.

Primary LanguagePHPMIT LicenseMIT

CryptoBridge

Build Status Scrutinizer Code Quality Coverage Status License

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

Installation

This library is available on Packagist.

composer require sop/crypto-bridge

License

This project is licensed under the MIT License.