0xg0fath3r/password-office — reverse-engineered prompt
Reverse engineered prompt
Build me a Python terminal app for Kali Linux called Password Office. I want it to feel like a clean cybersecurity command line tool with a simple animated menu, colored text, and options a beginner can understand.
It should let me generate strong random passwords at any length I choose, check whether a password is weak, medium, or strong, check if a password follows a basic security policy, and save passwords in an encrypted local password manager. The password manager should let me add, view, and retrieve saved entries, and it should create its own data folder if needed.
Please keep it easy to run with python3 password_office_cli.py, split the main features into small Python modules, and include any needed requirements. Make the prompts clear and safe so the user doesn’t accidentally expose passwords on screen more than necessary. Include a short README with installation, usage, features, and a responsible use disclaimer.
Want more depth? Deep Reverse