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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why isn't HTTPS enough to protect your site?

1 点作者 01-_-大约 1 个月前

2 条评论

zahlman大约 1 个月前
The first lesson in cybersecurity (and I would imagine in real physical security as well) is that &quot;protect your [asset]&quot; is not well defined in a vacuum. You need to develop a <i>threat model</i> before you can sanely ask any questions about what actions you do or don&#x27;t need to take.<p>HTTPS protects against <i>one</i> specific scenario: a third party is intercepting the communication. So it protects your users against those third parties (who might never forward the request to your site, and instead pretend to be your site; or they might spy on what they say to you or what you say back to them).<p>It does <i>not</i> protect against malicious <i>users</i> trying to hack your site directly, in any number of ways. Nor does it protect against people trying to hack into your server directly (bypassing the site entirely, although they might have the purpose of damaging your site). And it <i>definitely</i> doesn&#x27;t protect against people trying to trick your users off-site, for example by sending them an email pretending to be from you.
jsheard大约 1 个月前
Huh? You&#x27;re gonna have to elaborate a bit.
评论 #43887034 未加载