Documentation ¶
Overview ¶
Package sha256_crypt implements Ulrich Drepper's SHA256-crypt password hashing algorithm.
The specification for this algorithm can be found here: http://www.akkadia.org/drepper/SHA-crypt.txt
Index ¶
Constants ¶
View Source
const ( MagicPrefix = "$5$" SaltLenMin = 1 SaltLenMax = 16 RoundsMin = 1000 RoundsMax = 999999999 RoundsDefault = 5000 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.