To keep your passwords
VERSION : v1.8
Password Keeper is a password keeper that use encryption to prevent stealing.
Download the repo
python3 launcher.pyor
Download a release
sudo ./passwordkeeper (soon)Remove the repoor
remove the executableDownload the repo
run launcher.py with python3or
Download a release
run passwordkeeper.exe (soon)Laptop :
- RAM : 16Go
- PROC : i5
- GRAPHICS : GTX 1050Ti
- 30 passwords in the db
Time :
- Encryption : 30 sec
- Decryption : 30 sec
| Options | Password Keeper |
|---|---|
| Encrypted | Y |
| The Fastest | N |
| Limited | 30 entry in a db |
| Time | 30sec |
| Site Support | Y |
| Backup ? | Y |
Usefull Info:
- No passwords stored, it's stored only on your computer.
- We are not responsible of any password losts (due to bug, or misconfigurations).
- All The passwords are encrypted (AES-128) and the master key is hashed.
Front-End : Esteban
Back-End : Ph3nX
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request

