Skip to content

Commit

Permalink
add advanced bcrypt types
Browse files Browse the repository at this point in the history
fix #72
  • Loading branch information
noraj committed Aug 10, 2021
1 parent 0fd99be commit e39516c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/prototypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,24 @@
"hashcat": 3200,
"extended": false,
"name": "bcrypt"
},
{
"john": null,
"hashcat": 25600,
"extended": true,
"name": "bcrypt(md5($pass)) / bcryptmd5",
"samples": [
"$2a$05$/VT2Xs2dMd8GJKfrXhjYP.DkTjOVrY12yDN7/6I8ZV0q/1lEohLru"
]
},
{
"john": null,
"hashcat": 25800,
"extended": true,
"name": "bcrypt(sha1($pass)) / bcryptsha1",
"samples": [
"$2a$05$Uo385Fa0g86uUXHwZxB90.qMMdRFExaXePGka4WGFv.86I45AEjmO"
]
}
]
},
Expand Down
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- SQLCipher [#66][#66]
- Stuffit5 [#67][#67]
- Stargazer Stellar Wallet XLM [#71][#71]
- bcrypt(md5($pass)) [#72][#72]
- bcrypt(sha1($pass)) [#72][#72]
- Enhancements:
- MD5 APR: [#83][#83]
- add JtR ref.
Expand All @@ -21,6 +23,7 @@
[#66]:https://github.com/noraj/haiti/issues/66
[#67]:https://github.com/noraj/haiti/issues/67
[#71]:https://github.com/noraj/haiti/issues/71
[#72]:https://github.com/noraj/haiti/issues/72

## [1.2.1]

Expand Down

0 comments on commit e39516c

Please sign in to comment.