Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PasswordGenerator

A simple password generator made in C.

Input:

  • amount of numbers
  • amount of characters
  • amount of symbols

Output:

  • a password with the length amount of numbers + amount of characters + amount of symbols . The amount of numbers, characters and symbols is taken from the user input.

Disclaimer:

  • This program generates pseudo-random numbers using the time as seed, so it is not secure for generating a password. It was created for educational-purpose only.
  • The developer of this program don't assume any responsibilities for the usage of it. See the license.

About

A simple password generator made in C. Generates passwords with numbers, characters, symbols.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Contributors

Languages