Author
regarding conversion of hash code value to plain text value
r.java
Greenhorn
Joined: Feb 05, 2007
Posts: 2
posted Feb 05, 2007 02:57:00
0
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
posted Feb 05, 2007 03:53:00
0
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 apps – ImageJ plugins – Java web charts
subject: regarding conversion of hash code value to plain text value