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
- php: ^7.2
- co-stack/reversible: ^v1.4.0
- defuse/php-encryption: ^2.0.3
Requires (Dev)
- infection/infection: ^0.15.3
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2024-10-14 17:35:06 UTC
README
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