Can I encrypt the data in the database? #5765
Unanswered
adityabanerjee992
asked this question in
Q&A
Replies: 1 comment
-
you can use Crypt::encryptString('Username'); |
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
-
Hi I have a question. Let's say we have a user's table and I want to encrypt its values like username, email in the database. Is it possible here? Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions