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.

Open Security Training: open license training material for computer security

152 pointsby JDW1023over 4 years ago

7 comments

tptacekover 4 years ago
It drives me nuts that people think the right way to teach cryptography and &quot;cryptanalysis&quot; (I&#x27;d say: cryptographic vuln research) is stuff like differential and linear cryptanalysis, or, for that matter, index calculus. Practically nobody is going to use that stuff; it&#x27;s just the stuff that&#x27;s been in textbooks for 20 years, and so people assume they need to teach it.<p>How far into this do you get before you learn how CBC bitflips work? Trick question! It&#x27;s never covered. The cryptanalysis slides are from 2013, sure, but CBC padding oracles were already passé by then.<p>It just makes me feel like people aren&#x27;t taking the subject seriously. Which is how a lot of this courseware reads to me! A recitation of random facts.
评论 #25371474 未加载
评论 #25373106 未加载
评论 #25376488 未加载
cheschireover 4 years ago
I wish computer security training included courses on avoiding or destroying the bureaucracy that seems to inevitably form around cybersecurity dogma.<p>COVID was a lightning rod and channeled a lot of technological advances through that would’ve been otherwise halted by the cyber hand wringers who seem to have infiltrated all approval processes.
评论 #25376005 未加载
dwheelerover 4 years ago
There&#x27;s a set of 3 free courses on secure software development fundamentals developed by the Linux Foundation Open Source Security Foundation (OpenSSF). Just go here: <a href="https:&#x2F;&#x2F;www.edx.org&#x2F;professional-certificate&#x2F;linuxfoundationx-secure-software-development-fundamentals" rel="nofollow">https:&#x2F;&#x2F;www.edx.org&#x2F;professional-certificate&#x2F;linuxfoundation...</a><p>For a fee you can also take tests to earn certificates.<p>Full disclosure: I developed these courses (with lots of gratefully-accepted feedback). But I hope you&#x27;ll like them anyway :-).
JDW1023over 4 years ago
<a href="https:&#x2F;&#x2F;twitter.com&#x2F;XenoKovah&#x2F;status&#x2F;1336054258140139521" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;XenoKovah&#x2F;status&#x2F;1336054258140139521</a><p>The founder of OST(OpenSecurityTraining) recently tweet that he&#x27;s going to work full time on OST.
评论 #25370049 未加载
评论 #25376059 未加载
caniszczykover 4 years ago
The OpenSSF released a bunch of free courses on security: <a href="https:&#x2F;&#x2F;openssf.org&#x2F;press-release&#x2F;2020&#x2F;10&#x2F;29&#x2F;open-source-security-foundation-announces-education-courses-and-participation-initiatives-to-advance-its-commitment-to-securing-the-worlds-software-infrastructure&#x2F;" rel="nofollow">https:&#x2F;&#x2F;openssf.org&#x2F;press-release&#x2F;2020&#x2F;10&#x2F;29&#x2F;open-source-sec...</a>
gnunezover 4 years ago
Any opinions on &quot;The Handbook of Applied Cryptography&quot;. Is this information still relevant?<p><a href="https:&#x2F;&#x2F;cacr.uwaterloo.ca&#x2F;hac&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cacr.uwaterloo.ca&#x2F;hac&#x2F;</a>
vips7Lover 4 years ago
This is how I learned x86 assembly! It was such a fun course to take.