File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes regarding conversion of hash code value to plain text value Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "regarding conversion of hash code value to plain text value" Watch "regarding conversion of hash code value to plain text value" New topic
Author

regarding conversion of hash code value to plain text value

r.java
Greenhorn

Joined: Feb 05, 2007
Posts: 2
i want to convert hash code value to plain text value,how is it possible?
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

"r.java"

Welcome to JavaRanch!

Please update you display name to comply with our Naming Policy. You can do this here.

Thanks!

Also, this is not an advanced question, so I'll move it to a more appropriate forum.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35247
    
    7
You can't. A hash is a one-way transformation, Once something is hashed, there is no way of getting it back. If you want to compare it something else, create a hash for that too, and then compare the two hashes.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: regarding conversion of hash code value to plain text value
 
Similar Threads
Encryption
how to encrypt the text
exporting to CSV
Decrpytion Using SHA-1
regarding conversion of hash code value to plain text value