Last active
June 26, 2018 09:06
-
-
Save claudinec/7bdb66790386aa64d4611e31022a8060 to your computer and use it in GitHub Desktop.
xkpasswd config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"comment": "This works on https://xkpasswd.net/ but not with the Perl hsxkpasswd CLI tool.", | |
"num_words": 2, | |
"word_length_min": 4, | |
"word_length_max": 8, | |
"case_transform": "LOWER", | |
"separator_character": "NONE", | |
"padding_digits_before": 0, | |
"padding_digits_after": 2, | |
"padding_type": "NONE", | |
"random_increment": "AUTO" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment