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