Re: MD5

2002-10-22 Thread Mario Medina Nussbaum
i used a md5 class (opensource) i found on internet: http://www.cs.hut.fi/~santtu/java/ Jonathan Daugherty wrote: Does anyone know of a class in Java (or an API) for computing the MD5 sum of a given byte sequence? smime.p7s Description: S/MIME Cryptographic Signature

Re: MD5

2002-10-22 Thread Guy McArthur
On Tue, 22 Oct 2002, Jonathan Daugherty wrote: > Does anyone know of a class in Java (or an API) for computing the MD5 sum > of a given byte sequence? > java.security.MessageDigest -- To UNSUBSCRIBE, email to [EMAIL

Re: MD5

2002-10-22 Thread Tom Ball
Try "java.security.MessageDigest.getInstance("MD5");" Tom On Tue, 2002-10-22 at 13:45, Jonathan Daugherty wrote: > Does anyone know of a class in Java (or an API) for computing the MD5 sum > of a given byte sequence? > > -- > > Jonathan D

MD5

2002-10-22 Thread Jonathan Daugherty
Does anyone know of a class in Java (or an API) for computing the MD5 sum of a given byte sequence? -- Jonathan Daugherty http://www.cprogrammer.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of