TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What does Privacy by Design exactly mean?

5 点作者 albi_lander超过 6 年前

2 条评论

detaro超过 6 年前
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 未加载
lewisflude超过 6 年前
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.