Moonaw36-dot/pwm — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a minimalist desktop password manager called Aegis that runs locally and stores everything in one encrypted vault file. I want users to create or open a vault with a master password, optionally add a keyfile, then add, edit, delete, and search saved logins, secure notes, and payment cards.

It should feel simple and practical, not cloud based. Include copy buttons or click actions for usernames, passwords, TOTP codes, notes, card numbers, and CVCs, with the clipboard clearing itself after a short delay. Add password generation, passphrase generation, strength warnings, TOTP countdown codes, URL opening, CSV import and export, and a health screen that can warn about weak, reused, old, or breached passwords using the safe Have I Been Pwned prefix check.

Make the vault encrypted with a strong master password based setup, never store the master password, save safely, auto lock after idle time, and keep settings like auto lock in the system config folder. Use Rust with a lightweight desktop UI. Look up current docs online if you need to.

Want more depth? Deep Reverse