sop/crypto-bridge

A PHP library providing cryptography support for various PKCS applications.

Maintainers

Package info

github.com/sop/crypto-bridge

pkg:composer/sop/crypto-bridge

Statistics

Installs: 878 424

Dependents: 6

Suggesters: 0

Stars: 9

Open Issues: 1

0.3.1 2019-05-23 07:09 UTC

This package is auto-updated.

Last update: 2026-02-24 01:16:41 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.