Ask HN: What does Privacy by Design exactly mean?
1–4 of 4 posts
Re: Ask HN: What does Privacy by Design exactly mean?
#2I quite liked Heather Burn's article fro Smashing about it: https://www.smashingmagazine.com/2017/07/privacy-by-design-f... (written in the context of GDPR)
Re: Ask HN: What does Privacy by Design exactly mean?
#3It's a framework of ideas, so the "exactly" is hard to pin down if you're asking about how to do it. At the core, the idea that Privacy (like security and many other concerns) should be considered from the first steps of a product instead of being retrofitted after the design process. The latter leads to questions like "How can we make practice X more secure/more private?", when the better answer might be "X isn't a…
Re: Ask HN: What does Privacy by Design exactly mean?
#4I.e. encrypted messages, that a company couldn't give to the government even if they wanted to.
In practical terms, this might look like building a system where you purposely don't store or give the ability to access personal content, instead relying on systems that are either local (i.e. not online), encrypted or otherwise fully obfuscated.