https://github.com/mattsalves/securepassgen
SecurePassGen is a lightweight C++ application designed to generate strong and customizable passwords. It offers users the ability to specify password length, inclusion of special characters, and spacing between characters, ensuring the creation of secure passwords tailored to individual preferences.
https://github.com/mattsalves/securepassgen
cpp password-generator security
Last synced: over 1 year ago
JSON representation
SecurePassGen is a lightweight C++ application designed to generate strong and customizable passwords. It offers users the ability to specify password length, inclusion of special characters, and spacing between characters, ensuring the creation of secure passwords tailored to individual preferences.
- Host: GitHub
- URL: https://github.com/mattsalves/securepassgen
- Owner: mattsalves
- License: gpl-3.0
- Created: 2024-05-26T04:13:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T04:15:22.000Z (about 2 years ago)
- Last Synced: 2025-01-26T07:09:18.224Z (over 1 year ago)
- Topics: cpp, password-generator, security
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SecurePassGen
SecurePassGen is a lightweight C++ application designed to generate strong and customizable passwords. It offers users the ability to specify password length, inclusion of special characters, and spacing between characters, ensuring the creation of secure passwords tailored to individual preferences.