Documentation ¶
Overview ¶
Package bcryptsha256 implements bcrypt with a SHA256 prehash in a format that is compatible with Python passlib's equivalent bcrypt-sha256 scheme.
This is preferred over bcrypt because the prehash essentially renders bcrypt's password length limitation irrelevant; although of course it is less compatible.
Index ¶
Constants ¶
View Source
const RecommendedCost = bcrypt.RecommendedCost
The recommended cost for bcrypt-sha256. This may change with subsequent releases.
Variables ¶
View Source
var Crypter abstract.Scheme
An implementation of Scheme implementing Python passlib's `$bcrypt-sha256$` bcrypt variant. This is bcrypt with a SHA256 prehash, which removes bcrypt's password length limitation.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.