|
|
|
|
|
by marshallbrekka
3065 days ago
|
|
You're correct that it does make certain kinds of analysis more difficult. However that doesn't mean we can't ever get access to the original data.
Most of our current BI needs to can be met using the un-encrypted data, but for example, if we did want to answer your phone number question, we could craft a special purpose program to perform the analysis without compromising user privacy. 1. Select all phone number tokens 2. Decrypt 3. Produce counts (total unique, etc) Said program would have to go through normal code review and approvals, and then deployed into the secure zone (so it could access the encryption service). |
|