Documentation ¶
Overview ¶
Package bcrypt implements the bcrypt password hashing mechanism.
Please note that bcrypt truncates passwords to 72 characters in length. Consider using a more modern hashing scheme such as scrypt or sha-crypt. If you must use bcrypt, consider using bcrypt-sha256 instead.
Index ¶
Constants ¶
View Source
const RecommendedCost = 12
The recommended cost for bcrypt. This may change with subsequent releases.
Variables ¶
View Source
var Crypter abstract.Scheme
An implementation of Scheme implementing bcrypt.
Uses RecommendedCost.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.