in reply to Re: Re: Perl & Java -- Can they keep a secret?
in thread Perl & Java -- Can they keep a secret?
The only problem was my inability to locate an equivilant to Digest::MD5 for Java that didn't involve adding other 'providers.'
You don't have to register a new security provider just to use MD5 Digests. Take a look at this method in the MessageDigest class pay particular attention to the "Note: the provider doesn't have to be registered." part.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Perl & Java -- Can they keep a secret?
by Flame (Deacon) on Nov 18, 2003 at 02:09 UTC | |
by hossman (Prior) on Nov 18, 2003 at 07:41 UTC |