vid4l-07/Klip — reverse-engineered prompt
Reverse engineered prompt
Build me a minimal Linux terminal password manager called Klip in C++. I want it to run from the command line with a database file, create one if it doesn’t exist, and ask me to set a master password the first time I use it.
The app should work fully offline and store credentials in an encrypted local database. After unlocking, show a simple keyboard driven menu where I can move with j and k or arrow keys, add a new login, search by site, edit or delete entries, generate a strong password, and press Enter to copy either the username or password to the clipboard.
If I don’t pass a database file, ask me to choose one interactively and let me cycle recent databases with Tab. Keep the interface clean and fast, with no mouse needed. Include a clear note that the encryption is for learning and shouldn’t be treated as serious production security.
Want more depth? Deep Reverse