laravel-database-encryption
laravel-database-encryption copied to clipboard
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
⬆️ draft support for laravel 6.*
Signed-off-by: Wim
Decryption not working if APP_KEY is changed
Hi. I have encrypted my data with versioning true and now I have changed my APP_KEY and the decryption is not working. If I change a value then only that...
Hi, I'm using Eloquent as standalone for my project. Would it be possible to use this package too to support the standalone Eloquent?
Please add support for Laravel 6
Dependency version conflict
This package requires paragonie/random_compat: ^2.0 This conflict with ramsey/uuid package
Need help with `DB_ENCRYPTION_VERSIONING=false` in .env file
Thank you for a great extension, it's very smooth to integrate! We have some tables with personal data, which we want to be encrypted. One small consideration was database size...
`ext-uopz` is not (yet) compatible with PHP v7.3, which breaks code coverage log generation during unit tests. This will be fixed when the underlying issue is addressed or hot-fixed when...