dominikwilkowski / vault

An open source multi-platform password manager, written in Rust.
https://rustyvault.com/
GNU General Public License v3.0
16 stars 3 forks source link

Base to start db encryption on #2

Closed thewizzy closed 10 months ago

thewizzy commented 10 months ago

Includes a flag in the vault_config to allow you to specify that the contents are not encrypted encrypted=false. This will allow easier testing as well.