Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

keviiin38/SupPass

Repository files navigation

SupPass Official Logo

-- No Credentials Storage. No Problem. --


Intro

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.


Python Version

Requirements

Usage

  • List all options :

    ./SupPass.py-h

    python3 SupPass.py--help

  • Get your password :

    ./SupPass.py-uUSERNAME-dDOMAIN-pPASSWORD

    python3 SupPass.py--usernameUSERNAME--domainDOMAIN--passwordPASSWORD

Options

  -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

Web Extension Version

Requierements

Browser Support Versions Download
Firefox all Firefox Add-on
Chrome all Chrome Add-on
Chromium all Chrome Add-on
Safari ? ?
Edge ? ?
I.E ? ?
Opera ? ?

Usage

Download the web extension from the link above.


Credits



Projet d'excellence 2018 - Laboratoire Sécurité - SUPINFO Lyon