Identifying 53-char hash type
#2
Could be itoa64 (kind of base64 encoding), see https://gchq.github.io/CyberChef/#recipe...mk0V2c3TGE

That could mean the resulting data is 40byte (320bits), which could be RIPEMD-320. However without any more context or code it could also be something homemade and you'll probally never crack it.

But if one of those strings is your password, you could try itoa64(RIPEMD-320($yourpassword)) and see if it matches.


Messages In This Thread
Identifying 53-char hash type - by jfox - 02-21-2018, 09:40 PM
RE: Identifying 53-char hash type - by DanielG - 02-22-2018, 02:18 PM