
Encoding decoding what I think is ASCII/ECDB
I wonder if anyone here might know the answer on how to encode decode
this:
6500AE26 -> 2444
6301AD23 -> 2571
630CA222 -> 4880
Also I have this one and if you can solve it and tell me what it's
encoded here I'm sure you got it to work as I know this line as well
but want a module that are sure to decode it right. Thanks.
341AFF7CCD18F4961743F37CCA1CF5887947FF
Those values are from an encrypted URL I know that the values are
correct to the enctypted one but am not sure how to make a module that
would enctypt/decrypt any string I choose. I think it has something to
do with ASCII/ECDB and have searched around for it but not found
anything.
I know that one character is encoded to two characters but that it is
encoded different for the next letter or number is eg 65 is not always
a 2 depending on what number/letter comes after.
Any help most welcome! :)
Thanks.
//Chribba