This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Is MD5 algorithm supported in libgcj?


Hi,

On Wed, Jul 19, 2000 at 05:57:42AM -0700, Tom Tromey wrote:
> I looked at my copy of Cryptix and I don't see an MD5 implementation.
> I looked in src/cryptix/jce/provider/md.
> There I see MD2.java and MD4.java, but no MD5.java.

Although I have never used it the GNU Security Provider from Classpath
written by Mark Benvenuto has a MD5 implementation.
It can be found in gnu/java/security/provider.
(Some of those files are already imported into libgcj, but MD5.java
 seems not be be integrated yet.)

Cheers,

Mark

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]