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

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 8e00c1d0d7ff48a388384639ae3efac614fee42a

  • Oliver Eglseder <oliver.eglseder.woop@co-stack.com>

securityencryptionundosymmetricreversiblereversible queuereversible functions

This package is auto-updated.

Last update: 2026-06-14 21:21:56 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