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.

How do you program securely?

4 pointsby panjaroalmost 10 years ago
I'm a sole developer in a non-IT company. I use C# for programming and AWS.I'm responsible for everything here. How would I be able to stay secure? How should I start in order to program securely? Any good Books?

3 comments

USNetizenalmost 10 years ago
Start here for some reading material: <a href="https:&#x2F;&#x2F;github.com&#x2F;paragonie&#x2F;awesome-appsec" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;paragonie&#x2F;awesome-appsec</a><p>Get to know the static analysis tools out there, check out OWASP (for web apps), and learn threat modeling. Application security isn&#x27;t a one-time thing, it&#x27;s something that is constantly evolving and changing. Learn the processes, then go into the details from there into your chosen technology stack. I&#x27;ve also read this book, which is good but doesn&#x27;t go very in deep with the technical stuff: <a href="http:&#x2F;&#x2F;www.amazon.com&#x2F;Enterprise-Software-Security-Disciplines-Addison-Wesley-ebook&#x2F;dp&#x2F;B00QFI5S94" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Enterprise-Software-Security-Disciplin...</a><p>Application security isn&#x27;t just about programming either. It entails elements of risk management, architecture security, configuration management and many other disciplines to be performed effectively.
getdavidhigginsalmost 10 years ago
A personal favorite of mine is this book &quot;Fuzzing: Brute Force Vulnerability Discovery&quot;, by Michael Sutton<p><a href="http:&#x2F;&#x2F;amazon.decenturl.com&#x2F;fuzzing" rel="nofollow">http:&#x2F;&#x2F;amazon.decenturl.com&#x2F;fuzzing</a><p>Best looking at how hackers are getting in, as-well as programming defensively. Tobias Klein&#x27;s &quot;A Bug Hunter&#x27;s Diary&quot; is a good read too:<p><a href="http:&#x2F;&#x2F;amazon.decenturl.com&#x2F;bug-hunter" rel="nofollow">http:&#x2F;&#x2F;amazon.decenturl.com&#x2F;bug-hunter</a>
评论 #10070739 未加载
zzzcpanalmost 10 years ago
Learn threat modeling first. It will change the way you think about programs.