Encryptable
Encryptable copied to clipboard
Encryption only on create?
Hi, i'm using this Trait to encrypt my data. Everything works like a charm on Profile::create(.....) but when users update their profile with Profile::update([...]). the data is not encrypted, i'm missing something? Any advice/solution/alternative? Thanks
Just to satisfy my curiousity, have you encrypted the field you use for id
?
If you could provide some code then that might help the debugging.