Skip to content
Nana Elie edited this page Apr 22, 2025 · 3 revisions

❓ Frequently Asked Questions

🔹 Q: Where are the passwords stored?

A: In a local SQLite database file (database.db) in the project folder.

🔹 Q: Are the passwords encrypted?

A: Not yet. Current version stores them as plain text, but encryption is planned in upcoming versions.

🔹 Q: Can I use this on another computer?

A: Yes! Just copy the entire project folder (including the database) to another device.

🔹 Q: How do I reset or clear all data?

A: You can manually delete the database.db file to reset the password database.

🔹 Q: Does this work on Windows, Linux, and Mac?

A: Yes. The tool runs on any system with Python 3 installed.

Clone this wiki locally