laravel-database-encryption
laravel-database-encryption copied to clipboard
Package for encrypting and decrypting eloquent model attributes for Laravel
## Description : I am currently using the elgiborsolution/laravel-database-encryption package to encrypt certain columns in my database. However, I am running into issues when trying to use relationships (such as...
Hi LOVE this package, thank you! I have a problem where i would like to encrypt my registered users. They are no longer able to login as the Jwt :auth...
Laravel has built in encryption. It uses similar methods. Is there a way to use the native encrypter with this package? https://laravel.com/api/9.x/Illuminate/Encryption/Encrypter.html
I need to encrypt a nullable string. Works fine when passing a string, but when passing null, it throws the following message: `PHP Deprecated: openssl_encrypt(): Passing null to parameter #1...
Hi LOVE this package, thank you! I have a problem where i would like to encrypt my registered users. They are no longer able to login as the built in...
Besides the where clauses, and orderBy would also be useful. In order to be able to sort the data by encrypted fields, I extended the EloquentBuilder class and added the...
_whereEncrypted_ and _orWhereEncrypted_ doesn't work with SQLite
Hi There! Is it possible to change encryption cipher_algo ? Thanks!
Can you change the fetch config key not from APP_KEY , maybe you can make a more dynamic publish config for each application by differentiating the env variable. used :...