hamaluik / timecop

A time tracking app that respects your privacy and the gets the job done without being fancy.
https://timecop.app/
Apache License 2.0
796 stars 149 forks source link

Add data encryption #119

Open grrrrr opened 1 year ago

grrrrr commented 1 year ago

As TimeCop in storing potentially a very large amount of sensitive information, I would like to suggest a new feature that would allow the data to be stored in an encrypted database with the option to password protect the data.

This could be implemented with use of @GuardianProjects SQLcipher which is a replacement for the standard SQLite but with added encryption layer