This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to encrypt a column via process

Hi, we have one custom column created with schema extension and it needs encrypted value. When I am passing value from front end i.e ITshop, it is storing this value in plain text. I tried using "encrypted" option in parameter but its not working. How can I insert encrypted value in this column? Please suggest. Thank you.

Parents Reply
  • need clarification on database encryption. When we encrypt the database using Crypto Configuration, does it encrypt whole database or does it encrypt only those columns which are marked "encrypted"? Because if it encrypts whole database then what is the need of marking these columns "encrypted"?

Children