-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
allow unencrypted data sync #265
Comments
If the only problem you have with encryption is that you need to remember an extra password, could you not just use the same password for nextcloud and encryption? |
That's a good point, I guess I could, yes. I was really also thinking in terms of improving interoperability with other tools. Is there a formal specification for the file(s) format used by Saber ? PS: I love to see this coming, great work you're doing ! |
Thank you for thinking about the security of our data, but I don't need it. |
I have an alternative suggestion: possibility to select the notes to encrypt and the notes not to encrypt. Now it turns out that the encryption sometimes leads to a computational overhead which slows down the app. I think that the encryption for non-sensitive notes (such as my course notes) does not seem to be necessary, thus I prefer a possibility to opt out non-sensitive notes. |
Hi, I was wondering : can anyone give me pointers as to how I would go about manually decrypting .sba2 files on my computer? I do have the file and the password, but am interested in decrypting it manually to see if I could code a few exporter. For example to Logseq whiteboards, or do handwriting OCR that automatically gets send somewhere etc. Any pointers as to how I could manually decrypt the file given the password? If possible either in unix shell (I'm on linux) or python. |
An easier route would be to use something like syncthing to sync the unencrypted notes. If you really want to make a decrypting tool though, you'll need to just use file_syncer.dart and related files as a reference. The gist of it is that the notes are encrypted with a key and iv. The key and iv are stored in a config file on Nextcloud but they're encrypted by the user's encryption password. |
Hi folks -- I'd like to chime in on this thread. In my mind, there are two ways of syncing files:
As such, I'd love for this app to allow for local storage with absolutely no encryption; including the file name on disk matching the notebook title. I've put together an alternative suggestion in #1348 |
It also makes sense that the user could choose which files to encrypt.
It is presumably supported now, but there seem to be issues: #1223 |
It would be handy to allow storing notes unencrypted. One less password to manage if the notes you are taking are not that sensitive...
The text was updated successfully, but these errors were encountered: