Skip to content

beingkumara/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Password-Generator

numbers() : Contents:

nums: list of digits

return type: It returns a random integer in the range 0 - 9


low_letters():

Contents:

lower: list of lower case alphabets

return type: It returns a random alphabet in between a - z


upp_letter():

Contents:

upper : list of upper case alphabets

return type: It returns a random alphabet in between A - Z


special():

Contents:

special_char: list of special characters

return typre : It returns a random special character from the list 'special_char'


password_gen(length of the password):

Arguements : Length of the passowrd

Constraints: Length of the password should be greater than or equal to 8

return type: It returns a password of given length.


The code will write the length of the password and the password that was generated during the process to a text file. If the length of the password is less than 8, the code prompts the user untill the length of the password given by the user is greater than or equal to 8.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages