|
/* [ʞ] kpw.c - password manager
* ↳ derivative of mkpw.c
* ~ lexi hale <lexi@hale.su>
* © EUPL v1.2
* $ cc -O4 kpw.c -okpw [-D_CLIPBOARD]
* - D_CLIPBOARD enables kpw to automatically
* copy 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.
* - D_SAVEKEY enables kpw to store the database
|
|
|
/* [ʞ] kpw.c - password manager
* ↳ derivative of mkpw.c
* ~ lexi hale <lexi@hale.su>
* 🄯 GNU AGPL v3
* $ cc -O4 kpw.c -okpw [-D_CLIPBOARD]
* - D_CLIPBOARD enables kpw to automatically
* copy 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.
* - D_SAVEKEY enables kpw to store the database
|