A user script to generate passwords based on Qwerty Card

david c2114e66aa Updated LICENSE 1 mês atrás
.gitignore 1721e03478 generator.py will now make a .user.js 1 mês atrás
LICENSE c2114e66aa Updated LICENSE 1 mês atrás
README.md 1721e03478 generator.py will now make a .user.js 1 mês atrás
generator.py 1721e03478 generator.py will now make a .user.js 1 mês atrás
skript.js 65f692bd4b Implement translator map in JS 1 mês atrás

README.md

Key.Card

A user script to generate passwords based on Qwerty Card

Installation

I'll assume you have Greasemonkey already installed

  1. Clone this repo
  2. Run a generator script (generator.*)

Currently there is only one script, generator.py, a Python3 script. (In the future, there will be other languages to choose from, so you don't have to install a language just to do this step)

  1. Now with the newly modified .user.js, copy it's contents as a new user script in the Greasemonkey User Menu.
    1. Click the Monkey.
    2. Click 'New user script'
    3. Copy + Paste the contents of .user.js from this repo into the new user script.
    4. Press CTRL + S to save.
    5. Reload open pages to see it run.