When using an encrypted field in the model select statement, the record is not encryped #72
MikeCraig418
started this conversation in
General
Replies: 1 comment
-
It appears this is resolved when returning all encrypted fields in the select statement. So doing this works as expected: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm stuck on this one currently...
When I use select(), the values are encrypted. However, removing the select statement, my values are shown in plain text.
I reviewed everything multiple times, but I feel like I'm missing something?
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions