Leaflet icon indicating copy to clipboard operation
Leaflet copied to clipboard

[Feature] Encryption

Open Atrate opened this issue 5 years ago • 3 comments

It would be quite useful if PN made it so that notes protected with a password/PIN were encrypted, especially with the existence of cloud sync

A second useful encyption feature could be to give the user the ability to lock the whole application with a password/PIN and encrypt all of its contents, like for example: Silence or AndOTP

Atrate avatar Feb 22 '20 19:02 Atrate

I was thinking about a master pin/password for notes, altho it is really hard to implement as of now (or at least I didn't find a proper way yet). For the note encryption thing, I should do it for every note and store an aes key or something that is user specific and that should be pretty easy to do

HrX03 avatar Feb 22 '20 19:02 HrX03

Encryption is wip on branch https://github.com/HrX03/PotatoNotes/tree/feature/encryption

HrX03 avatar Aug 15 '20 22:08 HrX03

Update on this issue: encryption has been successfully implemented for local database and backup files, we still need to implement it for sync so keeping the thing open

HrX03 avatar May 11 '21 17:05 HrX03