Tag: hashing

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.

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.