On Feb 1, 2013, at 4:16 PM, kk31 <[email protected]> wrote: > I am installing jdk 1.7, will try to run once again. > > Dan, > Can you please explain little bit more, what's do mean by unlimited > strength of encryption stuff which is not available on JDK 6. > May be its huge topic, but in short what are the things missing in > jdk 6
By default, the JDK's from Oracle have limited strength encryption built in. Large key sizes, certain algorithms, etc… won't work. It has to do with export restrictions or something. If you go to: http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html you can download replacement security things for the JRE which allows the stronger algorithms. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
