Skip to content

BurnedGalaxy/PasswordGenerator_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password_Generator

A simple password generator in C, that generates password displays it and stores in a file.

Usage

Make the file password executable or compile the file password.c.

Run the "password" file with 2 arguments.

./password {name} {filename_to_store}

Eg: ./password xyz.com password.txt

Inside password.txt :

xyz.com - generated password

If the file is not present a new file is created. Else the password is appended to the file.

About

A simple password generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages