Add Security/Passwords category
This commit is contained in:
parent
81d239bf97
commit
3b37245170
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user