MobileOrg / mobileorg

MobileOrg iPhone App
http://mobileorg.github.io
GNU General Public License v2.0
557 stars 70 forks source link

Encryption not working on iPadOS 14.6 #282

Open keeper-dev opened 3 years ago

keeper-dev commented 3 years ago

I seem to have the same problem: Using MobileOrg 1.7.5 and Org Mode 9.4.4 iPadOS 14.6

When I use org-mobile-push, everything is staged and the files are encrypted. When I counter-check using: openssl enc -md md5 -aes-256-cbc -salt -pass "pass:<myPassword>" -d -in example.org -out ~/example.org.decrypted I get the correct decrypted file.

When I try to sync the app however I keep getting:

Error: Unable to encrypt file, please check your password

Any advice?

Originally posted by @keeper-dev in https://github.com/MobileOrg/mobileorg/issues/203#issuecomment-873416361