Guillaume Vincent 1e6cec0734 | il y a 6 ans | |
---|---|---|
.. | ||
dist | il y a 6 ans | |
example | il y a 6 ans | |
src | il y a 6 ans | |
test | il y a 6 ans | |
.editorconfig | il y a 6 ans | |
.gitignore | il y a 6 ans | |
.travis.yml | il y a 6 ans | |
README.md | il y a 6 ans | |
package-lock.json | il y a 6 ans | |
package.json | il y a 6 ans |
LessPass node module used to render password based on options
npm install lesspass-render-password
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);
npm test
This project is licensed under the terms of the GNU GPLv3.
report issues on LessPass project