Java Cryptography Extension
- by Adam Tannon
I was told that in order to support AES256 encryption inside my Java app that I would need the JCE with Unlimited Strength Jurisdiction Policy Files.
I downloaded this from Oracle and unzipped it and I'm only seeing 2 JARs:
local_policy.jar; and
US_export_polic.jar
I just want to confirm I'm not missing anything here! My understanding (after…