Skip to content

andrewyang96/GoPasswordGenerator

Repository files navigation

GoPasswordGenerator

Generate secure passwords using the "Correct Horse Battery Staple" method.

Options

  • Number of Words (3-6)
  • Delimiter, Prefix Character, and Suffix Character Options:
    • None
    • Space
    • Comma (,)
    • Period (.)
    • Semicolon (;)
    • Colon (:)
    • Dash (-)
    • Underscore (_)
    • Pipe (|)
    • Slash (/)
    • Backslash (/)
    • Apostrophe (')
    • Quotation mark (")
    • Exclamation point (!)
    • Question mark (?)
    • Tilde (~)
    • Grave accent (`)
    • At sign (@)
    • Pound sign (#)
    • Dollar sign ($)
    • Percent sign (%)
    • Caret (^)
    • Ampersand (&)
    • Asterisk (*)
    • Plus sign (+)
    • Less-than sign (<)
    • Greater-than sign (>)
  • Prefix Character-exclusive Options:
    • Left parenthesis
    • Left bracket
    • Left curly brace
  • Suffix Character-exclusive Options:
    • Right parenthesis
    • Right bracket
    • Right curly brace