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

We need to Encrypt column like password or PasswordAnswer. Is there any way to do so without Db encryption or is there any process or method being called on inserting values in these coulmns.

We need to Encrypt column like password or PasswordAnswer. Is there any way to do so without Db encryption or is there any process or method being called on inserting values in these coulmns.

Parents
  • Short answer, no. And honestly, if you would manually encrypt the already hashed column for PasswordAnswer you would have successfully made the password query answer system unusable. As I have posted several times before in the communities. The columns used to authenticate against OneIM are stored as a hash only.

Reply
  • Short answer, no. And honestly, if you would manually encrypt the already hashed column for PasswordAnswer you would have successfully made the password query answer system unusable. As I have posted several times before in the communities. The columns used to authenticate against OneIM are stored as a hash only.

Children