zbateson/gpg-interface

This package is abandoned and no longer maintained. The author suggests using the zbateson/crypt-interface package instead.

Common interface for cryptographic libraries

Installs: 183

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/zbateson/gpg-interface

0.1 2019-03-25 00:48 UTC

This package is auto-updated.

Last update: 2023-04-19 19:09:29 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.