mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 13:54:05 -06:00
1.4 KiB
1.4 KiB
| title | date | lastmod |
|---|---|---|
| End to end encryption in Fleeting Notes | 2022-07-20 | 2022-07-20 |
Privacy and security are a big concern for many users. Especially with something as personal as note-taking this is doubly important. In a survey within my discord channel, for every person that wanted markdown support in Fleeting Notes, 7 people wanted notes/end-to-end encryption. With such high demand for notes/end-to-end encryption, I had no choice but to work hard to add this crucial feature into the application.
Enabling E2EE in Fleeting Notes
- Navigate to the settings in the Fleeting Notes application
- Find "End-to-end Encryption" and click the "Enable" button
- Type in your encryption password (Note: you cannot change this password, and if you forget this password, data will remain unusable forever)
- Click "Ok"
Then you're done! End-to-end encryption is enabled. From now on, notes that are saved will be encrypted on the server. Unaccessible by me or anyone without your custom encryption key.
Note: previous notes won't be retroactively encrypted
E2EE with the Obsidian plugin
- Navigate to the settings of the plugin
- Type the same encryption key you used for in the Fleeting Notes application
- Perform the sync!
{{< youtube Dpih3dlu098>}}
