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

Briefcase: Need for manual install of unlimited-strength JCE is a support headache #668

Closed
mitchellsundt opened this issue Jul 9, 2015 · 1 comment

Comments

@mitchellsundt
Copy link
Contributor

mitchellsundt commented Jul 9, 2015

Migrated to getodk/briefcase#9 by spacetelescope/github-issues-import

Originally reported on Google Code with ID 667

What steps will reproduce the problem?
1. Create and use an encrypted form as per the instructions.
2. Install Briefcase.
3. Download and attempt to decrypt encrypted submissions.

What is the expected output? What do you see instead?

You expect decryption to work. Instead, in the vast majority of cases, it gives an
"illegal key size" error. This is because the user's JRE installation needs to be manually
upgraded with the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction
Policy Files. This is a serious pain.

Would be nice for Briefcase to have an installer that automates or at least semi-automates
installation of the necessary files. Alternatively, might default to weaker encryption
and allow users to specify stronger encryption once their JRE's have been upgraded.
(As it stands, users in export-restricted countries can never use ODK encryption unless
an option for weaker encryption is allowed.)

Reported by chrislrobert on 2012-08-20 10:18:01

@mitchellsundt
Copy link
Contributor Author

mitchellsundt commented Jul 9, 2015

Migrated to opendatakit/briefcase#9 (comment) by spacetelescope/github-issues-import

Needs a full ODK team discussion to decide.

Reported by wbrunette on 2012-08-22 05:02:48

  • Labels added: Type-Enhancement, Briefcase, Collect
  • Labels removed: Type-Defect

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

No branches or pull requests

2 participants