An open API service indexing awesome lists of open source software.

https://github.com/furqanhun/passgen

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.
https://github.com/furqanhun/passgen

c c-language cli passgen password-generator project random-generation random-password random-password-generator secure-passwords secutiry unique-passwords

Last synced: over 1 year ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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](https://github.com/FurqanHun)

*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 :)*