You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2021. It is now read-only.
I have a very robust application that encrypts several fields in a particular table in my database. Initially, everything was working great. I just now discovered that not every newly-created record is getting encrypted. Even records created by the same user is "hit-or-miss". Some records are encrypted by that user, and some aren't. I can't seem to figure out why suddenly things aren't reliably being encrypted. I can't seem to figure out what is going on. Any ideas as to what may have happened? How can I troubleshoot something that "sometimes works"?
The text was updated successfully, but these errors were encountered:
Fixed the issue myself by updating the package. For anyone who is unfamiliar with how to do this, the command would be: composer update austinheap/laravel-database-encryption - Make sure your composer.json is also pointing to the correct version (mine needed to be updated as well). Apologies for the issue creation...
I have a very robust application that encrypts several fields in a particular table in my database. Initially, everything was working great. I just now discovered that not every newly-created record is getting encrypted. Even records created by the same user is "hit-or-miss". Some records are encrypted by that user, and some aren't. I can't seem to figure out why suddenly things aren't reliably being encrypted. I can't seem to figure out what is going on. Any ideas as to what may have happened? How can I troubleshoot something that "sometimes works"?
The text was updated successfully, but these errors were encountered: