GitXplorerGitXplorer
x

hankify-pw

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
63b72b2b1369def480503a8f2b57b3e1570a4f61

Document the --add-symbol option.

jjclarke-csco committed 4 years ago
Unverified
6340bcfd0acf7b4ffecc20c2a136bc222cf0037f

Bump version.

jjclarke-csco committed 4 years ago
Unverified
06ef57202d44dabd0ee36f580a36ade8573b437d

Add support for symbols in passwords.

jjclarke-csco committed 4 years ago
Unverified
e8c7705f841a533f22a6af182ab318c774fc5e3d

Correct typo.

jjclarke-csco committed 4 years ago
Unverified
7cdbb4ffc83aefab14089d93447b3baf63e1a7dd

Update for PyPi distribution.

jjclarke-csco committed 4 years ago
Unverified
ba29c0675392557ce1695748ca1b3f72bd599973

Prepare for GitHub migration.

jjclarke-csco committed 4 years ago

README

The README file for this repository.

Hank-tastic Password Generator

This Python script generates a password that Hank Preston would be proud of.

Install it with the following command:

pip install hankify-pw

All you really need to do is run it:

$ hankify-pw
YoreAnywhySollyaBoatbill81

If you want to use an alternate word list, specify --word-file PATH. If you want a longer or shorter password, specify --num-words (the default is 4). The package ships with a default words file from FreeBSD.

If your password requires a symbol to meet policy requirements, specify --add-symbol and a random "special" character will be appended to the end of the generated password.