Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround for JCE Unlimited Strength Jurisdiction policy files ? #29

Open
hsyed opened this issue Jul 25, 2016 · 3 comments
Open

Workaround for JCE Unlimited Strength Jurisdiction policy files ? #29

hsyed opened this issue Jul 25, 2016 · 3 comments

Comments

@hsyed
Copy link

hsyed commented Jul 25, 2016

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 ?

@frypatch
Copy link

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

@thelegendmink
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants