Skip to content

Commit

Permalink
Merge pull request #380 from kobotoolbox/update-jce-link
Browse files Browse the repository at this point in the history
Update link to Oracle JCE
  • Loading branch information
jnm authored Nov 4, 2024
2 parents e947c62 + 179faeb commit 1e7877a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/encrypting_forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ decrypt them locally on your computer using a private key ensuring single access
to the data. For decryption to be successful with ODK Briefcase make sure you
download and install the _Java Cryptography Extension (JCE) Unlimited Strength
Jurisdiction Policy Files 6_ from the
[Java download site](https://www.oracle.com/java/technologies/javase-downloads.md).
[Java download site](https://www.oracle.com/java/technologies/javase-jce-all-downloads.html).
This is required for decryption to be successful.

### To install the JCE:
Expand Down

0 comments on commit 1e7877a

Please sign in to comment.