Tagged Questions
7
votes
5answers
4k views
“Unlimited Strength” JCE Policy Files
I have an app that uses 256-bit AES encryption which is not supported by Java out of the box. I know to get this to function correctly I install the JCE unlimited strength jars in the security folder. ...
1
vote
1answer
778 views
Java JCE Unlimited strength encryption security policy files
Are the JCE policy files (in {java.home}/lib/security) overwritten with the standard strength policy files after a JRE update? or are these left alone on JRE update?
EDIT: Does anyone know if the Mac ...