volkerbenders / uum_java8_jce

ubuntu, oracle java 8 and unlimited strength encryption

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image based on ubuntu 17.10.

Installs oracle linux using webupd8. In addtion to that the unlimited strength encryption package is applied to.

To verify the encryption package is inplace and ready run this:

nb-syngeni350-2:uum_java8_jce vbe$> docker run -it uum_java8_jce /bin/bash
root@c6f6eacffd30:/# jrunscript -e 'print (javax.crypto.Cipher.getMaxAllowedKeyLength("RC5") >= 256);'
true

Script taken from here

Check should yield true.

About

ubuntu, oracle java 8 and unlimited strength encryption

License:Apache License 2.0