Skip to content

PassGen is a C command-line tool that generates random passwords and stores them with a user-specified name. Passwords can be retrieved by name, with a maximum length of 30 characters. Help is available to guide users on password generation and retrieval. Developed by Team PassGen, currently managed by FurqanHun.

Notifications You must be signed in to change notification settings

FurqanHun/PassGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project PassGen

Project PassGen is a pure C Language program capable of generating a unique password everytime it is executed.

This was my first university project that i worked on as a team, i did have plans to keep updating it like i did before adding it to repository, if i do i get extra time i might tweak some changes or add features.

Project PassGen functions

Currently the program can

  1. Generate a passowrd using a number generated through seeding and save it in a .txt file (in hexa form)
  2. View the generated password

you can generate any number of passwords and the program will keep adding it in the list

To delete a password you'll have to manually open the passwords file and remove the unwanted password.

Additional Program Manual (Help) is added in the program so you can simply check how to use it directly from the program

FurqanHun GitHub profile

I'm still new to programming so feel free to correct me if i did something wrong or if something could be done in a better way :)

About

PassGen is a C command-line tool that generates random passwords and stores them with a user-specified name. Passwords can be retrieved by name, with a maximum length of 30 characters. Help is available to guide users on password generation and retrieval. Developed by Team PassGen, currently managed by FurqanHun.

Topics

Resources

Security policy

Stars

Watchers

Forks

Languages