A friendly place for programming greenhorns!
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
Author
MD5 And SHA In JAVA
Desmond Wong
Greenhorn
Joined: Jul 07, 2005
Posts: 2
posted
Aug 05, 2005 01:00:00
0
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
posted
Aug 05, 2005 03:41:00
0
Take a look at
java.security.MessageDigest
; it supports MD5 and SHA-1.
Android apps
–
ImageJ plugins
–
Java web charts
Desmond Wong
Greenhorn
Joined: Jul 07, 2005
Posts: 2
posted
Aug 07, 2005 19:44:00
0
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?
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter