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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

An appeal for security for the ordinary developer

5 点作者 tijs超过 11 年前

2 条评论

lvh超过 11 年前
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.
aayushranaut超过 11 年前
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 ;)