Encryptable icon indicating copy to clipboard operation
Encryptable copied to clipboard

Encryption only on create?

Open davpirelli opened this issue 3 years ago • 1 comments

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

davpirelli avatar Oct 08 '21 16:10 davpirelli

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.

gregoryduckworth avatar Oct 19 '21 16:10 gregoryduckworth