Skip to content

akashgithuboot/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

In this homework project I have been tasked to create a function which returns a randomly generated password based on some user input.

The website generates a password of a length between 8 and 128 characters , and uses at least one type of character from "special" characters

I have also included some logic so that when the user picks a set of characters it is guaranteed to be included in the password.

About

In this homework project I have been tasked to create a function which returns a randomly generated password based on some user input. The website generates a password of a length between 8 and 128 characters (decided by the user), and uses at least one type of character from "special" characters (symbols like %, !, $ for example, a full list wa…

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors