Hexadecimal Hashes (Sql Server varbinary)
#2
Are you converting the decoded values to base64? Or just encoding the HEX representation? You need to be converting the actual values, not the HEX itself. This is typically not too difficult to do and if you only have a few hashes you can easily use an online tool to convert the data such as http://tomeko.net/online_tools/hex_to_ba...hp?lang=en


Messages In This Thread
RE: Hexadecimal Hashes (Sql Server varbinary) - by Chick3nman - 05-30-2018, 10:29 PM