]> git.scottworley.com Git - keystroke-timestamps/log
keystroke-timestamps
12 years agoAdd a script to show gaps
Scott Worley [Fri, 20 Sep 2013 15:33:31 +0000 (08:33 -0700)]
Add a script to show gaps

12 years agoAn example consumer of keystroke timing data
Scott Worley [Thu, 5 Sep 2013 07:58:13 +0000 (00:58 -0700)]
An example consumer of keystroke timing data

12 years agoOnly print to-the-second resolution by default.
Scott Worley [Thu, 5 Sep 2013 05:06:29 +0000 (22:06 -0700)]
Only print to-the-second resolution by default.

Put microseconds behind a flag.

This makes it harder to do timing analysis on the log file to try to
turn this into a keylogger.

(More precise timing information is still available to an on-line attack
by watching the flush timings or by watching the CPU usage and run state
of the process.)

12 years agoSort includes
Scott Worley [Thu, 5 Sep 2013 05:03:40 +0000 (22:03 -0700)]
Sort includes

12 years agoAdd proper error reporting for open failures
Scott Worley [Wed, 4 Sep 2013 18:04:58 +0000 (11:04 -0700)]
Add proper error reporting for open failures

12 years agoInitial version
Scott Worley [Wed, 4 Sep 2013 18:04:37 +0000 (11:04 -0700)]
Initial version