Quote:
Originally Posted by Rockair
i found a "base64" reference
http://www.garykessler.net/library/base64.html
and thats says, 1 base64 digit = 6 binary digit = 2 hex digit so maybe i'm wrong and please correct me but i think the converter which was mentioned above is WRONG. so... any idea? 
|
base64 encoding = 6 bits, hexadecimal encoding = 4 bits
so,
1 x base64 = 2 x hex .. but
2 x base64 = 3 x hex
the converter works fine
Quote:
|
Originally Posted by Clone
Well, did a bit more playing around and found this. For all of these, the fourth value for the hex is the count of attributes that aren't zero. The strings are also longer if you have points in more attributes, apparently moving the start of the skills further right.
|
looks like for each attribute it adds another 2 base64 characters