01-21-2023, 11:29 AM
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 ?
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 ?