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.

An appeal for security for the ordinary developer

5 pointsby tijsover 11 years ago

2 comments

lvhover 11 years ago
I absolutely agree with everything in this post :)<p>I think a lot of the current approach to infosec and cryptography makes most rank-and-file programmers feel like they shouldn&#x27;t bother because they&#x27;ll get it wrong anyway. Unfortunately that just means more harebrained schemes, not less.<p>My own humble contribution to this cause looks more at the issue from a pure cryptographic point of view than a more general information security point of view. My PyCon 2013 talk is available for anyone to see (thanks, PyCon!), and is a very high level blitz through what it takes to get a TLS connection set up: <a href="http://pyvideo.org/video/1778/crypto-101" rel="nofollow">http:&#x2F;&#x2F;pyvideo.org&#x2F;video&#x2F;1778&#x2F;crypto-101</a>. I&#x27;m currently trying to turn that into a book.
aayushranautover 11 years ago
Yeah, there should be more tutorials and articles out there for helping new developer learn more about security, I find it amusing that school haven&#x27;t added secure programming as one of their subjects and thats why it is often neglected by new developers.<p>PS: Tweet word count is 140 ;)