Few months ago i got laravel project requirement that need me to encrypt all user information that stored at database and the encrypted information...
For further actions, you may consider blocking this person and/or reporting abuse
What about existing plain text data in database which are there before installing and configuring this package?
You can encrypt the old data with command below
eg.
Thank you very much. :)
Nice of you to thank the author. Welcome to community! 🤓
@tommyhendrawan
How does it impact query performance when the encrypted field is an index?
Thanks for response.
Are this encryption process being done with Private key? or any one install this packages can decrypt data
The package use laravel key that generated when you first setup the project
How to use orderBy encrypted column?
the login auth controller is not working after i have add they packages any suggestions?
Is this working with auth??
How can i set encryption key other than .env file. I dont want to use .env file to keep encryption key