Open itonx opened 3 hours ago
ShelterVault saves data in a SQLite3 database. Only passwords are encrypted while other fields as usernames are saved in plain text.
🟢Encrypted + base64 🟡Not encrypted 🔵Review (encrypted?)
Encrypt the whole vault will improve security.
@itonx Also, review https://stackoverflow.com/questions/5669905/sqlite-with-encryption-password-protection
Description
ShelterVault saves data in a SQLite3 database. Only passwords are encrypted while other fields as usernames are saved in plain text.
🟢Encrypted + base64 🟡Not encrypted 🔵Review (encrypted?)
Encrypt the whole vault will improve security.