util  Top-level Files of 178e52ca5577a2a6

Files in the top-level directory of check-in 178e52ca5577a2a6


util

various odds and ends. all code in this repository is licensed under the AGPL unless otherwise noted.

  • safekill.c: utility to help keep from accidentally killing important windows; compile with cc -Ofast safekill.c -lX11 -lc -osafekill
  • bgrd.c: it’s… a long story. just read the header.
  • kpw: an extremely simple, lightweight, secure password manager for POSIX OSes written in C. depends on libsodium for crypto primitives. compile with make kpw.