Leaflet
Leaflet copied to clipboard
[Feature] Encryption
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
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
Encryption is wip on branch https://github.com/HrX03/PotatoNotes/tree/feature/encryption
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