Skip to content

saipavantej/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Password Generator

  • Generate a random password string with minimum 8 characters and maximum 50 characters.
  • Include UpperCase using check box.
  • Include Numbers using check box.
  • Include Symbols using check box.

Core Concept Used

Using CharCode Table

CharCode Table

  • String.fromCharCode(65) ---------> A

Online Demo

You can try the online demo of this project here.

Releases

No releases published

Packages

No packages published