Documentation ¶
Overview ¶
Package apr1_crypt implements the standard Unix MD5-crypt algorithm created by Poul-Henning Kamp for FreeBSD, and modified by the Apache project.
The only change from MD5-crypt is the use of the magic constant "$apr1$" instead of "$1$". The algorithms are otherwise identical.
Index ¶
Constants ¶
View Source
const ( MagicPrefix = "$apr1$" SaltLenMin = 1 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.