1
0
Fork
You've already forked master
0
A password manager that is easy to understand and use.
  • Python 60.1%
  • JavaScript 37.4%
  • Makefile 2.5%
Find a file
2021年01月08日 22:07:16 +00:00
docs Organizing and adding go 2020年11月16日 18:31:40 +01:00
js Templating 2021年01月08日 20:49:28 +01:00
python Adding apk 2021年01月08日 22:07:16 +00:00
LICENSE Filling 2020年08月08日 15:38:43 +00:00
Makefile Adding Makefile 2021年01月08日 20:53:00 +01:00
README.md Organizing and adding go 2020年11月16日 18:31:40 +01: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 Android

  1. Go into the Android settings > Security > Allow install from unkown sources
  2. Download the file here
  3. Open it and click on Install

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.

License

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