ihucos / counter.dev

Web Analytics made simple
https://counter.dev
GNU Affero General Public License v3.0
914 stars 39 forks source link

Proof of Concept: Encrypt all data #19

Closed ihucos closed 1 year ago

ihucos commented 3 years ago

This one is interesting, with this few changes we can encrypt all user data so that for myself as the service provider it is actually only possible with some "cheating" to regain access to the user data. This would not be for absolute security but put a hurdle to analyse the user data. There are many details.

Migrations for current data not in this PR.

ihucos commented 3 years ago

Any comments very welcome!

ihucos commented 3 years ago

Idea explained here: https://stackoverflow.com/questions/66510054/encrypt-all-user-data-in-my-web-application

ihucos commented 1 year ago

This one contradicts that: https://github.com/ihucos/counter.dev/pull/79 Closing