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
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
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
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