fivelab/cryptography

Tools for encrypt and decrypt

Maintainers

Package info

github.com/FiveLab/Cryptography

pkg:composer/fivelab/cryptography

Statistics

Installs: 20 996

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0 2015-07-30 11:45 UTC

This package is not auto-updated.

Last update: 2026-03-15 02:28:01 UTC


README

With this library you can encrypt and decrypt any data.

Supports:

  • OpenSSL

Installation

Add FiveLab Cryptography in your composer.json:

{
    "require": {
        "fivelab/cryptography": "~1.0"
    }
}

Now tell composer to download the library by running the command:

$ php composer.phar update fivelab/cryptography

Documentation

License

This library is under the MIT license. See the complete license in library

LICENSE

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.