Skip to content

guidoreina/password_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password generator

Simple password generator in C.

The program might receive:

  • one argument: length of the password.
  • two arguments: minimum and maximum lengths of the password. The program will generate a random length in the interval [<minlen>, <maxlen>].

The program will then generate a random password, using letters, digits and special characters.

About

A simple password generator in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published