From: Scott Worley Date: Thu, 5 Sep 2013 05:06:29 +0000 (-0700) Subject: Only print to-the-second resolution by default. X-Git-Tag: v1.0.0~15 X-Git-Url: http://git.scottworley.com/keystroke-timestamps/commitdiff_plain/9779d071833a13aa6163e294a45a0d14ad2cf8e9?hp=9779d071833a13aa6163e294a45a0d14ad2cf8e9 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.) ---