Ask HN: How to build a back-end where no two employees can see all user data?
Assume this is a small organization with only five employees. How would you build the website backend that provides the highest level of anonymity for their user's who register for and user their website or services? Is it possible to prevent someone like even the CEO, CISO or developer from viewing all the user's data in plain text without involvement from an escrow service or lawyer? Or does that make it impossible to protect from fraud or other legal issues?
4 comments
[ 2.7 ms ] story [ 26.3 ms ] threadAn example of this is the https://en.wikipedia.org/wiki/IBM_4758 which is pretty expensive and inconvenient to use, but can in principle be used in high-assurance applications where you want to say that the data is processed inside the 4758 but only in preapproved ways and can't be directly exported. Presumably there are somewhat cheaper ways to do this nowadays... PrivateCore was working on a way to do something along those lines on commodity hardware, but they got acquired by Facebook.