https://github.com/lightningstalker/stronger-gpw
An "improved" version of `gpw` that generates stronger passwords.
https://github.com/lightningstalker/stronger-gpw
dictionary password-generator security security-tools shell
Last synced: about 2 months ago
JSON representation
An "improved" version of `gpw` that generates stronger passwords.
- Host: GitHub
- URL: https://github.com/lightningstalker/stronger-gpw
- Owner: LightningStalker
- License: other
- Created: 2017-10-15T08:34:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T09:18:37.000Z (over 8 years ago)
- Last Synced: 2025-04-09T14:04:25.816Z (about 1 year ago)
- Topics: dictionary, password-generator, security, security-tools, shell
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: HISTORY
- License: LICENSE
Awesome Lists containing this project
README
Usage: gpw n, to generate n passwords
Notes for those compiling from source
++++++++++++++++++++++++++++++++++++++++++++
If compiling from source, you need a C++ compiler. I had to install the package
gcc-c++
in my case even though I already had gcc installed.
Also note that a "bare word" dictionary is assumed to be at
/usr/share/dict/linux.words
Update the Makefile if yours is in a different path.