Guillaume Vincent 1e6cec0734 | 6年前 | |
---|---|---|
.. | ||
dist | 6年前 | |
example | 6年前 | |
src | 6年前 | |
test | 6年前 | |
.editorconfig | 6年前 | |
.gitignore | 6年前 | |
.travis.yml | 6年前 | |
README.md | 6年前 | |
package-lock.json | 6年前 | |
package.json | 6年前 |
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