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 should every programmer know about security?

2 pointsby hidden-spyderabout 4 years ago

2 comments

rlv-danabout 4 years ago
Unless you are an expert, you probably shouldn't roll your own security. Let trusted libraries and frameworks do the work.
评论 #26478373 未加载
hamburglarabout 4 years ago
<p><pre><code> * what are certificates and what are their practical benefit (how do TLS and mTLS work on a conceptual level) * how should you store password auth info * what is XSS and how do you prevent it * how to properly escape user-provided data in various contexts (sql, html, file formats and&#x2F;or encodings)</code></pre>