Skip to content

Latest commit

 

History

History
 
 

Password Generator with specific length

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Generates a random password with a specified length

NOTE: There is a OOTB script that generates password but length is between 8 to 10 characters. However, if you need a simple password generator with specified length you can use this.

Example

var helper = new PasswordGenerator();

var result = helper.generate(20); // length of password