Tag: bcrypt

Hashing Password Data in Couchbase with Golang and BCrypt – Video
Hashing Password Data in Couchbase with Golang and BCrypt – Video

Learn how to hash your password data using Golang and BCrypt before storing it in your Couchbase NoSQL database, in this video tutorial.

Developing a User Profile Store with Golang and a NoSQL Database
Developing a User Profile Store with Golang and a NoSQL Database

This Couchbase post shows how to develop a user profile store with Golang and Couchbase Server acting as a modular replacement to the Node.js alternative.

Securely Storing Password Data in Couchbase with Golang and BCrypt
Securely Storing Password Data in Couchbase with Golang and BCrypt

Learn how to use BCrypt in a Golang application to hash sensitive information like passwords before storing them in a NoSQL database like Couchbase.

Storing Password Data Safely with Node.js and Bcrypt
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,...

Storing Password Data Safely with Java and Spring Security BCrypt
Storing Password Data Safely with Java and Spring Security BCrypt

Protecting data is a common concern amongst users as well as developers.  No one wants to find out that they've been hacked and that their password data was exposed.  In the unlikely or unfortunate event that this happens, you want...

Hashing Passwords Stored in Couchbase Server with Node.js
Hashing Passwords Stored in Couchbase Server with Node.js

Learn why to use hash and check how the Bcrypt hashing algorithm on your passwords can add a tremendous amount of security for your users.