Duplicate pwgen command to osx (#1609)

coverage
Starbeamrainbowlabs 2017-10-30 19:20:12 +00:00 committed by GitHub
commit 00265c265a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
pages/osx/pwgen.md Normal file
View File

@ -0,0 +1,15 @@
# pwgen
> Generate pronounceable passwords.
- Generate random password with s[y]mbols:
`pwgen -y {{length}}`
- Generate secure, hard-to-memorize passwords:
`pwgen -s {{length}}`
- Generate password with at least one capital letter in them:
`pwgen -c {{length}}`