http://www.meetspaceapp.com/2016/04/12/passwords-postgresql-pgcrypto.html
Tags: #database #postgresql #security #password
Tags: #database #postgresql #security #password
Meetspaceapp
Hashed Passwords with PostgreSQL's pgcrypto
Users are central to any web application, and when you have users you usually need accounts, and when you have accounts you need password verification and cookies. Almost every web framework in any language has something for storing and comparing passwords…