From 3acb27538ed6a4401df69b98070b60d55cf30615 Mon Sep 17 00:00:00 2001 From: nicholas Date: Thu, 6 Sep 2018 15:39:42 -0400 Subject: [PATCH] Add new README details. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4821f02..4822b27 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # passphrase -A simple bash script that generates random dictionary-derived passwords for me. +A simple bash script that generates random dictionary-derived password phrases. ## Arguments @@ -56,5 +56,5 @@ violent miscue nunnery blinding ## To-do * provide passwords that meet specific lengths to satisfy [bad bank password requirements](https://stackoverflow.com/a/702438) (sadlol) -* boolean arg for introducing token special characters, numbers, and caps to satisfy bad bank password requirements (stillsadlol) +* boolean arg to boost cardinality and meet requirements: caps, symbols, digits, etc. * explore integraion with [pass](https://git.zx2c4.com/password-store/), which currently only leverages [pwgen](https://linux.die.net/man/1/pwgen), which, in my opinion, does not succeed at its primary task of being both highly memorable and high-entropy