Quote (Richter @ Jun 27 2012 01:40pm)
so, the phone number consists of numbers between 0 and 9. what does the encrypted value consist off? or is it just a hash? what's the length of the encrypted value? binary or ascii? we need more information, else we can't help you.
but still I try my luck and guess the encrypted value is the md5sum. so you should google for a md5sum.exe (or if working under linux, just install md5sum). put the phone number as input value and if the outcome of the md5sum tool is the same as the encrypted value, then you know it's right.
or do you already have the 'encryption algorithm' and your problem is only the automating stuff? then you could write a script... there are hundreds of solutions, depending on your data and your OS.
nop its a string which contains letters and numbers and i've also seen the == sing at the end of it.
nop i dont have the alorithm thats my main issue and writing the script is no problem, i just struggle with the reverse engineering part

thanks anway for your help i will try out md5sum and will let you know about the outcome.
This post was edited by uglygeorge08 on Jun 27 2012 11:15pm