co-stack/reversible-php-encryption

Provides portable reversible encryption functions based on defuse/php-encryption, an advanced symmetric encryption library

1.0.0 2021-06-14 12:13 UTC

This package is auto-updated.

Last update: 2024-04-14 16:25:09 UTC


README

pipeline status coverage report

What is a reversible function?

Please see co-stack/reversible for more information about reversibles.

About

This package is an extension to co-stack/reversible. It contains a SymmetricEncryption operation to safely encrypt and decrypt a value. The security of the SymmetricEncryption is based on an external package called defuse/php-encryption, which provides an easier and safer way to interact with PHP's encryption functions.

You can use this package as a safer, drop-in-replacement for the SymmetricEncryption provided by co-stack/reversible