cockroachdb/docs

Feedback: Feedback: Functions and Operators - crypt function missing implementation details

andy-gxpaasio opened this issue · 0 comments

Exalate commented:

Page: https://cockroachlabs.com/docs/v24.1/functions-and-operators.html

What is the reason for your feedback?

It would be nice if the crypt function provided a little more detail about the techniques used for encryption. It seems like it might be based on bcrypt but without digging into the actual codebase it's difficult to tell. My reasoning for wanting to understand the technique is I am trying to determine if I should implement the crypt on my client side using bcryptjs or if I can just use the built-in function and achieve the same level of security.

[x] Missing the information I need

[ ] Too complicated

[ ] Out of date

[ ] Something is broken

[ ] Other

Additional details

Jira Issue: DOC-10368