Skip to content

IweZix/GenPassword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenPassword

GenPassword is a simple package to generate password.

Install

npm install @iwezix/genpassword --save

Usage

import { genPassword } from '@iwezix/genpassword';

const password = genPassword(true, true, 10, false);

// [ 'Anb3(4,c)C', '3l)9j-3hz7' ]
console.log(password);

Available options

Name Description
number Boolean, put numbers in password.
special Boolean, put symbols in password.
length Number, length of password.
capitalLetter Boolean, put capitals letters in password

About

A password generator library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published