Help me in finding the right JRE for encryption
HI ,
I have developed and tested Encryption using Ciphers and SecretKey , i used the JRE1.4 .But other components are being developed using JRE1.3.If i try to run my code in JRE1.3 i get many errors.
Is there anything i need to do before i integrate with other components on a diff JRE..
Thanks in anticipation...
Santosh
[359 byte] By [
smsantosh] at [2007-9-26 6:48:51]

it is always easer to upgrade to a new Java version that downgrade to an olderDevelop your Crypto under the Elder JDK not the Lastest.And for information the SunJCE Package is only integrated in JDK 1.4, not in the others, where it is an optionnal package.
Hi Mark,
We are developing a big product and everything is in JRE1.3 ,we have no plans of upgrading to 1.4 for a mere security component.My question is
1.If i have to use JCE should i have JRE1.4.
2.The runtime error which i get is 'Algorithm DES not found'.Does DES only ship with JRE1.4
3.Can u suggest any step which can be useful for configuring it with JRE1.3
4.JRE1.4 is still in Beta right?
Thanks in anticipation...
Santosh