From 3b37245170ce78392c44eb842e219905a560ee79 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Fri, 25 Sep 2015 16:17:11 +0200 Subject: [PATCH] Add Security/Passwords category --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b3d29f1..9f9fc31 100644 --- a/README.md +++ b/README.md @@ -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