Skip to content

Instantly share code, notes, and snippets.

View tdec's full-sized avatar

Thierry Decroix tdec

  • Sweden
View GitHub Profile
@NeilMadden
NeilMadden / crypto.py
Last active October 31, 2024 09:27
A Lazy Developer’s Guide to Modern Cryptography
#!/usr/bin/env python3
# Copyright 2024 Neil Madden.
# License: https://creativecommons.org/licenses/by-sa/4.0/deed.en.
# Like this? I do training courses & consultancy:
# https://illuminated-security.com/
import hashlib
import math
import os
@dev-zzo
dev-zzo / imperfect-design.md
Last active October 26, 2024 10:56
A curated list of research papers and blog posts on embedded security, keyed by the device p/n

The list below is compiled to inform, guide, and inspire budding security researchers. Oh and to pick something for bedtime reading too.

Included in the list are works on the following topics related to MCU/SoC security:

  • Secure boot
  • Fault injection
  • Side channel attacks

At the end of the list, there is also a section with links to articles of potential general interest, not addressing vulnerabilities in any specific device.