Skip to content

Instantly share code, notes, and snippets.

@rdapaz
Last active February 28, 2023 08:57
Show Gist options
  • Save rdapaz/bdc6b87a91572a996166a8a0f6d26891 to your computer and use it in GitHub Desktop.
Save rdapaz/bdc6b87a91572a996166a8a0f6d26891 to your computer and use it in GitHub Desktop.
Generate Secure Passphrases

Steps for generating a secure passphrase

  1. Go to https://xkpasswd.net/s/
  2. Use the following settings:
{
"num_words": 3,
"word_length_min": 4,
"word_length_max": 8,
"case_transform": "ALTERNATE",
"separator_character": ":",
"padding_digits_before": 0,
"padding_digits_after": 2,
"padding_type": "FIXED",
"padding_character": "!",
"padding_characters_before": 2,
"padding_characters_after": 0,
"random_increment": "AUTO"
}


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment