Skip to content

Instantly share code, notes, and snippets.

@mortn
Last active November 12, 2015 10:39
Show Gist options
  • Save mortn/f9c648ae5dca0a7c46a3 to your computer and use it in GitHub Desktop.
Save mortn/f9c648ae5dca0a7c46a3 to your computer and use it in GitHub Desktop.
Generate passwords for use or inspiration
apg -n30 -MCLNS -E "'~\`><{}[]()|\"\\/^"
# This will generate 30 passwords that will contain
# - at least one digit
# - at least one Capital letter
# - at least one special symbol
# - at least one lower cased
# -E is for Excluding certain characters I dislike in my passwords
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment