Hashing Password Data in Couchbase With Golang and BCrypt [Video]
In this video tutorial, you'll learn how to sure your passwords using a Golang library, BCrypt, by hashing your password data.
Join the DZone community and get the full member experience.
Join For FreeI 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 step by step how to accomplish this in a video tutorial.
The above video demonstrates how to quickly use the BCrypt library for the Go programming language as well as the Go SDK for Couchbase Server.
For more information on using Couchbase Server or the Go SDK, check out the Couchbase Developer Portal.
Published at DZone with permission of Nic Raboy, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments