melvin Site Admin
Joined: 25 May 2006 Posts: 635 Location: Santa Barbara, california
|
Posted: Wed Jun 10, 2015 4:46 pm Post subject: How to enable AES256 in 11.x |
|
|
Due to US export restrictions, we are NOT allowed (legally) to enable the java unlimited crytography module with our installers. Instead the unlimited cryptography has to be enabled by the final user himself Rolling Eyes .
Version 11.x use java 8.
you will have to do the following if you used the standard installer which includes java 8:
1) http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html
Accept the agreement and click on the download link for:
Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 8 ( jce_policy-8zip )
4) extract the 2 .jar files from jce_policy-8.zip
local_policy.jar and US_export_policy.jar
5) Shutdown the Automize, JaSFtp, AutoKrypt or AbleFtp engine
5a) Shutdown the user interface.
6) Browse to your main install folder (....Automize or AbleFTP or JaSFTP etc).
then browse to:
jre/lib/security
7) backup the existing local_policy.jar and us_export_policy.jar
8.) replace the existing local_policy.jar and us_export_policy.jar with the unlimited local_policy.jar and us_export_policy.jar files that you extracted. |
|