Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions bcrypt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@
12345678901234567890123456789012345678901234567890123456789012345678901234567890
123456789012345678901234567890123456789012345678901234567890123456789012
123456789012345678901234567890123456789012345678901234567890123456789012abcdef

$2x$05$lPSRXpG1jAGo.aU0MGocPeJYKJPPRxPtEnguhOSPPlGPqXJEZ6tyu:\x61\xc2\xb1
$2x$05$lPSRXpG1jAGo.aU0MGocPeJYKJPPRxPtEnguhOSPPlGPqXJEZ6tyu:\x62\xc2\xb1
$2x$05$lPSRXpG1jAGo.aU0MGocPeJYKJPPRxPtEnguhOSPPlGPqXJEZ6tyu:\xff\xff\xb1
$2y$05$lPSRXpG1jAGo.aU0MGocPeJYKJPPRxPtEnguhOSPPlGPqXJEZ6tyu:\xff\xff\xb1

password\0abcdef
password

bcrypt(md5("168", true)) == bcrypt(md5("363", true))
bcrypt(hash('sha256', "286", true)) == bcrypt(hash('sha256', "671", true))
```