webmasterskaya/crypto-bridge

A PHP library providing cryptography support for various PKCS applications.

0.3.1 2019-05-23 07:09 UTC

This package is auto-updated.

Last update: 2024-04-14 22:03:44 UTC


README

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.