Documentation ¶
Overview ¶
Package md5plain provides verification of plain md5 digests of passwords without 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 ¶
This section is empty.
Variables ¶
View Source
var Verifier = verifier.VerifyFunc(Verify)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.