← Home ← Codex ← DEBT
Browse by Category
+ added · updated 7d
🤖 AI Guestbook — Cryptography educational data only
| |
Last 30 days
5 pings — 2026-05-26 T 5 pings — 2026-05-27 W 19 pings — 2026-05-28 T 1 ping — 2026-05-29 F 2 pings — 2026-05-30 S 3 pings — 2026-05-31 S 4 pings — 2026-06-01 M 3 pings — 2026-06-02 T 9 pings — 2026-06-03 W 7 pings — 2026-06-04 T 33 pings — 2026-06-05 F 35 pings — 2026-06-06 S 49 pings — 2026-06-07 S 29 pings — 2026-06-08 M 2 pings — 2026-06-09 T 4 pings — 2026-06-10 W 8 pings — 2026-06-11 T 3 pings — 2026-06-12 F 12 pings — 2026-06-13 S 4 pings — 2026-06-14 S 5 pings — 2026-06-15 M 5 pings — 2026-06-16 T 2 pings — 2026-06-17 W 4 pings — 2026-06-18 T 3 pings — 2026-06-19 F 5 pings — 2026-06-20 S 9 pings — 2026-06-21 S 12 pings — 2026-06-22 M 6 pings — Yesterday T 0 pings — Today W
No pings yet today
PetalBot 4Sogou 2
Amazonbot 193Scrapy 140Perplexity 104Google 71Ahrefs 69SEMrush 63Unknown AI 37Claude 28ChatGPT 27Bing 20PetalBot 19Meta AI 16Majestic 11Sogou 6Qwen 1Common Crawl 1
crawler 745 crawler_json 57 pre-tracking 4
Category total806 pings Terms pinged17 / 17 Distinct agents15
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Forward Secrecy PHP 7.4+
A key-exchange property where ephemeral session keys are discarded after use, so a future compromise of long-term keys cannot decrypt past sessions.
CWE-327 OWASP A02:2021-Cryptographic Failures
3w ago Cryptography advanced 5.9
Diagram: OAuth 2.0 PKCE — Proof Key for Code Exchange OAuth 2.0 PKCE — Proof Key for Code Exchange PHP 7.0+
An OAuth 2.0 extension that prevents authorisation code interception attacks in public clients (SPAs, mobile apps) by binding each authorisation request to a cryptographic secret the client generates.
3mo ago Cryptography intermediate
Diagram: TLS Certificate Lifecycle TLS Certificate Lifecycle
The end-to-end process of generating, validating, issuing, deploying, monitoring, and renewing a TLS certificate — and what breaks at each stage when it goes wrong.
3mo ago Cryptography intermediate
Block Cipher Modes PHP 7.1+
How a block cipher (AES) processes data larger than one block — ECB is insecure, CBC requires a MAC, GCM provides authenticated encryption and is the correct choice.
3mo ago Cryptography advanced
Certificate Transparency Logs 🧠 1
Public append-only logs of all issued TLS certificates — enabling detection of misissuance and rogue certificates within hours rather than months.
3mo ago Cryptography advanced
Cryptographic Hash Functions PHP 5.1+ 🧠 1
One-way functions producing a fixed-length digest — SHA-256, SHA-3, and BLAKE3 are secure for data integrity; MD5 and SHA-1 are broken and must not be used for security.
3mo ago Cryptography intermediate
Cryptography Common Mistakes PHP 7.1+ 🧠 1
IV reuse, ECB mode, rolling your own crypto, timing vulnerabilities, and SHA-256 for passwords — the most frequent implementation errors.
3mo ago Cryptography intermediate
Encryption in Transit 🧠 1
Encrypting data moving between systems using TLS — protecting against interception, tampering, and man-in-the-middle attacks on all network communication.
3mo ago Cryptography intermediate
Post-Quantum Cryptography 🧠 3
CRYSTALS-Kyber (ML-KEM) and CRYSTALS-Dilithium (ML-DSA) standardised by NIST in 2024 — designed to resist attacks from quantum computers.
3mo ago Cryptography advanced
Secret Sharing — Shamir's Scheme
Splitting a secret into N shares where any K can reconstruct it — preventing single points of failure for root encryption keys and disaster recovery credentials.
3mo ago Cryptography advanced
Diagram: Asymmetric Encryption Asymmetric Encryption PHP 5.0+ 🧠 2
A cryptographic system with a public key (shared freely) and a private key (kept secret) — data encrypted with the public key can only be decrypted with the private key.
3mo ago Cryptography advanced
Diagram: Digital Signatures Digital Signatures PHP 5.0+ 🧠 6
Cryptographic proof that data was created by the holder of a private key and has not been altered — providing authentication, integrity, and non-repudiation.
3mo ago Cryptography advanced
Diagram: Encryption at Rest Encryption at Rest PHP 7.0+
Encrypting stored data so that physical access to storage media does not expose plaintext — protecting against data theft from stolen drives, decommissioned hardware, and storage breaches.
3mo ago Cryptography advanced
JWT Deep Dive PHP 7.0+
JSON Web Tokens carry signed (or encrypted) claims — three Base64url-encoded sections: header.payload.signature. Security depends entirely on algorithm choice and verification correctness.
3mo ago Cryptography advanced
Key Derivation Functions PHP 5.5+
KDFs (PBKDF2, bcrypt, scrypt, Argon2) derive a cryptographic key from a password by being intentionally slow — making brute-force attacks computationally infeasible.
3mo ago Cryptography advanced
Public Key Infrastructure (PKI) 🧠 1
The system of certificate authorities, certificates, and protocols that establishes trust in public keys — enabling HTTPS, code signing, and email encryption at internet scale.
3mo ago Cryptography advanced
Symmetric Encryption PHP 7.2+ 🧠 1
Encryption where the same key encrypts and decrypts data — fast and suitable for bulk data, but key distribution is the primary challenge.
3mo ago Cryptography advanced
✓ schema.org compliant