Skip to main content
← All Tags

Cryptography

2 articles in this category

SecurityNetworkingCryptography

TLS: How Your Browser Keeps Secrets (And Why It's Harder Than You Think)

A no-bullshit deep dive into TLS 1.3: the handshake, record protocol, certificate chains, and why perfect forward secrecy actually matters. With annotated diagrams because the RFCs are 100+ pages.

Read more
AI NewsCryptographyC Programming

Implementing AES-128 CTR Mode in C: A Step-by-Step Guide

Learn to implement AES-128 CTR encryption in C with 128-bit blocks and dynamic memory management.

Read more