wardenpy is a cli-password manager, inspired by bitwarden and 1pass.
It uses the most modern and up-to-date hashing algorithms, such as argon 2, and encryption techniques, such as ChaCha20-Poly1305.
| Getting started • Installation |
Run With python :
wardenpy init [username] # Set up a SQLite database and create a new user named {username}.
wardenpy -u [username] # Login with your username
wardenpy -u [*] -p [password] # Login with your username and password.
wardenpy export # Export all the entries of a user
wardenpy can be installed in these easy steps:
-
Manual Installation
wardenpy runs on most major platforms.
Linux / WSL
Just clone the repo and install the requirements:
git clone --depth=1 https://www.github.com/deepattic/wardenpy cd wardenpy pip install -r requirements.txt
macOS
I just dont have an apple device if you have one plz consider putting a pull request :)
Windows
And i also dont have a windows pc if you have one plz consider putting a pull request :/