Decryption with Briefcase

1. What is the issue? Please be detailed.
I am using win11, and I am facing a problem exporting decrypted data using the briefcase.

3. What have you tried to fix the issue?
I tried a lot of things using different keys and java versions. Breifcase versions. and public and private Keys

4. Upload any forms or screenshots you can share publicly below.

this is the message I am receiving in the end of the log:
Caused by: java.security.NoSuchAlgorithmException: Cannot find any provider supporting RSA/NONE/OAEPWithSHA256AndMGF1Padding
at java.base/javax.crypto.Cipher.getInstance(Cipher.java:563)
at org.opendatakit.briefcase.export.CipherFactory.from(CipherFactory.java:77)
... 31 common frames omitted

Dear colleagues, we found the problem, it is related to Java security policy after the win11 update and Java updates.

to overcome this issue we used the Zulu environment: it is working perfectly

https://cdn.azul.com/zulu/bin/zulu8.68.0.21-ca-jdk8.0.362-win_x64.msi

1 Like