Tag: password

Hashing Password Data in Couchbase with Golang and BCrypt – Video
I recently wrote about hashing password data using Golang before storing them into Couchbase. This is very useful because user data is incredibly sensitive. To further build upon what I wrote about, I thought it would be great to show...
Nic Raboy, Developer Advocate, Couchbase
September 7, 2017

Securely Storing Password Data in Couchbase with Golang and BCrypt
When writing web applications that store passwords for your users, it is never a good idea to store them as plain text in your database, whether that be NoSQL or RDBMS. Last year I wrote about using BCrypt with Node.js...
Nic Raboy, Developer Advocate, Couchbase
August 10, 2017

Storing Password Data Safely with Node.js and Bcrypt
When developing a web application there is often a need to store password data in your database. For example, what if you have users and you don’t want to use OpenID or similar for account management? When storing password data,...
Nic Raboy, Developer Advocate, Couchbase
November 23, 2016