|
|
|
|
|
by NourEddineX
2550 days ago
|
|
penzu.com claims to encrypt diaries as well.
the real problem that you will have to "trust" them.
Diaries usually contains user's most private and sensitive data. IMO, the best model is to encrypt the data locally on your device, WITHOUT relying on a remote javascript software in a webpage to encrypt data, then sync already encrypted data to some server. Some tools that may fit for ecnryption: PGP/GnuPG , SQLcipher. Some tools that may fit for syncing your data: syncthing, megasync, any other cloud provider sync API. |
|