/PasswordKeeper

Password Keeper

Primary LanguagePython

Password Keeper

To keep your passwords

VERSION : v1.8

Presentation

Password Keeper is a password keeper that use encryption to prevent stealing.

Usage

Linux :

Install

Download the repo
python3 launcher.py

or

Download a release
sudo ./passwordkeeper (soon)

Uninstall

Remove the repo

or

remove the executable

Windows :

Download the repo
run launcher.py with python3

or

Download a release
run passwordkeeper.exe (soon)

Benchmark

Laptop :

  • RAM : 16Go
  • PROC : i5
  • GRAPHICS : GTX 1050Ti
  • 30 passwords in the db

Time :

  • Encryption : 30 sec
  • Decryption : 30 sec

Features

Options Password Keeper
Encrypted Y
The Fastest N
Limited 30 entry in a db
Time 30sec
Site Support Y
Backup ? Y

Media

Launcher

App

Site

Legal

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.

Project Info

Front-End : Esteban

Back-End : Ph3nX

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request