Hi ,
I am trying to store usernames and passwords as a separate document. Is there a way to store a hashed value or some ecryption and read back ?
I am newbie to couchbase. Any help or sample code will be a big help.
Thanks
Hi ,
I am trying to store usernames and passwords as a separate document. Is there a way to store a hashed value or some ecryption and read back ?
I am newbie to couchbase. Any help or sample code will be a big help.
Thanks
Hi There, we don’t provide a built in way to encrypt password data in couchbase server today with your documents. That is done at the app level with many apps today. Depending on your platform, you can pick up a library that can provide that to you. there are many options.
thanks
-cihan
Thanks