TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What does Privacy by Design exactly mean?

5 pointsby albi_landerover 6 years ago

2 comments

detaroover 6 years ago
It&#x27;s a framework of ideas, so the &quot;exactly&quot; is hard to pin down if you&#x27;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 &quot;How can we make practice X more secure&#x2F;more private?&quot;, when the better answer might be &quot;X isn&#x27;t a good idea, how can we achieve the same goal differently&quot;<p>I quite liked Heather Burn&#x27;s article fro Smashing about it: <a href="https:&#x2F;&#x2F;www.smashingmagazine.com&#x2F;2017&#x2F;07&#x2F;privacy-by-design-framework&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.smashingmagazine.com&#x2F;2017&#x2F;07&#x2F;privacy-by-design-f...</a> (written in the context of GDPR)
评论 #18405442 未加载
lewisfludeover 6 years ago
To me, it means that the thing being designed is private in a way that can not be meddled with.<p>I.e. encrypted messages, that a company couldn&#x27;t give to the government even if they wanted to.<p>In practical terms, this might look like building a system where you purposely don&#x27;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.