1.0.0 • Published 2 years ago

@rowyhere/password-generator v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@rowyhere/Password-Generator

  • A global system that randomly generates ciphers

Quick start

Let's generate a new instance.

 var passwordGenerator = require("@rowyhere/password-generator");

console.log(passwordGenerator(15)); 
// Output: KHQpG9dZfNU8Jwn

Installation

You can use npm to install guid: npm install @rowyhere/password-generator