Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Dec 12, 2024
2 parents e9506be + f2b1f02 commit afcc728
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- [HTML, CSS & JS](./fe.md)
- [UNIX/Linux](./unix.md)
- [System Programming](./system-programming.md)
- [Terminal](./term.md')
- [Terminal](./term.md)
- [From Scratch](./from-scratch.md)
- [Playgrounds](./playgrounds.md)
- [Embedded Systems & Electronics](./metal.md)
Expand Down
7 changes: 4 additions & 3 deletions src/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
- Identity, Claims, & Tokens. An OpenID Connect Primer: [1](https://developer.okta.com/blog/2017/07/25/oidc-primer-part-1), [2](https://developer.okta.com/blog/2017/07/25/oidc-primer-part-2), [3](https://developer.okta.com/blog/2017/08/01/oidc-primer-part-3)
- [jwt.io](https://jwt.io/)
- [Awesome Web Security Awesome](https://github.com/qazbnm456/awesome-web-security)
- McDonald, *Web Security for Developers*
- Zalewski, *Tangled Web. A Guide to Securing Modern Web Applications*
- McDonald, Web Security for Developers
- Zalewski, Tangled Web. A Guide to Securing Modern Web Applications
- [OWASP Cheat Sheet Series](https://cheatsheetseries.owasp.org/index.html)
- [Practical Cryptography for Developers](https://cryptobook.nakov.com/)
- [Web Security Academy](https://portswigger.net/web-security) (n.b. this course is the updated version of the book *The Web Application Hacker's Handbook*)
- [Web Security Academy](https://portswigger.net/web-security) (n.b. this course is the updated version of the book 'The Web Application Hacker's Handbook')
- [See this page fetch itself, byte by byte, over TLS](https://subtls.pages.dev/)
- [The Illustrated TLS 1.3 Connection](https://tls13.xargs.org/)
- [the cryptopals crypto challenges](https://cryptopals.com/)
- [Flipper Zero](https://flipperzero.one/)
- [HTB Cybersecurity Courses](https://academy.hackthebox.com/catalogue)
- [Anatomy of a GPG Key](https://davesteele.github.io/gpg/2014/09/20/anatomy-of-a-gpg-key/)
- [Mikko Hypponen, The History and the Evolution of Computer Viruses](https://archive.org/details/DEFCON_19_The_History_and_the_Evolution_of_Computer_Viruses)

0 comments on commit afcc728

Please sign in to comment.