Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to disable logging of keys' ASCII values #3

Open
adamrp opened this issue Dec 18, 2014 · 4 comments
Open

Option to disable logging of keys' ASCII values #3

adamrp opened this issue Dec 18, 2014 · 4 comments

Comments

@adamrp
Copy link

adamrp commented Dec 18, 2014

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.

@ElDeveloper
Copy link
Owner

👍

@SantiagoTorres
Copy link

+1.

I Think encryption is a better alternative, but why not both?

Quick edit: benchmarking the encryption overhead might be a good first step.

@adamrp
Copy link
Author

adamrp commented Dec 18, 2014

👍 to both; @SantiagoTorres good point about encryption overhead

@ElDeveloper
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants