Passpy is a lightweight command-line interface (CLI) tool for securely storing, retrieving, updating,
and managing passwords. It uses AES encryption from the cryptography library to protect passwords,
storing them securely in a SQLite database.
Install Passpy using pip:
pip install git+https://github.com/Applehand/Pass-py.gitIf no password is given, one will be generated for you.
passpy add <account> <password>Example:
passpy add [email protected] thisismypassword1passpy get <account>Example:
passpy get [email protected]If no password is given, one will be generated for you.
passpy update <account> <password>Example:
passpy update [email protected] thisismynewpassword2passpy delete <account>Example:
passpy delete [email protected]passpyor
passpy list