Go to file
2020-08-08 18:09:25 +02:00
mobile Adding APK 2020-08-08 18:02:30 +02:00
CODE_OF_CONDUCT.md Initial commit 2020-08-08 16:39:27 +02:00
demo1.gif Initial commit 2020-08-08 16:39:27 +02:00
demo2.gif Initial commit 2020-08-08 16:39:27 +02:00
LICENSE Filling 2020-08-08 15:38:43 +00:00
master.py Initial commit 2020-08-08 16:39:27 +02:00
README.md Removing section 2020-08-08 18:09:25 +02:00
script.user.js Initial commit 2020-08-08 16:39:27 +02:00

Master project

This project is still in beta, if you want a better password generator go checkout Master Password

The Master project is a password generator easy to understand and educational based on Master Password. It is available for all platform and is made to be intuitive.

Installation

Installation for your browser

  1. Install Violent Monkey or similar as extension for your browser.
  2. Click here and click on Confirm Installation
  3. Click on the extension's icon, next to Master Browser, click on the code symbol </>
  4. Change the username value to what ever you want (it needs to remains the same over time)
  5. Click on Save.

You can also change the salt if you want an extra layer of security, but you will have to change these 2 values on every installations / devices.

Installation for computer

There is actually no real install, but there is a python script that you can run

  1. Download this file on your computer
  2. Edit the file and change the username value to what ever you want (it needs to remains the same over time)
  3. Make sure you have Python3 installed on your computer.
  4. Run the file using Python. You can also do it using the following command:
python3 master.py

You can also change the salt if you want an extra layer of security, but you will have to change these 2 values on every installations / devices.

Installation for mobile

The installation file is located here

Usage on your browser

This is an example on how to login on websites:

demo1

  1. Go on the username's field and press ALT + J then CTRL + V to type the username.
  2. Go on the password field and write your master password
  3. Press ALT + G then CTRL + V to paste the password

Generate a password for another url (example generate the password of www.reddit.com on old.reddit.com)

demo2

  1. Go on the username's field and press ALT + J then CTRL + V to type the username.
  2. Go on the password field and write your master password
  3. Press ALT + U, write the original url (here it is www.reddit.com), then press CTRL + V to paste the password.

Contribute

To get all the informations about contributions, please see the CONTRIBUTING file

License

This project is under GNU-GPL-v3. You can find more informations in the LICENSE file.