- Python 60.1%
- JavaScript 37.4%
- Makefile 2.5%
| docs | Organizing and adding go | |
| js | Templating | |
| python | Adding apk | |
| LICENSE | Filling | |
| Makefile | Adding Makefile | |
| README.md | Organizing and adding go | |
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
- Install Violent Monkey or similar as extension for your browser.
- Click here and click on
Confirm Installation - Click on the extension's icon, next to Master Browser, click on the code symbol
</> - Change the
usernamevalue to what ever you want (it needs to remains the same over time) - 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
- Download this file on your computer
- Edit the file and change the
usernamevalue to what ever you want (it needs to remains the same over time) - Make sure you have Python3 installed on your computer.
- 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
- Go into the Android settings > Security > Allow install from unkown sources
- Download the file here
- Open it and click on
Install
Usage on your browser
This is an example on how to login on websites:
- Go on the username's field and press
ALT+JthenCTRL+Vto type the username. - Go on the password field and write your master password
- Press
ALT+GthenCTRL+Vto paste the password
Generate a password for another url (example generate the password of www.reddit.com on old.reddit.com)
- Go on the username's field and press
ALT+JthenCTRL+Vto type the username. - Go on the password field and write your master password
- Press
ALT+U, write the original url (here it iswww.reddit.com), then pressCTRL+Vto paste the password.
License
This project is under GNU-GPL-v3. You can find more informations in the LICENSE file.