06-20-2016, 12:41 AM
(06-20-2016, 12:14 AM)WJHumphreys Wrote: No its converted by iterating a Byte array of Hex values converting each one in turn into a base 10 value then appending to a string as described.
Seems simple on first look but its made it a little bit more difficult to crack.
I did think of creating all possibilities but befeore I go down those paths I thought i would ask if there is a built in alternative.
No, and you should probably convince them that this is a bad idea, because as observed, it makes finding collisions at least marginally easier (how much easier in practice, I can't begin to guess).