elocryptfive
elocryptfive copied to clipboard
Automatically encrypt and decrypt Laravel 5 Eloquent values
What is the actual use case of `ELOCRYPT_PREFIX`? If the prefix can be any string, What if I use the first few chars of the `APP_KEY` to make the prefix...
With Laravel > 5.5, this package has some issues when updating a model as mentioned in #22 . There are some possible fixes to that (i.e. overriding `getDirty` and `castAttribute`...
in order to support Laravel 5.5 and 5.6 (not tested on 5.7 yet) It should fix both #22 and #26. I didn't test it on 5.7 yet, but it should...
add to support with raw quries also.
As the title requests, please add support for Laravel 5.7 Thanks.
I have been testing this package for few days on Laravel 5.5. Recently, I've checked table content and some of the rows weren't encrypted at all. After few tests in...
hello, i have updated my packages, but after update , elocryptfive does not decode automatic the db results. please fix this. thanks.