1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 14:46:00 +02:00

Duplicate pwgen command to osx

pwgen is available on linux and OSX. This duplicates it to both
environments. This means you'll be able to use the reference on both.
This commit is contained in:
Billie Thompson 2017-10-28 22:07:15 +01:00
parent 713a0d0c39
commit 51a6796b5d
No known key found for this signature in database
GPG key ID: D5D50C9378BFCAB0

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}}`