itonx / ShelterVault

Keep your passwords encrypted in your local machine.
1 stars 0 forks source link

Encrypt the whole vault #14

Open itonx opened 3 hours ago

itonx commented 3 hours ago

Description

ShelterVault saves data in a SQLite3 database. Only passwords are encrypted while other fields as usernames are saved in plain text. Image

🟢Encrypted + base64 🟡Not encrypted 🔵Review (encrypted?)

Encrypt the whole vault will improve security.

itonx commented 3 hours ago

@itonx Also, review https://stackoverflow.com/questions/5669905/sqlite-with-encryption-password-protection