Differences From
Artifact [2e8787ac9f]:
1 1 # util
2 2 various odds and ends. all code in this repository is licensed under the AGPL unless otherwise noted.
3 3
4 4 * **safekill.c**: utility to help keep from accidentally killing important windows; compile with `cc -Ofast safekill.c -lX11 -lc -osafekill`
5 5 * **bgrd.c**: it’s… a long story. just read the header.
6 +* **kpw**: an extremely simple, lightweight, secure password manager for POSIX OSes written in C. depends on libsodium for crypto primitives. compile with `make kpw`.