Cryptography and Security#
Real World Cryptography Book#
- Book on Real World Cryptography
- Practical approach to understanding cryptographic concepts
- Focuses on real-world applications rather than pure theory
- Manning Publications interactive book format
VPN Solutions#
Pritunl - Simple OpenVPN Implementation#
Computer Science Education#
Brown University Programming Course#
Technical Deep Dives#
JPEG Decoder Implementation#
- Understanding and writing a JPEG decoder in Python
- Step-by-step guide to implementing JPEG decoding
- Explains the JPEG compression algorithm and file format
- Practical Python implementation with detailed explanations
- Great for understanding image compression fundamentals