Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    Here are the options to generate random 14 letter passwords containing lots of special characters: apg -a1 -m14 Commented Nov 11, 2017 at 19:10
  • Generate single password: apg -MSNCL -n 1 -m 5 -x 10 Commented May 26, 2023 at 17:07
  • See apg's complete special character set. Commented Nov 8, 2023 at 18:31