7 lines
261 B
Markdown
7 lines
261 B
Markdown
# MaxWarden
|
|
|
|
This is a simple password manager tool that lives inside an SQLITE database, with a web frontend.
|
|
Each user record contains an encrypted binary blob, which holds their stored secrets.
|
|
|
|
We also include a passphrase, and password generation utility.
|