//
pkg.gl
Category
github.com/Edmartt/go-password-hasher
hasher
package
1.0.0
Repository:
https://github.com/edmartt/go-password-hasher.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
25 SLOC
#
Functions
CheckHash
This function checks if the already hashed string equals to the new plain text string.
ConvertToHash
This function takes a string and converts it to hash with pbdkf2 and sha256 based on bcrypt package.