Password generator for Node-RED node
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.
 
 
 
 
yuto-yuto 6b37b8d3fa Update dockerfile 3 years ago
.vscode temp 3 years ago
Docker Update dockerfile 3 years ago
lib Update comment 3 years ago
test Add options 3 years ago
.gitignore First commit 3 years ago
.npmignore update npmignore 3 years ago
LICENSE Initial commit 3 years ago
README.md Add readme 3 years ago
package-lock.json Implement 3 years ago
package.json Add readme 3 years ago
tsconfig.json Implement 3 years ago

README.md

node-red-contrib-password-generator

A Node-RED node to generate password. It uses crypto.randomBytes function for the random string.