Gnucleus SHA1 Hash strings The gnucleus Hash string has me stumped.
Heres one for example CZN3GPMKNMABB3W7QFAGS575PWPHX4OZ
Its 32 characters in lenght, it seems to be made up of letters A-Z however I've only ever noticed digits 2-7.
That gives a total 32 distinct characters, which would be 5 bits each. This also fits in with the size 5 dwords : 160 bits divided by 5 gives 32; the number of characters.
But I've don't know if this is right, and if it is how does it order the characters, I'd guess ABCDEFGHIJKLMNOPQRSTUVWXYZ234567 but God only knows.
You see my problem is that I've written a hashing algo but I compare its hashs to gnucleus' until I figure out how gnuclues converts the 160 bit string to ascii.
Does anyone have any ideas.
Thanks guys. |