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: Resources about building secure websites and web services?

2 pointsby sunday_serifover 1 year ago
Hi all,<p>Can anyone recommend any resources (books, websites, papers, lectures, etc.) about building secure websites and software services generally? I know this is a very broad topic, and so I understand that there won&#x27;t be a one size fits all resource.<p>Topics that are of interest include: - considerations for building a secure login on a website - interfaces for authentication &amp; authorization in web apis - considerations for storing customer &#x2F; user information - considerations for communication between backend services and 3rd party services - probably lots of other things that I haven&#x27;t even considered!

2 comments

justinludwigover 1 year ago
OWASP Cheat Sheet Series [1] is a great place to start (for websites or HTTP services generally). Also see their Web Security Testing Guide [2] for a comprehensive list of security issues to watch out for:<p>[1] <a href="https:&#x2F;&#x2F;cheatsheetseries.owasp.org&#x2F;index.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;cheatsheetseries.owasp.org&#x2F;index.html</a><p>[2] <a href="https:&#x2F;&#x2F;owasp.org&#x2F;www-project-web-security-testing-guide&#x2F;latest&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;owasp.org&#x2F;www-project-web-security-testing-guide&#x2F;lat...</a>
LinuxBenderover 1 year ago
This may not be exactly what you are looking for but if you have specific topics you wish to learn more about then the Security [1] portion of StackExchange contains some decent questions and answers. ServerFault [2] also contains some server best practices. Stack Overflow [3] would have some of the coding best practices. Lurk on there for a while before asking questions as people expect a certain style of question formatting and some degree of research from someone in a related professional field prior to asking questions.<p>[1] - <a href="https:&#x2F;&#x2F;security.stackexchange.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;security.stackexchange.com&#x2F;</a><p>[2] - <a href="https:&#x2F;&#x2F;serverfault.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;serverfault.com&#x2F;</a><p>[3] - <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;stackoverflow.com&#x2F;</a>