Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Guillaume Vincent 3e86832c3f Add LessPass master password for fingerprint calculation vor 6 Jahren
..
dist Add LessPass master password for fingerprint calculation vor 6 Jahren
src Add LessPass master password for fingerprint calculation vor 6 Jahren
test Add LessPass master password for fingerprint calculation vor 6 Jahren
.editorconfig Add LessPass master password for fingerprint calculation vor 6 Jahren
.gitignore Add LessPass master password for fingerprint calculation vor 6 Jahren
.travis.yml Add LessPass master password for fingerprint calculation vor 6 Jahren
README.md Add LessPass master password for fingerprint calculation vor 6 Jahren
package-lock.json Add LessPass master password for fingerprint calculation vor 6 Jahren
package.json Add LessPass master password for fingerprint calculation vor 6 Jahren

README.md

LessPass render password

LessPass node module used to render password based on options

Requirements

  • node LTS

Install

npm install lesspass-master-password

Usage

var LessPassMasterPassword = require("lesspass-master-password");
console.log(LessPassMasterPassword.getFingerprint("e56a207acd1e6714735487c199c6f095844b7cc8e5971d86c003a7b6f36ef51e"))
//  [
  {
    color: "#FFB5DA",
    icon: "fa-flask"
  },
  {
    color: "#009191",
    icon: "fa-archiv,e"
  },
  {
    color: "#B5DAFE",
    icon: "fa-beer"
  }
]

Tests

npm test

License

This project is licensed under the terms of the GNU GPLv3.

Issues

report issues on LessPass project