Hash identifier and replicate ?
#1
Hello,

I am dealing with hash "hash":"$2a$10$jUIBgej7j2e2vOUIUvJw2eXIBGmIxmG/W9mAsJ4LjrrZj.iNm48Cu"

The hash is generated by the email "email":"hello@hello.com"

Does anybody known what type of hash is it ? I found it should be Bcrypt 10 rounds but from the checks it does not match the input. Does anybody know what is it and how to generate new hashes based on different email input ?
Reply
#2
Your hash may be one of the following:
- Blowfish(OpenBSD)
- Woltlab Burning Board 4.x
- bcrypt
Reply