I have the page to encode and I have the page to decode.
I don't, however, have the knowledge on how to do it myself without the web pages.
What I'm trying to do is figure out how to encode a hoplink like:
http://geoffreyf6.earth4.hop.clickbank.net
into
http://8e5250ieuas1d9b9bo6c6p8xat.hop.clickbank.net/
The encode/decode pages are here:
http://www.clickbank.com/hoplink_encoding.htm
http://www.clickbank.com/hoplink_decoding.htm
Now, I know I could just hit their website to encode (and I already have code to do this) but I'm wondering what is going on behind the scenes.
There are 26 characters in the output so a letter substitution seems to be out of the question.
There are chars like x, t, and so on so it can't be in hex (plus it's too short for that).
I don't think it is using any type of hash because this has to be 100% unique and all hashes have a chance of a collision right?
Any ideas on how to figure this out?
G-Man