You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guillaume Vincent 1e6cec0734 [mono repo] remove git cached files 6 vuotta sitten
..
dist [mono repo] remove git cached files 6 vuotta sitten
example [mono repo] remove git cached files 6 vuotta sitten
src [mono repo] remove git cached files 6 vuotta sitten
test [mono repo] remove git cached files 6 vuotta sitten
.editorconfig [mono repo] remove git cached files 6 vuotta sitten
.gitignore [mono repo] remove git cached files 6 vuotta sitten
.travis.yml [mono repo] remove git cached files 6 vuotta sitten
README.md [mono repo] remove git cached files 6 vuotta sitten
package-lock.json [mono repo] remove git cached files 6 vuotta sitten
package.json [mono repo] remove git cached files 6 vuotta sitten

README.md

LessPass render password

LessPass node module used to render password based on options

Requirements

  • node LTS

Install

npm install lesspass-render-password

Usage

var renderLessPassPassword = require("lesspass-render-password");
var options = {
  length: 16,
  lowercase: true,
  uppercase: true,
  digits: true,
  symbols: true
};
var entropy = "dc33d431bce2b01182c613382483ccdb0e2f66482cbba5e9d07dab34acc7eb1e"; 
var password = renderLessPassPassword(entropy, options);

Tests

npm test

License

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

Issues

report issues on LessPass project