zbateson/crypt-interface

Common interface for cryptographic libraries

Installs: 155

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/zbateson/crypt-interface

0.1 2019-03-25 00:48 UTC

This package is auto-updated.

Last update: 2025-09-20 00:28:21 UTC


README

Common interface for cryptographic libraries, created with zbateson/mail-mime-parser in mind.

The interface abstracts five methods, "encrypt", "decrypt", "sign", "verify" and "isSupported".

To include it for use in your project, please install via composer:

composer require zbateson/crypt-interface

Requirements

crypt-interface requires PHP 5.4 or newer.

License

BSD licensed - please see license agreement.