|
/* [ʞ] mkpw.c - make password
* ~ lexi hale <lexi@hale.su>
* © EUPL v1.2
* $ cc -O4 mkpw.c -omkpw [-D_CLIPBOARD]
* - D_CLIPBOARD enables mkpw to automatically
* copy new passwords to the clipboard. it
* does this by attempting to execute a sequence
* of binaries, and then writing the password
* to STDIN of the binary that succeeds.
* ? generates passwords
|
|
|
/* [ʞ] mkpw.c - make password
* ~ lexi hale <lexi@hale.su>
* 🄯 GNU AGPL v3
* $ cc -O4 mkpw.c -omkpw [-D_CLIPBOARD]
* - D_CLIPBOARD enables mkpw to automatically
* copy new passwords to the clipboard. it
* does this by attempting to execute a sequence
* of binaries, and then writing the password
* to STDIN of the binary that succeeds.
* ? generates passwords
|