-- No Credentials Storage. No Problem. --
SupPass is a light weight app that allow you to generate password based on 3 inputs: username, domain name, and a master password.
The algorithm generate a password for the site you are visiting for you to use it has login/registration.
The main advantage to use SupPass is that password are not stored anywhere online nor offline, so you only need to remember your master password and username.
This app generate hard to brute-force/guess passwords, but we are NOT responsible if your master password or generated passwords are stolen.
-
List all options :
./SupPass.py
-h
python3 SupPass.py
--help
-
Get your password :
./SupPass.py
-u
USERNAME
-d
DOMAIN
-p
PASSWORD
python3 SupPass.py
--username
USERNAME
--domain
DOMAIN
--password
PASSWORD
-h, --help Show the help
-u, --username Input username for the site (pseudo, mail, etc...)
-d, --domain Domain name of the site (example.org, google.com, etc...)
-p, --password Master password of the user
-s, --see Enable the print of the password
-c, --clipoff Disable the copy in clipboard
-t, --timer Timer before flushing the clipboard
Browser | Support | Versions | Download |
---|---|---|---|
Firefox | ✔ | all | Firefox Add-on |
Chrome | ✔ | all | Chrome Add-on |
Chromium | ✔ | all | Chrome Add-on |
Safari | ? | ? | |
Edge | ? | ? | |
I.E | ? | ? | |
Opera | ? | ? |
Download the web extension from the link above.
Projet d'excellence 2018 - Laboratoire Sécurité - SUPINFO Lyon