Nexterm is a terminal-based password manager that stores and encrypts your passwords securely using your master key. It's offline, fast, and built for developers or anyone who prefers simple tools.
- encrypted local storage using AES (Fernet)
- generate strong random passwords
- copy password to clipboard (auto-clears after delay)
- search and list accounts
- minimal, clean interface
- no cloud, no syncing
- Install requirements:
pip install -r requirements.txt