2 Commits

Author SHA1 Message Date
c759597ad0 fix: pass YubiKey PIN via stdin instead of CLI arg (#18, #31)
--pin-source stdin prevents PIN visibility in `ps` output.
Use tempfile.mkstemp for all temp files (unpredictable names, 0600 perms).
Clean up temp files in finally block.
Add tests for PIN not in args and mkstemp usage.
2026-07-04 04:49:56 +00:00
5d417c20e1 Fix setup.sh: add -k flag, NSS import for Fedora, correct trust flags, LibreWolf docs 2026-07-01 04:51:40 +00:00