How can I hash passwords in postgresql?

Posted by Tchalvak on Stack Overflow See other posts from Stack Overflow or by Tchalvak
Published on 2010-04-15T16:30:42Z Indexed on 2010/04/15 16:33 UTC
Read the original article Hit count: 290

Filed under:
|
|
|

I need to hash some passwords with salt on postgresql, and I haven't been able to find any relevant documentation on how to get that done.

So how can I hash passwords (with some salts) in postgresql?

© Stack Overflow or respective owner

Related posts about postgresql

Related posts about hash