Documentation ¶
Overview ¶
Package md5_crypt implements the standard Unix MD5-crypt algorithm created by Poul-Henning Kamp for FreeBSD.
Index ¶
Constants ¶
View Source
const ( MagicPrefix = "$1$" SaltLenMin = 1 // Real minimum is 0, but that isn't useful. SaltLenMax = 8 RoundsDefault = 1000 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.