Skip to content

JFScripts/Simple-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C Password Generator

This is a simple password generator written in C that creates a random password based on the user's input length. The program uses the current time as a seed for random number generation, ensuring that each run produces a unique result.

Features

  • Customizable Length: The user can choose the desired password length.
  • Diverse Character Set: The password is generated using a mix of lowercase letters, uppercase letters, digits, and special characters.
  • Random Generation: Utilizes the rand() function seeded with the current time to ensure random output.

Planed Features

  • Memory: The ability to save and register the password.
  • Main Archive: Centralized archive to keep the passwords saved.

Requirements

  • A C compiler (e.g., GCC)

How to Compile

Open your terminal and navigate to the directory containing the source code. Then compile using:

gcc -o password_generator password_generator.c

About

This is a simple password generator made in C

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages