-
Notifications
You must be signed in to change notification settings - Fork 372
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Protect a note with a password #519
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, |
@mnmami How much security level do you need?
|
You can suggest other options. We just want to know how many security measures do people need. |
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. |
@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? |
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. |
Sorry @Rokt33r for the confusion. Please see the updated comment with the intended quote. |
@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?
|
@mnmami How do you think about the idea, "Encrypted blocks" in #519 (comment) |
@Rokt33r yes, also a very good idea. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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.
The text was updated successfully, but these errors were encountered: