Hi,
I am trying to encrypt/decrypt using SunJCE Provider, but not able to
use RC2 algorithm.
Can any one please confirm if SUN JCE provider does not implement
RC2 ?
Can you suggest any other provider if sun does not?
Thanks
Austin
subwiz@gmail.com - 14 Feb 2007 02:03 GMT
I am using JDK1.6, and I am able to use RC2 algorithm.
Subhash.
http://wizcrypt.wiztools.org/
On Feb 7, 6:13 pm, austin_m...@yahoo.com wrote:
> Hi,
> I am trying to encrypt/decrypt using SunJCE Provider, but not able to
[quoted text clipped - 5 lines]
> Thanks
> Austin
Ralf Ullrich - 14 Feb 2007 12:24 GMT
>Hi,
>I am trying to encrypt/decrypt using SunJCE Provider, but not able to
>use RC2 algorithm.
>Can any one please confirm if SUN JCE provider does not implement
>RC2 ?
>Can you suggest any other provider if sun does not?
RTFM!?
RC2 is supported by SunJCE since Java 5:
http://java.sun.com/j2se/1.5.0/docs/guide/security/CryptoSpec.html#SupportRC2-ARCFOUR
With Java 6 the Sun Providers finally got their own documentation,
including SunJCE:
http://java.sun.com/javase/6/docs/technotes/guides/security/SunProviders.html#Su
nJCEProvider
cu