keshav-space / safenotes

Safe Notes is a security project aimed at providing an encrypted, private note manager that works locally and protects notes from various threat actors.
https://safenotes.dev
GNU General Public License v3.0
234 stars 22 forks source link

Backup Date Not Encrypted. #197

Open GrandRascal opened 6 months ago

GrandRascal commented 6 months ago

Examining the backup *.json file saved to /Downloads/Safe Notes, I notice that everything is nicely encrypted except for the date, which is both clearly labelled and in plaintext.

I suggest that the date should be encrypted along with everything else.

clach04 commented 3 months ago

Possibly a duplicate of https://github.com/keshav-space/safenotes/issues/93 ?