-
-
Notifications
You must be signed in to change notification settings - Fork 1
UnlimitedCrypto
Martin Paljak edited this page Nov 28, 2017
·
4 revisions
- Requires "Unlimited Strength Jurisdiction Policy Files"
- Download for Java 1.8: http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html
After downloading and unpacking, installing looks something like (OSX):
cd /Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home/jre/lib/security/
cp ~/Downloads/UnlimitedJCEPolicyJDK8/* .
- Set
crypto.policy=unlimited
in$JAVA_HOME/lib/security/java.security
- The utility tries to do that itself. Run with
sudo
in case of access issues.
- Policy should be enabled by default.
- Everything should work by default