keystats
keystats copied to clipboard
Option to disable logging of keys' ASCII values
Right now the SQLite database that stores the information stores not only the keystroke counts, but also the ASCII values and timestamps. There should be an option to disable the logging of the keystrokes' ASCII values, since I am concerned about security.
Alternatively, @ElDeveloper suggested that the file could be encrypted, which might also be a acceptable.
:+1:
+1.
I Think encryption is a better alternative, but why not both?
Quick edit: benchmarking the encryption overhead might be a good first step.
:+1: to both; @SantiagoTorres good point about encryption overhead
I agree with @SantiagoTorres, we need both: encryption and a way to store only counts. Which could perhaps be done with either a new database/table and a new data manager.