I have a requirement to reverse translate a SHA1 encrypted text to plain text.
I need the Java Code to it.
many forums say that it cant be done but i have found a link http://www.stringfunction.com/sha1-decrypter.html which does exactly the same. I have tested it. Now i need the algorithm to implement in Java.
Please help!!!