Orchid icon indicating copy to clipboard operation
Orchid copied to clipboard

Workaround for JCE Unlimited Strength Jurisdiction policy files ?

Open hsyed opened this issue 8 years ago • 3 comments

I don't know much about the ins and outs of the issue above (I use an oracle JDK is it required for the openjdk ?). Is there any workaround available to automate the acquisition of these files ?

hsyed avatar Jul 25 '16 11:07 hsyed

http://stackoverflow.com/a/22492582

Summary:

Options are:

  • Install the unlimited strength policy files.
  • Skip the JCE API and use another cryptography library such as Bouncy Castle.
  • Bypass JCE restrictions by using reflection

frypatch avatar Jul 26 '16 22:07 frypatch

doesn't using the Bouncy Castle API still require you to install the unlimited strength policy files? otherwise wouldn't it will limit the key size allowed?

thelegendmink avatar Aug 14 '16 13:08 thelegendmink

https://stackoverflow.com/questions/41580489/how-to-install-unlimited-strength-jurisdiction-policy-files#answer-46883499

YatsauAliaksei avatar Mar 09 '18 22:03 YatsauAliaksei