From 57499d8a4936eda133c3c45dee2c8e9c04cad138 Mon Sep 17 00:00:00 2001 From: nicholas Date: Thu, 6 Sep 2018 14:38:28 -0400 Subject: [PATCH] Add README to-dos. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ea9274..67fbb0b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # passphrase -A simple bash script that generates random dictionary-derived passwords for me. It takes three arguments: +A simple bash script that generates random dictionary-derived passwords for me. + +## Arguments + +The script takes these arguments three: * **-c** <*number*> @@ -47,3 +51,9 @@ warped temerity jeopardy entreat buildups tiptop ointment pings spitball dike dreadful char 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) +* 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