Add README to-dos.

This commit is contained in:
nicholas 2018-09-06 14:38:28 -04:00
parent b1b5f2c7af
commit 57499d8a49

View File

@ -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