-
Notifications
You must be signed in to change notification settings - Fork 17
Encryption
Ogefest edited this page Feb 18, 2021
·
3 revisions
Notepack support encryption on some levels:
- encryption in connection to WebDAV server could be encrypted using standard SSL mechanizm on server
- any notebook in Notepack have option to store files as zip archive protected with password
Notepack is using AES encryption to save files in zip format. This is standard way to archive files in zip with encryption. Any time those files could be opened using any zip program with correct password to get access to notes.
About AES you can read more on wikipedia