Problem with MD5 algorithm

Hello,I am looking for some easy way to code a string by using the MD5 algorithm - is there any library that contains solution for this problem? If not, is there any simple (f.e pseudo-code) description of this algorithm?I would be very grateful for any answer,Mike J
[288 byte] By [Mike__a] at [2007-9-29 5:18:44]
# 1
http://java.sun.com/j2se/1.4.2/docs/api/java/security/MessageDigest.html
amishslayera at 2007-7-14 18:28:36 > top of Java-index,Other Topics,Algorithms...
# 2
http://java.sun.com/j2se/1.4.2/docs/api/java/security/MessageDigest.html
amishslayera at 2007-7-14 18:28:36 > top of Java-index,Other Topics,Algorithms...
# 3
> http://java.sun.com/j2se/1.4.2/docs/api/java/security/M> ssageDigest.htmlsorry the second post was supposed to be http://java.sun.com/j2se/1.4.2/docs/guide/security/CryptoSpec.html#AppA
amishslayera at 2007-7-14 18:28:36 > top of Java-index,Other Topics,Algorithms...
# 4
Thanks!
Mike__a at 2007-7-14 18:28:36 > top of Java-index,Other Topics,Algorithms...