laravel-database-encryption icon indicating copy to clipboard operation
laravel-database-encryption copied to clipboard

Package for encrypting and decrypting eloquent model attributes for Laravel

Results 27 laravel-database-encryption issues
Sort by recently updated
recently updated
newest added

As built in functions of laravel like where(), orWhere() clauses, whereIn() clause may also be added into package. Here is some of my dirty way which is working Function added...

Hi, I can only find a way to pass encrypt string. How to convert a string to encrypted version and then pass to Auth builtin functions like $request->email needs to...

system configuration is : Ubuntu 18.4 php 8 ![2](https://user-images.githubusercontent.com/60287388/145798241-195522cc-41aa-49d7-938f-5951717e01d0.png) ![1](https://user-images.githubusercontent.com/60287388/145798244-f92003c0-a481-49ff-a054-51618804e938.png) pl help me @elgibor-solution

It seems that when my column is called 'for' then the decryption fails

bug

The null value is also encrypted, should not be necessary

enhancement

Hi Elgibor, I am using your package to encrypt sensitive PII which works fine for string values and numbers. When it comes to encrypting JSON fields however the encryption fails...

enhancement

Awesome package !! Would you like to include a ENV so we can disable the encryption in debug environments

enhancement