psypanda / hashID

Software to identify the different types of hashes -
http://psypanda.github.io/hashID
1.33k stars 180 forks source link

bcrypt hashes aren't recognised #56

Open webbie003 opened 1 month ago

webbie003 commented 1 month ago

hashid doesn't appear to recognise bcrypt however I used an online tool to identify.

The sample below is from the https://tryhackme.com/r/room/dailybugle room and I was able to crack it with John (after sometime) using bcrypt as the format.

Sample: $2y$10$0veO/JSFh4389Lluc4Xya.dfy2MF.bZhz0jVMw.V.d3p12kBtZutm

Can you please add bcrypt to hashid?

bburky commented 1 month ago

This project is unmaintained. There are some maintained alternative tools listed here: https://github.com/psypanda/hashID/issues/50