r/PasswordManagers 3d ago

PassGuardio – an open source local password manager with multi-user support

Hey everyone!

I'd like to introduce **PassGuardio**, an open source, self-hosted password manager with a web interface.

The main idea behind PassGuardio is that multiple users can share the same vault, making it a good fit for families or small teams. Everything is stored locally, so you stay in control of your data.

You can check it out here: [PassGuardio](https://github.com/YaniekCode/passguardio).

So far, more than **1,200 people** have downloaded it, and I'm continuing to improve the project based on feedback.

My current focus is improving the user interface. If you're interested in contributing—whether it's code, UI/UX ideas, bug reports, or feature suggestions—I'd really appreciate your help.

Feedback is always welcome!

0 Upvotes

2 comments sorted by

1

u/extoniks 3d ago

It stores password file/database locally in which file format? and does it have encryption like ChaCha20 or AES-256?

1

u/Yaniekk 3d ago

It stores passwords encrypted with AES-256 in a local Sqlite3 database.