Replies: 1 comment
-
|
btw I've already read discussion #8107 and blog post https://discuss.logseq.com/t/deprecation-of-on-disk-encryption/12334. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Have you thought about having placeholders in the middle of content representing a piece of encrypted text?
For example in viewing mode we see below:
but when clicking on [encrypted], the app pops a password prompt, which receives a key as text. It uses that key to encrypt that piece of data and replace it with [encrypted]
When saving the raw content, and look at the raw content of the file we see
by extracting all these encrypted pieces blobs to a simple file as encrypted_content_table.db which stores mapping of
piece_idtoencrypted_blog.I'm not sure about how secure this is, but at least parts of the user content is not saved as raw text.
Beta Was this translation helpful? Give feedback.
All reactions