Need help to figure out this system
How can i turn this "name" into these HEZ numbers ??
Beta User = 1AC78 - 23D1B - 83EAD - A21B9
All i know is that the "name" part cannot be bigger
than 64 letters..
And That the HEX rows comes in 5 and five...
----
Is there an easy way to figure this out?
Can anyone make an app that does this
and if you write in something else like "kebab" then
it will output another
hex row like xxxxx-xxxxx-xxxxx-xxxxx
----
Re: Need help to figure out this system
Quote:
Originally posted by alexdata
How can i turn this "name" into these HEZ numbers ??
Beta User = 1AC78 - 23D1B - 83EAD - A21B9
All i know is that the "name" part cannot be bigger
than 64 letters..
And That the HEX rows comes in 5 and five...
----
Is there an easy way to figure this out?
Can anyone make an app that does this
and if you write in something else like "kebab" then
it will output another
hex row like xxxxx-xxxxx-xxxxx-xxxxx
----
There is no seemingly known correlation between the letters and the code.
It's most likely a hash you seek.
For example 1A is 26, B is 66. Which could be acheived by xoring 88.
Thansk for your input,DigitalError
But can you explain me this?
HEX system thing:
0123456789abcdef
------------------------
ff = 256
00 = 0
-------------------------
but how do i get this?
1a = 26
How do i get that ,and what does 2a equal..
PS: You were rigth...the letters(name) had nothing to do with it..
Its ONLY the different numbers in the xxxxx-xxxxx.....
that has to do with it.
But what do you mean by XOR 88 ??
Can you make a small app that creates random strings that
is similat to the 1AC78 - 23D1B - 83EAD - A21B9 string??
bu that i mean that you have an app that uses XOR 88...
Thanks for all help so far!
Im really dying to learn this!
Can anyone make a prog that creates ...
Can anyone make a prog that creates more keys
similar to this one by XOR 88 ???
1AC78 23D1B 83EAD A21B9
Is there anyone out there that can show me how?
Give an examle app or source for creating such a ke as the above!