Biju,
As pointed out by other posters MD5 is a hash algorithm
not an encryption algorithm. You might be confused by the
fact that it can be used in combination with an encryption
algorithm to authenticate a user without sending the password
across the connection.
If you want to know more try this book:
Applied Cryptography http://www.counterpane.com/applied.html
If you need a cryptography package see http://www.logi.org/logi.crypto/
Rob Griffin
Quest Software
E-mail: [EMAIL PROTECTED]
Web site: http://www.quest.com
> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Biju
> Nambisan
> Sent: Tuesday, 29 February 2000 22:15
> To: [EMAIL PROTECTED]
> Subject: Cryptography and Encryption
>
>
> Hi! All,
>
> I am trying to encode the password using the MD5 algorithm thats
> provided with the jdk1.2.We also have a necessity to decrypt the
> password....Can somebody who has worked on this suggest the code that
> goes in for decrypting.(We are interested in using MD5 for decrypting as
> well)
> Are there any freeware packages that can be imported and used ??
> This is with reference to servlets...
> Please respond ASAP...
>
> Thanks in Advance!!
>
> Regards,
> Biju
>
> __________________________________________________________________
> _________
> To unsubscribe, send email to [EMAIL PROTECTED] and include
> in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html