Documentation
¶
Overview ¶
Package md5salted provides hashing and verification of md5 encoded passwords prefixed or suffixed with salt.
Note that md5 is considered cryptographically broken and should not be used for new applications. This package is only provided for legacy applications that wish to migrate away from md5 to newer hashing methods.
Index ¶
Constants ¶
View Source
const ( Identifier = "md5salted" IdentifierSuffixed = Identifier + "-suffix" IdentifierPrefixed = Identifier + "-prefix" Prefix = "$" + Identifier Format = "$%s$%s$%s" )
Variables ¶
View Source
var Verifier = verifier.VerifyFunc(Verify)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.