sop/crypto-bridge

A PHP library providing cryptography support for various PKCS applications.

Installs: 779 091

Dependents: 6

Suggesters: 0

Security: 0

Stars: 8

Watchers: 1

Forks: 4

Open Issues: 1

pkg:composer/sop/crypto-bridge

0.3.1 2019-05-23 07:09 UTC

This package is auto-updated.

Last update: 2025-09-24 00:26:05 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.