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.
- Host: GitHub
- URL: https://github.com/furqanhun/passgen
- Owner: FurqanHun
- Created: 2023-02-14T10:56:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T18:33:52.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T23:33:27.273Z (over 1 year ago)
- Topics: c, c-language, cli, passgen, password-generator, project, random-generation, random-password, random-password-generator, secure-passwords, secutiry, unique-passwords
- Language: C
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
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 :)*