Skip to content

Instantly share code, notes, and snippets.

@claudinec
Last active June 26, 2018 09:06
Show Gist options
  • Save claudinec/7bdb66790386aa64d4611e31022a8060 to your computer and use it in GitHub Desktop.
Save claudinec/7bdb66790386aa64d4611e31022a8060 to your computer and use it in GitHub Desktop.
xkpasswd config
{
"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