aspose file tools
The moose likes Security and the fly likes MD5 And SHA In JAVA 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 » Engineering » Security
Reply Bookmark "MD5 And SHA In JAVA" Watch "MD5 And SHA In JAVA" New topic
Author

MD5 And SHA In JAVA

Desmond Wong
Greenhorn

Joined: Jul 07, 2005
Posts: 2
How can I convert the following encoding into java code???
MD5(secret + SHA-1('A' + secret + clientRandom + serverRandom))

THANK YOU VERY MUCH FOR HELP
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35252
    
    7
Take a look at java.security.MessageDigest; it supports MD5 and SHA-1.


Android appsImageJ pluginsJava web charts
Desmond Wong
Greenhorn

Joined: Jul 07, 2005
Posts: 2
THX
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: MD5 And SHA In JAVA
 
Similar Threads
File comparison
cryptography vs security
saving password in MYSQL
how hasing works in java
Anyone here knows about MD5?