Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidHash = errors.New("the encoded hash is not in the correct format") ErrIncompatibleVersion = errors.New("incompatible argon2 version") )
Functions ¶
func Create ¶
Create hashes a password using Argon2id. Returns a standard encoded string: $argon2id$v=19$m=65536,t=1,p=4$<salt>$<hash>
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.