Skip to content

Releases: ElDeveloper/keystats

Keystats Release 1.1.0

29 Jul 05:05
Compare
Choose a tag to compare

This is the second release of Keystats. It includes summary plots, better unit testing, and updated dependencies (thanks CorePlot and FMDB). In addition this release includes a couple of bug fixes that make the program more stable.

This is a preview of how the summary plots look when you run the app:

Screenshot


🚨 ⚠️Keystats is not intended and should not be used as a malicious application, it is the responsibility of the end user to make legal and safe usage of the program. 🚨 ⚠️

Keystats Release 1.0.0

22 Nov 23:17
Compare
Choose a tag to compare

Introducing Keystats, a simple keylogger for Mac OS X.

Keystats keeps track of every keystroke you type, saves this information in a SQLite database and shows you a brief summary of the data.

The intent is not to make Keystats the ultimate resource to analyze your keystroke data, but instead to provide a flexible source (read database) to address any questions you may have.

For every keystroke you type, the following information is obtained and logged into the keystrokes database:

  • Current time with the following format 2013-12-27 00:17:40.
  • Key type.
  • Key code.
  • ASCII representation.
  • Front-most application's bundle identifier (Safari -> com.apple.Safari).

The database that Keystats uses is found in /Users/yoshiki/Library/Application\ Support/Keystats/keystrokes.

See my blog post about Keystats.


🚨 ⚠️Keystats is not intended and should not be used as a malicious application, it is the responsibility of the end user to make legal and safe usage of the program. 🚨 ⚠️