Hexadecimal Hashes (Sql Server varbinary)
#4
(05-30-2018, 10:29 PM)Chick3nman Wrote: 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

Hmmmm - that converter does give much more "sensible" results that I was seeing, but I'm still getting Lne length errors....


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