Skip to content

This is a password generator application. Here the user can generate a minimum of four to a maximum of 20 random passwords where he can randomly generate passwords with lowercase letters, or uppercase letters, or numbers, or symbols. If you want, you can create 4 types together randomly. And can copy the entire generated password by clicking.

Notifications You must be signed in to change notification settings

younusaliakash/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

This is a password generator application. Here the user can generate a minimum of four to a maximum of 20 random passwords where he can randomly generate passwords with lowercase letters, or uppercase letters, or numbers, or symbols. If you want, you can create 4 types together randomly. And can copy the entire generated password by clicking.

  • A special JavaScript Special String method called fromCharCode is used to generate passwords randomly. Details : String.fromCharCode()
  • This reference from w3school is used as a reference for HTML ASCII . HTML ASCII

password generator

About

This is a password generator application. Here the user can generate a minimum of four to a maximum of 20 random passwords where he can randomly generate passwords with lowercase letters, or uppercase letters, or numbers, or symbols. If you want, you can create 4 types together randomly. And can copy the entire generated password by clicking.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published