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. ...