Add Security/Passwords category

This commit is contained in:
Marcel Bischoff 2015-09-25 16:17:11 +02:00
parent 81d239bf97
commit 3b37245170

View File

@ -41,6 +41,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
- [Printing](#printing)
- [Security](#security)
- [Gatekeeper](#gatekeeper)
- [Passwords](#passwords)
- [Wiping Data](#wiping-data)
- [System](#system)
- [Basics](#basics)
@ -351,6 +352,14 @@ spctl --add /path/to/Application.app
spctl --remove /path/to/Application.app
```
### Passwords
#### Generate Secure Password and Copy to Clipboard
First, install `pwgen` via Homebrew, etc.
```bash
pwgen -Cs 20 1 | tr -d ' ' | tr -d '\n' | pbcopy
```
### Wiping Data
#### Securely Remove File