A simple password manager for Linux written in rust.
git clone the repo
cd Qpass
> chmod +x install.sh
> ./install.sh
qpass -a | --add [NAME] Adds a new password entrie -l | --list Lists current saved password entrie -f | --fetch [NAME] Fetch the password of a password entrie -r | --remove [NAME] Remove a password entrie -v | --version Prints the version of the program
- Encryption with Sodiumoxide
- Easy
- Fast 🚀
Add more secure encryption- Add more security fetures
- Master password auth
- Add more other fetures
- a good password generator (Very customizable)
Before compiling go into the main.rs file and change the key to your own.
This project is licensed under the QuakTech License v2 - see the LICENSE file for details. If you want to use this License you can check it out here 👉 License in repo