Operating system
macOS
Joplin version
2.14.22
Desktop version info
Joplin 2.14.22 (prod, darwin)
Client ID: 0dfa35f10191400fb20c5140837ca26f
Sync Version: 3
Profile Version: 46
Keychain Supported: Yes
Revision: e579eb9
Backup: 1.4.1
Better Code Blocks: 1.1.0
Combine notes: 1.2.2
Conflict Resolution: 1.2.3
Csv Import: 1.0.1
Jarvis: 0.8.2
Markdown table calculations: 1.0.5
Markdown Table: Sortable: 1.2.2
Note overview: 1.7.1
Paragraph Extractor: 1.1.2
Quick Move: 1.1.0
Rich Markdown: 0.15.0
Tagging: 1.0.3
Sync target
File system
Editor
Markdown Editor
What issue do you have?
I have recently decided to encrypt all my notes.
Steps taken:
- In Preferences > Synchronization > Encryption I enabled encryption and created Master password.
- In Preferences > Synchronization > Encryption > Advanced Settings I selected Re-encrypt data, so that all my previous notes are encrypted.
- I selected it on one device only and let it run. I turned Joplin off and turned it back on during the process as there was no indicator in GUI the encryption was going on.
- I observed other devices syncing notes via Syncthing.
Intended result:
All my notes in my filesystem sync target directory (~/Joplin) are encrypted.
Actual result:
Some notes are encrypted and some are unecrypted. How do I know? I checked the directory with grep -r -n "encryption_applied: 1" .
and grep -r -n "encryption_applied: 0" .
and received many hits for both.
What did I do wrong? Did I stopped the re-encryption by turning the Joplin off and back on in the process?