Open PhilKes opened 1 week ago
I would like to add to this, exporting encrypted notes
I would like to add to this, exporting encrypted notes
The export zip is already encrypted on V6
I would like to add to this, exporting encrypted notes
The export zip is already encrypted on V6
Are you sure? I can see the zip data in file explorer.
Are you sure? I can see the zip data in file explorer.
Sorry bad selection of words. It will be available when V6 is available in releases . Commits are merged to main. https://github.com/PhilKes/NotallyX/pull/56
I would like to add to this, exporting encrypted notes
The export zip is already encrypted on V6
Are you sure? I can see the zip data in file explorer.
To clarify this, if you use v6.0
and have a backup password setup, the exported .zip
are indeed encrypted, but you can still look into the .zip
file without the password, but you cant open/extract any file in the zip archive without entering the correct password. That is by design, for more infos see this comment from the author of zip4j
https://github.com/srikanth-lingala/zip4j/issues/113#issuecomment-560584399
I would like to add to this, exporting encrypted notes
The export zip is already encrypted on V6
Are you sure? I can see the zip data in file explorer.
To clarify this, if you use
v6.0
and have a backup password setup, the exported.zip
are indeed encrypted, but you can still look into the.zip
file without the password, but you cant open/extract any file in the zip archive without entering the correct password. That is by design, for more infos see this comment from the author ofzip4j
srikanth-lingala/zip4j#113 (comment)
I'm currently using v6.0 but I do not see a backup password option.
I would like to add to this, exporting encrypted notes
The export zip is already encrypted on V6
Are you sure? I can see the zip data in file explorer.
To clarify this, if you use
v6.0
and have a backup password setup, the exported.zip
are indeed encrypted, but you can still look into the.zip
file without the password, but you cant open/extract any file in the zip archive without entering the correct password. That is by design, for more infos see this comment from the author ofzip4j
srikanth-lingala/zip4j#113 (comment)I'm currently using v6.0 but I do not see a backup password option.
Oh I'm sorry I confused some Github issues here, the backup password was implemented in #18
Which is not included in v6.0
, it will be in v6.1
(I always use Github tags to show in which release the feature will be).
But I will release a v6.1-RC1
in the coming days, so you can test the backup password setting then.
Sorry for the inconvenience
I'm currently using v6.0 but I do not see a backup password option.
FYI I just released a alpha version, which includes the backup password option https://github.com/PhilKes/NotallyX/releases/tag/v6.1-RC1
I'm currently using v6.0 but I do not see a backup password option.
FYI I just released a alpha version, which includes the backup password option https://github.com/PhilKes/NotallyX/releases/tag/v6.1-RC1
Amazing thank you, works great.
Describe the solution you'd like Currently you can only export as a
.zip
which includes the SQLite Database + files. It would be nice to have other options for more useful formats like TXT, JSON, PDF or HTMLAdditional context https://github.com/OmGodse/Notally/pull/148
TODOs:
txt
file)json
file with an array ofBaseNote
json representations)