Hi guyz, i am trying to create an application for calculating unlock codes for modems using IMEI and i would like to know how to implement MD5 in java.
I don't know where to start.
Your replies will be highly appreciated
Printable View
Hi guyz, i am trying to create an application for calculating unlock codes for modems using IMEI and i would like to know how to implement MD5 in java.
I don't know where to start.
Your replies will be highly appreciated
I am sorry I don't have any answers to your question.. but I am interested in knowing the relation between IMEI and MD5... i mean what exactly is your idea of developing such an application. Can you share it with us. :)
http://java.sun.com/j2se/1.4.2/docs/...ageDigest.html
I believe this should provide you with a decent place to start of, if your question is how to get MD5 in Java.
My apolgies if this is not what you were looking for :)
Thanks cemi, the link is helpful:)