https://github.com/armaancpro/c_passgen
See my PasswordGen repo for a password generator written in C++
https://github.com/armaancpro/c_passgen
c cmake passwords
Last synced: 4 months ago
JSON representation
See my PasswordGen repo for a password generator written in C++
- Host: GitHub
- URL: https://github.com/armaancpro/c_passgen
- Owner: ArmaanCPro
- Created: 2025-02-21T22:12:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T04:21:15.000Z (4 months ago)
- Last Synced: 2025-02-22T05:18:35.837Z (4 months ago)
- Topics: c, cmake, passwords
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# c_passgen
## Description
This is a password generator highly similar to the one I wrote
in c++. See my [PasswordGen](https://www.github.com/ArmaanCPro/PasswordGen) repo.
But, this one is written in C. It uses libsodium to generate random passwords.There are still a lot of features left to be added, and I am definitely less experienced
at C than C++. This project is really just a learning exercise for me, and a way to get better at C.## Dependencies
- `CMake` (Must be preinstalled V3.28 or higher)
- `vcpkg`
- `libsodium`