Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultHashComplexity defines the default complexity to be using for hashing // using the dccrypt hashing method. DefaultHashComplexity = 10 )
Functions ¶
func BcryptAuthenticate ¶
BcryptAuthenticate attempts to validate expected value which is already encrypted using the bcrypt hash.The expected value is the already hashed value and the provided wukk be hashed and compared to validate if its a valid value.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.