aspose file tools
The moose likes Other JSE/JEE APIs and the fly likes md5 Encryption Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "md5 Encryption" Watch "md5 Encryption" New topic
Author

md5 Encryption

Paul Houser
Ranch Hand

Joined: Nov 06, 2003
Posts: 34
I'm trying to get the md5 hash of a string, how do I do so?


Paul Houser<br />paulygon.org<br />"Just say NO to emoticons"
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8259

java.security.MessageDigest


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
Paul Houser
Ranch Hand

Joined: Nov 06, 2003
Posts: 34
Yeah... the Java API documentation sucks on that topic. Could you just give me a source example of hashing a single string?
damien malone
Ranch Hand

Joined: May 06, 2003
Posts: 35
I found the documentation on www.bouncycastle.org a lot easier to deal with than the java docs.

Damien
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: md5 Encryption
 
Similar Threads
bin_md5
Why is Java's MD5 different from MySQL MD5?
Which tomcat to install
md5 jsp javascript
how hasing works in java