I know what the starting starting string as well as the finished string, I'm trying to figure out how to get there...
ex. Start: 0, End: 1 ---> End=Start+1
Though it's not that simple.
1
2
3
4
5
2
3
4
5
Start: 	4fac03205c8d45b39935bced884830b42b84492b End: 	81b252639f9bcef0a2b1c5130a55d810
The starting string is always 40 characters, the end string is always 32 characters.
The starting string is always a to f and numbers, I'm not sure about the end string though, it looks like it as well.
The end string is derived from the start, so the answer must be end = function(start).
Here are more values returned from the same question:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
4fac03205c8d45b39935bced884830b42b84492b //start 81b252639f9bcef0a2b1c5130a55d810 //end 5b6e35d137184dc78ac1a1e9761f11d9c6d19f11 bac60a464c975d822da781dcdd169de2 9628031f3cce44e59e757497dc205e361b6c6464 76ed1d8ed36eb56fcb574bb3aee7219a 0b22eff17eb04cf8b6464676f474ee20cef2937e 425aefb9e4598e0c0af814377358b04a aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa 4168161b130aff2fc266c8235420df61
Extremely difficult...or it could just be sha1(md5(start)), (jk it's not, and I don't even know the answer).
edited 1×, last 08.01.12 01:50:23 pm