Protect a note with a password #1137
Replies: 10 comments
-
it would be even better if it could be encrypted with the password, with a good strong encryption like AES. it would make the files hard/impossible to recover if you forget the password - but it would be great having it available as an option.
Maybe something like that. (for now you can just store your boostnote storages on a partition encrypted with Veracrypt or something similar though i guess, or something like boxcryptor if you're using a cloud service) It would be cool if the user could choose the encryption method too but not necessary, |
Beta Was this translation helpful? Give feedback.
-
@mnmami How much security level do you need?
|
Beta Was this translation helpful? Give feedback.
-
You can suggest other options. We just want to know how many security measures do people need. |
Beta Was this translation helpful? Give feedback.
-
Thanks, @Rokt33r. Among the two options, I would like to have E2E data encryption.
I'm no expert in the field, but I can also think of access token-based authentication, e.g. SSL private key (is it option 1 from above?), an app-specific authenticator file, some standardized authenticator provided by third parties e.g. Google, Microsoft, etc. |
Beta Was this translation helpful? Give feedback.
-
@mnmami I don't understand what you exactly want to have. Do you want us to implement somewhat 2-factor verification for an individual document? |
Beta Was this translation helpful? Give feedback.
-
What joplin does is perfect, if you could replicate their end to end encryption functionality that would be great, i use it with nextcloud and it encrypts all my notes synced there, works very well: https://joplinapp.org/spec/e2ee/ Functionality allowing the user to protect and encrypt a note stored locally (that wouldn't otherwise be encrypted with e2ee) would be useful too, but i guess less important, because to encrypt those local notes the user could just encrypt their system drive instead. |
Beta Was this translation helpful? Give feedback.
-
Sorry @Rokt33r for the confusion. Please see the updated comment with the intended quote. |
Beta Was this translation helpful? Give feedback.
-
@huzibizi I don't think we can provide the same feature of Joplin app.
It seems Joplin syncs the whole data and decrypted it from each client. But our service is sending data on demand. So our server needs to understand what the client requests. It means our app needs to understand the storage structure of the user's storage. Also, the OP is asking about protecting a single note, not encrypting the whole storage.
Quite similar to the first reason. Our real-time server needs to read changes from clients to resolve any conflicts among them and generate revisions. So I think we need a different approach. What experience do you exactly want to have?
|
Beta Was this translation helpful? Give feedback.
-
@mnmami How do you think about the idea, "Encrypted blocks" in #519 (comment) |
Beta Was this translation helpful? Give feedback.
-
@Rokt33r yes, also a very good idea. |
Beta Was this translation helpful? Give feedback.
-
This is a feature request/wish. It would be really awesome if it was possible to protect access to a note (perhaps also folder). A simple password would do.
Beta Was this translation helpful? Give feedback.
All reactions