Encrypting Passwords on the Client Side
I recently implemented an authentication system, supported by a table on the database. In this table, I store the usernames and passwords. The PostgreSQL “pgcrypto” module supports encryption of specific columns, but I wanted to avoid “bulking” my system with … Continue reading →
Continue reading »