Skip to content

mvahedii/automatic-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Auto Password Generator

.auto password generator make you a function that generate a random password with your custom length.

  • Passwords that it generates includes"A-Z","a-z","0-9","!@#$%^&*()".
  • You can pass it your custom password length to function.
  • Default length is 4 characters.

Installation

$ npm i @mvahedi/auto-password-generator

Usage

in any Javascript Library:

import {autoPasswordGenerator} from "@mvahedi/auto-password-generator"
console.log(autoPasswordGenerator(8))

in Node.js:

var {autoPasswordGenerator} = require("@mvahedi/auto-password-generator")
console.log(autoPasswordGenerator(8))
//len

License

MIT

Free Software, Hell Yeah!

About

Atomatic Password Generator for Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published