//
pkg.gl
Category
github.com/pillarion/practice-auth
internal
core
tools
password
package
0.0.0-20240404083532-6f24f9c84e16
Repository:
https://github.com/pillarion/practice-auth.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
2
Files
37 SLOC
#
Functions
Check
Check checks if the provided password matches the given hash.
Hash
Hash takes a password string and returns the hashed password, the salt used for hashing, the hash value, and an error if any.