02-22-2018, 02:18 PM
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.
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.