blog-contest-may-mayhem
blog-contest-may-mayhem copied to clipboard
Encrypting your Model Attributes
https://codeburst.io/encrypting-your-model-attributes-2116bf623d10
Hi nice package. But If our key gets lost will all data gets lost ?
Yes, I am afraid, that would be the case.
Would be nice if you could tell the trait which attributes to encrypt :)
Yes, currently I am trying to encrypt the fillables, but I am thinking to change that to a model variable. Thanks for suggestion, and I also need to encrypt the binding in builder while querying...will do these in the next build