<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>K0G Articles</title>
  <link>https://k0g.com/articles/</link>
  <description>Evergreen articles on cybersecurity, cryptography, quantum computing and applied security from K0G.</description>
  <language>en</language>
  <atom:link href="https://k0g.com/articles/feed.xml" rel="self" type="application/rss+xml"/>
  <item>
    <title>The 51% Attack Explained</title>
    <link>https://k0g.com/articles/51-percent-attack.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/51-percent-attack.html</guid>
    <description>A 51% attack lets an entity with majority mining power reorganize blocks and double spend. Learn how the attack works and how networks defend against it.</description>
    <category>Blockchain &amp; Applied Crypto</category>
  </item>
  <item>
    <title>Advanced Persistent Threats (APTs) Explained</title>
    <link>https://k0g.com/articles/advanced-persistent-threats.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/advanced-persistent-threats.html</guid>
    <description>An advanced persistent threat is a stealthy long-term intrusion by a skilled adversary. Learn how APTs work and how to detect and defend against them.</description>
    <category>Malware &amp; Threats</category>
  </item>
  <item>
    <title>AES Encryption Explained: How the Advanced Encryption Standard Works</title>
    <link>https://k0g.com/articles/aes-encryption-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/aes-encryption-explained.html</guid>
    <description>AES encryption is the Advanced Encryption Standard used to secure data worldwide. Learn how AES works including rounds S-boxes key sizes and modes.</description>
    <category>Cryptography</category>
  </item>
  <item>
    <title>AI and Machine Learning Security: Adversarial Attacks</title>
    <link>https://k0g.com/articles/ai-ml-security-adversarial.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/ai-ml-security-adversarial.html</guid>
    <description>AI and machine learning security examines adversarial attacks including evasion poisoning and model extraction that manipulate models through crafted inputs.</description>
    <category>Cloud, Hardware &amp; Emerging</category>
  </item>
  <item>
    <title>API Security Best Practices</title>
    <link>https://k0g.com/articles/api-security-best-practices.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/api-security-best-practices.html</guid>
    <description>API security best practices protect REST and web APIs from attacks. Learn authentication authorization rate limiting input validation and the OWASP API risks.</description>
    <category>Application Security</category>
  </item>
  <item>
    <title>ARP Spoofing and Poisoning Explained</title>
    <link>https://k0g.com/articles/arp-spoofing-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/arp-spoofing-explained.html</guid>
    <description>How ARP spoofing and poisoning work, why the Address Resolution Protocol trusts forged replies, and the detection and defenses that protect local networks.</description>
    <category>Network Security</category>
  </item>
  <item>
    <title>ASLR, DEP, and Modern Exploit Mitigations</title>
    <link>https://k0g.com/articles/aslr-dep-exploit-mitigations.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/aslr-dep-exploit-mitigations.html</guid>
    <description>ASLR and DEP are exploit mitigations that make memory corruption bugs harder to weaponize. Learn how ASLR DEP stack canaries and CFI defend against attacks.</description>
    <category>Application Security</category>
  </item>
  <item>
    <title>Block Cipher Modes of Operation: ECB, CBC, CTR, and GCM</title>
    <link>https://k0g.com/articles/block-cipher-modes-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/block-cipher-modes-explained.html</guid>
    <description>Block cipher modes turn a block cipher like AES into a full encryption scheme. Learn how ECB CBC CTR and GCM work and which modes are safe to use.</description>
    <category>Cryptography</category>
  </item>
  <item>
    <title>Botnets and Command-and-Control (C2) Explained</title>
    <link>https://k0g.com/articles/botnets-and-c2.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/botnets-and-c2.html</guid>
    <description>A botnet is a network of compromised devices run through command-and-control infrastructure. Learn how botnets and C2 work and how to detect and disrupt them.</description>
    <category>Malware &amp; Threats</category>
  </item>
  <item>
    <title>Buffer Overflow Attacks Explained</title>
    <link>https://k0g.com/articles/buffer-overflow-attacks.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/buffer-overflow-attacks.html</guid>
    <description>A buffer overflow is a memory-corruption bug where data exceeds a buffer and overwrites adjacent memory. Learn how buffer overflow attacks and defenses work.</description>
    <category>Offensive Security</category>
  </item>
  <item>
    <title>Bug Bounty Programs: A Getting-Started Guide</title>
    <link>https://k0g.com/articles/bug-bounty-getting-started.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/bug-bounty-getting-started.html</guid>
    <description>Bug bounty programs reward researchers for responsibly reporting vulnerabilities. Learn how bug bounties work how to start and how to write strong reports.</description>
    <category>Offensive Security</category>
  </item>
  <item>
    <title>Capture the Flag (CTF): Learning Security by Hacking</title>
    <link>https://k0g.com/articles/capture-the-flag-ctf.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/capture-the-flag-ctf.html</guid>
    <description>Capture the flag or CTF competitions teach security skills by solving hands-on hacking challenges. Learn the CTF formats categories and how to start competing.</description>
    <category>Offensive Security</category>
  </item>
  <item>
    <title>Certificate-Based Authentication Explained</title>
    <link>https://k0g.com/articles/certificate-based-authentication.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/certificate-based-authentication.html</guid>
    <description>Certificate-based authentication uses X.509 client certificates and public-key cryptography to prove identity through mutual TLS without shared passwords.</description>
    <category>Authentication &amp; Identity</category>
  </item>
  <item>
    <title>ChaCha20-Poly1305: Modern Authenticated Encryption</title>
    <link>https://k0g.com/articles/chacha20-poly1305.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/chacha20-poly1305.html</guid>
    <description>ChaCha20-Poly1305 is a fast authenticated encryption construction used in TLS. Learn how the ChaCha20 stream cipher and Poly1305 authenticator work together.</description>
    <category>Cryptography</category>
  </item>
  <item>
    <title>Cloud Security and the Shared Responsibility Model</title>
    <link>https://k0g.com/articles/cloud-security-shared-responsibility.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/cloud-security-shared-responsibility.html</guid>
    <description>The shared responsibility model splits cloud security duties between provider and customer across IaaS PaaS and SaaS. Learn where the line falls and why.</description>
    <category>Cloud, Hardware &amp; Emerging</category>
  </item>
  <item>
    <title>Code Signing Explained</title>
    <link>https://k0g.com/articles/code-signing-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/code-signing-explained.html</guid>
    <description>Code signing uses digital signatures to prove software authenticity and integrity. Learn how signing certificates hashing timestamping and verification work.</description>
    <category>Application Security</category>
  </item>
  <item>
    <title>Container Security and Docker Hardening</title>
    <link>https://k0g.com/articles/container-security.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/container-security.html</guid>
    <description>Container security and Docker hardening reduce attack surface with minimal images non-root users and namespace isolation. Learn how containers are secured.</description>
    <category>Cloud, Hardware &amp; Emerging</category>
  </item>
  <item>
    <title>Content Security Policy (CSP): A Practical Guide</title>
    <link>https://k0g.com/articles/content-security-policy-guide.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/content-security-policy-guide.html</guid>
    <description>Content Security Policy is a browser control that limits which resources load, reducing XSS impact. Learn how to write and deploy an effective CSP header.</description>
    <category>Web Security</category>
  </item>
  <item>
    <title>CORS Explained: Cross-Origin Resource Sharing and Security</title>
    <link>https://k0g.com/articles/cors-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/cors-explained.html</guid>
    <description>CORS or cross-origin resource sharing relaxes the same-origin policy in a controlled way. Learn how CORS works and how to avoid dangerous misconfigurations.</description>
    <category>Web Security</category>
  </item>
  <item>
    <title>Credential Stuffing and Password Spraying Explained</title>
    <link>https://k0g.com/articles/credential-stuffing-attacks.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/credential-stuffing-attacks.html</guid>
    <description>Credential stuffing and password spraying are automated attacks that abuse reused and weak passwords to take over accounts, and here is how to stop them.</description>
    <category>Authentication &amp; Identity</category>
  </item>
  <item>
    <title>Cross-Site Scripting (XSS): Types, Attacks, and Defenses</title>
    <link>https://k0g.com/articles/cross-site-scripting-xss.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/cross-site-scripting-xss.html</guid>
    <description>Cross-site scripting or XSS lets attackers run scripts in a victim browser. Learn the reflected, stored, and DOM-based types and how to defend against them.</description>
    <category>Web Security</category>
  </item>
  <item>
    <title>Crypto-Agility: Migrating to Post-Quantum Cryptography</title>
    <link>https://k0g.com/articles/crypto-agility-migration.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/crypto-agility-migration.html</guid>
    <description>Crypto-agility explained, a framework for migrating to post-quantum cryptography using cryptographic inventory, hybrid schemes, and quantum-safe rollout.</description>
    <category>Quantum &amp; Post-Quantum</category>
  </item>
  <item>
    <title>Public and Private Keys in Crypto Wallets Explained</title>
    <link>https://k0g.com/articles/crypto-wallet-keys-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/crypto-wallet-keys-explained.html</guid>
    <description>Public and private keys in crypto wallets control your funds. Learn how key pairs are generated derive addresses sign transactions and stay secure.</description>
    <category>Blockchain &amp; Applied Crypto</category>
  </item>
  <item>
    <title>Cross-Site Request Forgery (CSRF) Explained</title>
    <link>https://k0g.com/articles/csrf-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/csrf-explained.html</guid>
    <description>Cross-site request forgery tricks a browser into sending authenticated requests a user never intended. Learn how CSRF works and how tokens stop it.</description>
    <category>Web Security</category>
  </item>
  <item>
    <title>The Cyber Kill Chain Explained</title>
    <link>https://k0g.com/articles/cyber-kill-chain.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/cyber-kill-chain.html</guid>
    <description>The cyber kill chain is a model describing the stages of a cyberattack from reconnaissance to actions on objectives. Learn each phase and its defenses.</description>
    <category>Offensive Security</category>
  </item>
  <item>
    <title>Data Anonymization vs Pseudonymization</title>
    <link>https://k0g.com/articles/data-anonymization.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/data-anonymization.html</guid>
    <description>Data anonymization irreversibly removes identity while pseudonymization only masks it. Learn how they differ and when re-identification of records is possible.</description>
    <category>Privacy &amp; Anonymity</category>
  </item>
  <item>
    <title>DDoS Attacks: Types, Techniques, and Mitigations</title>
    <link>https://k0g.com/articles/ddos-attacks-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/ddos-attacks-explained.html</guid>
    <description>How DDoS attacks work, from volumetric floods and protocol attacks to application-layer assaults, plus the mitigations that keep services online under load.</description>
    <category>Network Security</category>
  </item>
  <item>
    <title>Dependency Confusion and Package Security</title>
    <link>https://k0g.com/articles/dependency-confusion.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/dependency-confusion.html</guid>
    <description>Dependency confusion tricks package managers into installing malicious public packages instead of private ones. Learn how the attack works and how to stop it.</description>
    <category>Application Security</category>
  </item>
  <item>
    <title>Differential Privacy Explained</title>
    <link>https://k0g.com/articles/differential-privacy.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/differential-privacy.html</guid>
    <description>Differential privacy adds calibrated mathematical noise so aggregate data can be analyzed without exposing whether any single individual is in the dataset.</description>
    <category>Privacy &amp; Anonymity</category>
  </item>
  <item>
    <title>Diffie-Hellman Key Exchange Explained</title>
    <link>https://k0g.com/articles/diffie-hellman-key-exchange.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/diffie-hellman-key-exchange.html</guid>
    <description>Diffie-Hellman key exchange lets two parties agree on a shared secret over an insecure channel. Learn how the protocol works and why authentication matters.</description>
    <category>Cryptography</category>
  </item>
  <item>
    <title>Digital Forensics and Incident Response (DFIR)</title>
    <link>https://k0g.com/articles/digital-forensics-incident-response.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/digital-forensics-incident-response.html</guid>
    <description>Digital forensics and incident response DFIR combines evidence preservation and threat containment through a structured lifecycle to investigate incidents.</description>
    <category>Cloud, Hardware &amp; Emerging</category>
  </item>
  <item>
    <title>Digital Signatures Explained: RSA, ECDSA, and EdDSA</title>
    <link>https://k0g.com/articles/digital-signatures-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/digital-signatures-explained.html</guid>
    <description>Digital signatures prove authenticity integrity and non-repudiation with public-key cryptography. Learn how RSA ECDSA and EdDSA signature schemes work.</description>
    <category>Cryptography</category>
  </item>
  <item>
    <title>DNS Security: DNSSEC, DoH, and DoT Explained</title>
    <link>https://k0g.com/articles/dns-security-dnssec-doh-dot.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/dns-security-dnssec-doh-dot.html</guid>
    <description>DNS security explained, covering how DNSSEC authenticates records and how DoH and DoT encrypt lookups to stop spoofing, tampering, and eavesdropping.</description>
    <category>Network Security</category>
  </item>
  <item>
    <title>Elliptic Curve Cryptography (ECC) Explained</title>
    <link>https://k0g.com/articles/elliptic-curve-cryptography-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/elliptic-curve-cryptography-explained.html</guid>
    <description>Elliptic curve cryptography delivers strong public-key security with small keys. Learn how ECC works including point addition scalar multiplication and curves.</description>
    <category>Cryptography</category>
  </item>
  <item>
    <title>Encryption at Rest vs Encryption in Transit</title>
    <link>https://k0g.com/articles/encryption-at-rest-vs-in-transit.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/encryption-at-rest-vs-in-transit.html</guid>
    <description>Encryption at rest protects stored data while encryption in transit protects data on the network. Learn how the two differ and why a secure system needs both.</description>
    <category>Privacy &amp; Anonymity</category>
  </item>
  <item>
    <title>End-to-End Encryption Explained</title>
    <link>https://k0g.com/articles/end-to-end-encryption.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/end-to-end-encryption.html</guid>
    <description>End-to-end encryption ensures only the sender and recipient can read messages while servers and attackers in between see only unreadable ciphertext.</description>
    <category>Privacy &amp; Anonymity</category>
  </item>
  <item>
    <title>FIDO2 and WebAuthn: The Future of Authentication</title>
    <link>https://k0g.com/articles/fido2-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/fido2-explained.html</guid>
    <description>FIDO2 and WebAuthn deliver phishing-resistant passwordless login using public-key cryptography, security keys, passkeys, and origin-bound credentials.</description>
    <category>Authentication &amp; Identity</category>
  </item>
  <item>
    <title>Fileless Malware and Living-off-the-Land Techniques</title>
    <link>https://k0g.com/articles/fileless-malware.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/fileless-malware.html</guid>
    <description>Fileless malware runs in memory and abuses built-in tools to evade detection. Learn how fileless and living-off-the-land attacks work and how to defend.</description>
    <category>Malware &amp; Threats</category>
  </item>
  <item>
    <title>Firewalls Explained: From Packet Filtering to Next-Generation</title>
    <link>https://k0g.com/articles/firewalls-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/firewalls-explained.html</guid>
    <description>How firewalls work, from stateless packet filtering and stateful inspection to next-generation firewalls with deep packet and application inspection.</description>
    <category>Network Security</category>
  </item>
  <item>
    <title>Fuzzing Explained: Finding Bugs Automatically</title>
    <link>https://k0g.com/articles/fuzzing-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/fuzzing-explained.html</guid>
    <description>Fuzzing automatically feeds random and malformed inputs to software to find crashes and security bugs. Learn how coverage-guided fuzzing and sanitizers work.</description>
    <category>Application Security</category>
  </item>
  <item>
    <title>Grover&apos;s Algorithm and Its Impact on Symmetric Cryptography</title>
    <link>https://k0g.com/articles/grovers-algorithm-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/grovers-algorithm-explained.html</guid>
    <description>Grover&apos;s algorithm explained and how its quadratic speedup for unstructured search affects AES symmetric encryption and hash functions and how to defend.</description>
    <category>Quantum &amp; Post-Quantum</category>
  </item>
  <item>
    <title>Hardware Security Modules (HSMs) Explained</title>
    <link>https://k0g.com/articles/hardware-security-modules.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/hardware-security-modules.html</guid>
    <description>Hardware security modules protect cryptographic keys in tamper-resistant hardware performing signing and encryption so keys never leave the secure boundary.</description>
    <category>Cloud, Hardware &amp; Emerging</category>
  </item>
  <item>
    <title>Harvest Now, Decrypt Later: The Quantum Harvesting Threat</title>
    <link>https://k0g.com/articles/harvest-now-decrypt-later.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/harvest-now-decrypt-later.html</guid>
    <description>Harvest now decrypt later explained, the quantum harvesting threat where attackers store encrypted data to decrypt once quantum computers mature enough.</description>
    <category>Quantum &amp; Post-Quantum</category>
  </item>
  <item>
    <title>Hash-Based Signatures: SPHINCS+, XMSS, and Lamport</title>
    <link>https://k0g.com/articles/hash-based-signatures.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/hash-based-signatures.html</guid>
    <description>Hash-based signatures explained from Lamport one-time keys and Merkle trees to XMSS and stateless SPHINCS+ SLH-DSA for quantum-resistant digital signing.</description>
    <category>Quantum &amp; Post-Quantum</category>
  </item>
  <item>
    <title>Cryptographic Hash Functions in Blockchain</title>
    <link>https://k0g.com/articles/hash-functions-in-blockchain.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/hash-functions-in-blockchain.html</guid>
    <description>Cryptographic hash functions are the backbone of blockchain security. Learn how SHA-256 Keccak and hashing properties protect blocks proofs and addresses.</description>
    <category>Blockchain &amp; Applied Crypto</category>
  </item>
  <item>
    <title>HMAC Explained: Hash-Based Message Authentication Codes</title>
    <link>https://k0g.com/articles/hmac-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/hmac-explained.html</guid>
    <description>HMAC is a hash-based message authentication code that provides integrity and authenticity. Learn how HMAC works its construction and why it resists attacks.</description>
    <category>Cryptography</category>
  </item>
  <item>
    <title>How Bitcoin Uses Cryptography</title>
    <link>https://k0g.com/articles/how-bitcoin-uses-cryptography.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/how-bitcoin-uses-cryptography.html</guid>
    <description>Discover how Bitcoin uses cryptography including SHA-256 hashing ECDSA signatures on secp256k1 addresses and proof of work to secure the network.</description>
    <category>Blockchain &amp; Applied Crypto</category>
  </item>
  <item>
    <title>How Blockchain Works: A Technical Explanation</title>
    <link>https://k0g.com/articles/how-blockchain-works.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/how-blockchain-works.html</guid>
    <description>Learn how blockchain works at a technical level from hash-linked blocks to consensus and see how cryptography makes a distributed ledger tamper evident.</description>
    <category>Blockchain &amp; Applied Crypto</category>
  </item>
  <item>
    <title>How TLS Works: Encryption in Transit Explained</title>
    <link>https://k0g.com/articles/how-tls-works.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/how-tls-works.html</guid>
    <description>How TLS works to secure data in transit, from the handshake and certificates to symmetric session keys that protect web traffic from eavesdroppers.</description>
    <category>Network Security</category>
  </item>
  <item>
    <title>How Tor Works: Onion Routing Explained</title>
    <link>https://k0g.com/articles/how-tor-works.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/how-tor-works.html</guid>
    <description>Tor works by wrapping traffic in layers of encryption and routing it through volunteer relays so no single relay learns both who you are and where you go.</description>
    <category>Privacy &amp; Anonymity</category>
  </item>
  <item>
    <title>Intrusion Detection and Prevention Systems (IDS/IPS) Explained</title>
    <link>https://k0g.com/articles/ids-and-ips-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/ids-and-ips-explained.html</guid>
    <description>How intrusion detection and prevention systems work, comparing signature and anomaly detection and how IDS and IPS spot and block network threats.</description>
    <category>Network Security</category>
  </item>
  <item>
    <title>IoT Security: Challenges and Best Practices</title>
    <link>https://k0g.com/articles/iot-security.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/iot-security.html</guid>
    <description>IoT security addresses weak default credentials unpatched firmware and insecure network exposure across billions of connected devices with layered defenses.</description>
    <category>Cloud, Hardware &amp; Emerging</category>
  </item>
  <item>
    <title>JSON Web Tokens (JWT): Security Best Practices</title>
    <link>https://k0g.com/articles/jwt-security-best-practices.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/jwt-security-best-practices.html</guid>
    <description>JSON Web Tokens carry signed claims between services. Learn JWT structure, common security pitfalls, and best practices for validating tokens safely.</description>
    <category>Web Security</category>
  </item>
  <item>
    <title>Kerberos Authentication Explained</title>
    <link>https://k0g.com/articles/kerberos-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/kerberos-explained.html</guid>
    <description>Kerberos authentication uses tickets and a trusted key distribution center to prove identity across a network without sending passwords over the wire.</description>
    <category>Authentication &amp; Identity</category>
  </item>
  <item>
    <title>Kubernetes Security Best Practices</title>
    <link>https://k0g.com/articles/kubernetes-security.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/kubernetes-security.html</guid>
    <description>Kubernetes security best practices span RBAC network policies pod security admission and secrets to protect clusters from compromise and lateral movement.</description>
    <category>Cloud, Hardware &amp; Emerging</category>
  </item>
  <item>
    <title>Lattice-Based Cryptography and Learning With Errors</title>
    <link>https://k0g.com/articles/lattice-based-cryptography.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/lattice-based-cryptography.html</guid>
    <description>Lattice-based cryptography explained through the Learning With Errors problem, lattice hard problems, and how they power quantum-resistant encryption schemes.</description>
    <category>Quantum &amp; Post-Quantum</category>
  </item>
  <item>
    <title>Man-in-the-Middle (MITM) Attacks Explained</title>
    <link>https://k0g.com/articles/man-in-the-middle-attacks.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/man-in-the-middle-attacks.html</guid>
    <description>How man-in-the-middle attacks work, from ARP spoofing and DNS hijacking to TLS interception, and the encryption and authentication defenses that stop them.</description>
    <category>Network Security</category>
  </item>
  <item>
    <title>Memory Safety and Why It Matters</title>
    <link>https://k0g.com/articles/memory-safety-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/memory-safety-explained.html</guid>
    <description>Memory safety prevents bugs like buffer overflows and use-after-free that cause most severe security vulnerabilities. Learn how it works and how to achieve it.</description>
    <category>Application Security</category>
  </item>
  <item>
    <title>Merkle Trees Explained</title>
    <link>https://k0g.com/articles/merkle-trees-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/merkle-trees-explained.html</guid>
    <description>Merkle trees let blockchains commit to many transactions in one hash and prove inclusion efficiently. Learn how Merkle trees and Merkle proofs work.</description>
    <category>Blockchain &amp; Applied Crypto</category>
  </item>
  <item>
    <title>Metadata: The Privacy Risk You Overlook</title>
    <link>https://k0g.com/articles/metadata-privacy-risk.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/metadata-privacy-risk.html</guid>
    <description>Metadata reveals who you talk to when and where even when content is encrypted. Learn why this overlooked privacy risk matters and how to reduce your exposure.</description>
    <category>Privacy &amp; Anonymity</category>
  </item>
  <item>
    <title>The MITRE ATT&amp;CK Framework Explained</title>
    <link>https://k0g.com/articles/mitre-attack-framework.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/mitre-attack-framework.html</guid>
    <description>The MITRE ATT&amp;CK framework is a knowledge base of adversary tactics and techniques. Learn how ATT&amp;CK works and how defenders use it to improve detection.</description>
    <category>Malware &amp; Threats</category>
  </item>
  <item>
    <title>ML-DSA (Dilithium): Post-Quantum Digital Signatures Explained</title>
    <link>https://k0g.com/articles/ml-dsa-dilithium-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/ml-dsa-dilithium-explained.html</guid>
    <description>ML-DSA formerly Dilithium explained, the NIST post-quantum digital signature scheme built on Module-LWE and Fiat-Shamir with aborts for quantum-safe signing.</description>
    <category>Quantum &amp; Post-Quantum</category>
  </item>
  <item>
    <title>ML-KEM (Kyber): Post-Quantum Key Encapsulation Explained</title>
    <link>https://k0g.com/articles/ml-kem-kyber-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/ml-kem-kyber-explained.html</guid>
    <description>ML-KEM formerly Kyber explained, the NIST post-quantum key encapsulation mechanism built on Module-LWE lattices for quantum-safe key exchange and encryption.</description>
    <category>Quantum &amp; Post-Quantum</category>
  </item>
  <item>
    <title>Multi-Factor Authentication (MFA) Explained</title>
    <link>https://k0g.com/articles/multi-factor-authentication.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/multi-factor-authentication.html</guid>
    <description>Multi-factor authentication strengthens login security by combining knowledge, possession, and inherence factors to stop account takeover and phishing.</description>
    <category>Authentication &amp; Identity</category>
  </item>
  <item>
    <title>Network Segmentation and Microsegmentation Explained</title>
    <link>https://k0g.com/articles/network-segmentation.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/network-segmentation.html</guid>
    <description>How network segmentation and microsegmentation work, using VLANs, subnets, and identity-based policy to contain breaches and limit lateral movement.</description>
    <category>Network Security</category>
  </item>
  <item>
    <title>OAuth 2.0 and OpenID Connect Explained</title>
    <link>https://k0g.com/articles/oauth2-and-openid-connect.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/oauth2-and-openid-connect.html</guid>
    <description>OAuth 2.0 handles delegated authorization while OpenID Connect adds authentication. Learn the roles, grant types, tokens, and PKCE that make the flow secure.</description>
    <category>Web Security</category>
  </item>
  <item>
    <title>OSINT: Open-Source Intelligence Gathering Explained</title>
    <link>https://k0g.com/articles/osint-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/osint-explained.html</guid>
    <description>OSINT or open-source intelligence is gathering data from publicly available sources for security research. Learn the techniques tools and ethics of OSINT.</description>
    <category>Offensive Security</category>
  </item>
  <item>
    <title>The OWASP Top 10 Explained</title>
    <link>https://k0g.com/articles/owasp-top-10-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/owasp-top-10-explained.html</guid>
    <description>The OWASP Top 10 ranks the most critical web application security risks along with practical defenses that development and security teams can prioritize.</description>
    <category>Web Security</category>
  </item>
  <item>
    <title>Password Cracking: Techniques and Defenses</title>
    <link>https://k0g.com/articles/password-cracking-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/password-cracking-explained.html</guid>
    <description>Password cracking recovers passwords from stored hashes to test credential strength. Learn the techniques tools and defenses used in authorized testing.</description>
    <category>Offensive Security</category>
  </item>
  <item>
    <title>Password Hashing Explained: bcrypt, scrypt, Argon2, and PBKDF2</title>
    <link>https://k0g.com/articles/password-hashing-argon2-bcrypt-scrypt.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/password-hashing-argon2-bcrypt-scrypt.html</guid>
    <description>Password hashing protects stored credentials using slow salted algorithms. Learn how bcrypt scrypt Argon2 and PBKDF2 work and how to choose parameters.</description>
    <category>Cryptography</category>
  </item>
  <item>
    <title>Password Security: Best Practices and Common Mistakes</title>
    <link>https://k0g.com/articles/password-security-best-practices.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/password-security-best-practices.html</guid>
    <description>Password security best practices for hashing, storage, length, and policy, plus the common mistakes that let attackers crack credentials and hijack accounts.</description>
    <category>Authentication &amp; Identity</category>
  </item>
  <item>
    <title>Penetration Testing Explained: Methodology and Phases</title>
    <link>https://k0g.com/articles/penetration-testing-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/penetration-testing-explained.html</guid>
    <description>Penetration testing is authorized simulated hacking that finds real vulnerabilities before attackers do. Learn the phases methodology and ethics involved.</description>
    <category>Offensive Security</category>
  </item>
  <item>
    <title>Perfect Forward Secrecy Explained</title>
    <link>https://k0g.com/articles/perfect-forward-secrecy.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/perfect-forward-secrecy.html</guid>
    <description>Perfect forward secrecy uses ephemeral keys so stealing a long-term private key cannot decrypt past sessions. Learn how forward secrecy protects your data.</description>
    <category>Privacy &amp; Anonymity</category>
  </item>
  <item>
    <title>Phishing Attacks: Techniques and Defenses</title>
    <link>https://k0g.com/articles/phishing-attacks-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/phishing-attacks-explained.html</guid>
    <description>Phishing attacks trick people into revealing credentials or running malware. Learn how phishing works and how to detect, prevent, and defend against it.</description>
    <category>Malware &amp; Threats</category>
  </item>
  <item>
    <title>Post-Quantum Cryptography: Preparing for the Quantum Era</title>
    <link>https://k0g.com/articles/post-quantum-cryptography-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/post-quantum-cryptography-explained.html</guid>
    <description>Post-quantum cryptography explained, covering lattice, hash-based, and code-based algorithms plus NIST standards like ML-KEM and ML-DSA for the quantum era.</description>
    <category>Quantum &amp; Post-Quantum</category>
  </item>
  <item>
    <title>Privilege Escalation Explained</title>
    <link>https://k0g.com/articles/privilege-escalation.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/privilege-escalation.html</guid>
    <description>Privilege escalation is how attackers gain higher access rights on a system after an initial foothold. Learn vertical and horizontal techniques and defenses.</description>
    <category>Offensive Security</category>
  </item>
  <item>
    <title>Prompt Injection and LLM Security Explained</title>
    <link>https://k0g.com/articles/prompt-injection-llm-security.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/prompt-injection-llm-security.html</guid>
    <description>Prompt injection is the top LLM security risk where untrusted text hijacks a model instructions enabling data exfiltration and tool misuse in AI applications.</description>
    <category>Cloud, Hardware &amp; Emerging</category>
  </item>
  <item>
    <title>Proof of Work vs Proof of Stake</title>
    <link>https://k0g.com/articles/proof-of-work-vs-proof-of-stake.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/proof-of-work-vs-proof-of-stake.html</guid>
    <description>Compare proof of work vs proof of stake and learn how each consensus mechanism achieves Sybil resistance security and finality in a blockchain network.</description>
    <category>Blockchain &amp; Applied Crypto</category>
  </item>
  <item>
    <title>Public Key Infrastructure (PKI) and X.509 Certificates Explained</title>
    <link>https://k0g.com/articles/public-key-infrastructure-and-x509.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/public-key-infrastructure-and-x509.html</guid>
    <description>Public key infrastructure binds identities to public keys using X.509 certificates and certificate authorities. Learn how PKI trust chains and revocation work.</description>
    <category>Cryptography</category>
  </item>
  <item>
    <title>Quantum Computing Explained: Qubits, Superposition, and Entanglement</title>
    <link>https://k0g.com/articles/quantum-computing-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/quantum-computing-explained.html</guid>
    <description>Quantum computing explained for security readers, covering qubits, superposition, entanglement, and quantum gates and why they threaten modern cryptography.</description>
    <category>Quantum &amp; Post-Quantum</category>
  </item>
  <item>
    <title>Quantum Key Distribution and the BB84 Protocol</title>
    <link>https://k0g.com/articles/quantum-key-distribution-bb84.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/quantum-key-distribution-bb84.html</guid>
    <description>Quantum key distribution and the BB84 protocol explained, using photon polarization and the no-cloning theorem to detect eavesdropping and share secret keys.</description>
    <category>Quantum &amp; Post-Quantum</category>
  </item>
  <item>
    <title>Ransomware Explained: How It Works and How to Defend</title>
    <link>https://k0g.com/articles/ransomware-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/ransomware-explained.html</guid>
    <description>Ransomware is malware that encrypts files and demands payment. Learn how ransomware works, how it spreads, and how to detect and defend against attacks.</description>
    <category>Malware &amp; Threats</category>
  </item>
  <item>
    <title>Red Team vs Blue Team vs Purple Team</title>
    <link>https://k0g.com/articles/red-team-blue-team-purple-team.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/red-team-blue-team-purple-team.html</guid>
    <description>Red team blue team and purple team describe offensive defensive and collaborative security roles. Learn how each team works and strengthens defenses together.</description>
    <category>Offensive Security</category>
  </item>
  <item>
    <title>Reproducible Builds Explained</title>
    <link>https://k0g.com/articles/reproducible-builds.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/reproducible-builds.html</guid>
    <description>Reproducible builds let anyone rebuild source code into a bit-for-bit identical binary to verify no tampering. Learn how determinism and verification work.</description>
    <category>Application Security</category>
  </item>
  <item>
    <title>Reverse Engineering Basics for Security</title>
    <link>https://k0g.com/articles/reverse-engineering-basics.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/reverse-engineering-basics.html</guid>
    <description>Reverse engineering is analyzing compiled software to understand how it works without source code. Learn the tools concepts and workflow for security research.</description>
    <category>Offensive Security</category>
  </item>
  <item>
    <title>Rootkits Explained: How They Hide and How to Find Them</title>
    <link>https://k0g.com/articles/rootkits-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/rootkits-explained.html</guid>
    <description>A rootkit is stealth malware that hides its presence deep in a system. Learn how rootkits work at different levels and how to detect and remove them.</description>
    <category>Malware &amp; Threats</category>
  </item>
  <item>
    <title>RSA Encryption Explained: How Public-Key Cryptography Works</title>
    <link>https://k0g.com/articles/rsa-encryption-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/rsa-encryption-explained.html</guid>
    <description>RSA encryption is a public-key cryptosystem built on the hardness of factoring. Learn how RSA works including key generation encryption and secure padding.</description>
    <category>Cryptography</category>
  </item>
  <item>
    <title>SAML vs OAuth vs OpenID Connect</title>
    <link>https://k0g.com/articles/saml-vs-oauth-vs-oidc.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/saml-vs-oauth-vs-oidc.html</guid>
    <description>Compare SAML, OAuth 2.0, and OpenID Connect to understand how each handles authentication, authorization, tokens, and federated single sign-on securely.</description>
    <category>Authentication &amp; Identity</category>
  </item>
  <item>
    <title>SAST vs DAST vs IAST: Application Security Testing</title>
    <link>https://k0g.com/articles/sast-vs-dast-vs-iast.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/sast-vs-dast-vs-iast.html</guid>
    <description>Compare SAST vs DAST vs IAST application security testing methods. Learn how static dynamic and interactive analysis find vulnerabilities and when to use each.</description>
    <category>Application Security</category>
  </item>
  <item>
    <title>secp256k1: The Elliptic Curve Behind Bitcoin</title>
    <link>https://k0g.com/articles/secp256k1-elliptic-curve.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/secp256k1-elliptic-curve.html</guid>
    <description>secp256k1 is the elliptic curve behind Bitcoin and Ethereum keys and signatures. Learn its parameters point math and why the ECDLP keeps it secure.</description>
    <category>Blockchain &amp; Applied Crypto</category>
  </item>
  <item>
    <title>Secrets Management Explained</title>
    <link>https://k0g.com/articles/secrets-management.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/secrets-management.html</guid>
    <description>Secrets management explained covering how to store rotate and audit API keys passwords and certificates with vaults dynamic secrets and least privilege.</description>
    <category>Cloud, Hardware &amp; Emerging</category>
  </item>
  <item>
    <title>Secure Cookies: HttpOnly, Secure, and SameSite Explained</title>
    <link>https://k0g.com/articles/secure-cookies-samesite.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/secure-cookies-samesite.html</guid>
    <description>Secure cookies rely on the HttpOnly, Secure, and SameSite attributes to protect sessions. Learn what each attribute does and how to configure cookies safely.</description>
    <category>Web Security</category>
  </item>
  <item>
    <title>Secure Messaging: What Makes an App Private</title>
    <link>https://k0g.com/articles/secure-messaging-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/secure-messaging-explained.html</guid>
    <description>Secure messaging depends on end-to-end encryption forward secrecy key verification and metadata protection. Learn what makes a messaging app truly private.</description>
    <category>Privacy &amp; Anonymity</category>
  </item>
  <item>
    <title>The Secure Software Development Lifecycle (SSDLC)</title>
    <link>https://k0g.com/articles/secure-software-development-lifecycle.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/secure-software-development-lifecycle.html</guid>
    <description>The secure software development lifecycle (SSDLC) builds security into every phase of development. Learn threat modeling secure coding testing and deployment.</description>
    <category>Application Security</category>
  </item>
  <item>
    <title>Session Management Security Best Practices</title>
    <link>https://k0g.com/articles/session-management-security.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/session-management-security.html</guid>
    <description>Session management security best practices for session IDs, secure cookies, expiration, and fixation defense to keep authenticated sessions from being hijacked.</description>
    <category>Authentication &amp; Identity</category>
  </item>
  <item>
    <title>SHA-256 and the SHA-2 Family of Hash Functions</title>
    <link>https://k0g.com/articles/sha-256-and-sha-2-hash-functions.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/sha-256-and-sha-2-hash-functions.html</guid>
    <description>SHA-256 is the most widely used SHA-2 hash function. Learn how SHA-256 works its Merkle-Damgard structure security properties and where hashing is applied.</description>
    <category>Cryptography</category>
  </item>
  <item>
    <title>Shor&apos;s Algorithm and the Quantum Threat to RSA and ECC</title>
    <link>https://k0g.com/articles/shors-algorithm-and-rsa.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/shors-algorithm-and-rsa.html</guid>
    <description>Shor&apos;s algorithm explained and how a quantum computer could break RSA and ECC by solving integer factoring and discrete logarithms in polynomial time.</description>
    <category>Quantum &amp; Post-Quantum</category>
  </item>
  <item>
    <title>Side-Channel Attacks: Timing, Power, Spectre and Meltdown</title>
    <link>https://k0g.com/articles/side-channel-attacks.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/side-channel-attacks.html</guid>
    <description>Side-channel attacks leak secrets through timing power consumption and CPU speculation. Learn how timing power analysis Spectre and Meltdown work and defenses.</description>
    <category>Cloud, Hardware &amp; Emerging</category>
  </item>
  <item>
    <title>The Signal Protocol and Double Ratchet Explained</title>
    <link>https://k0g.com/articles/signal-protocol-double-ratchet.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/signal-protocol-double-ratchet.html</guid>
    <description>The Signal Protocol pairs X3DH key agreement with the Double Ratchet to give secure messaging forward secrecy and post-compromise security per message.</description>
    <category>Privacy &amp; Anonymity</category>
  </item>
  <item>
    <title>Single Sign-On (SSO) Explained</title>
    <link>https://k0g.com/articles/single-sign-on-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/single-sign-on-explained.html</guid>
    <description>Single sign-on lets users authenticate once with an identity provider and access many applications through federated trust, tokens, and centralized login.</description>
    <category>Authentication &amp; Identity</category>
  </item>
  <item>
    <title>Smart Contract Security Explained</title>
    <link>https://k0g.com/articles/smart-contract-security.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/smart-contract-security.html</guid>
    <description>Smart contract security protects on-chain code from costly exploits. Learn common vulnerabilities like reentrancy and the patterns that defend against them.</description>
    <category>Blockchain &amp; Applied Crypto</category>
  </item>
  <item>
    <title>Social Engineering: The Human Side of Hacking</title>
    <link>https://k0g.com/articles/social-engineering-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/social-engineering-explained.html</guid>
    <description>Social engineering manipulates people into breaking security. Learn how social engineering attacks work and how to recognize, prevent, and defend against them.</description>
    <category>Malware &amp; Threats</category>
  </item>
  <item>
    <title>Software Supply Chain Security and SBOMs</title>
    <link>https://k0g.com/articles/software-supply-chain-security.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/software-supply-chain-security.html</guid>
    <description>Software supply chain security protects the code dependencies and build systems behind your apps. Learn about SBOMs provenance and attacks like typosquatting.</description>
    <category>Application Security</category>
  </item>
  <item>
    <title>SQL Injection Explained and How to Prevent It</title>
    <link>https://k0g.com/articles/sql-injection-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/sql-injection-explained.html</guid>
    <description>SQL injection lets attackers manipulate database queries through unsanitized input. Learn how the attack works and how parameterized queries prevent it.</description>
    <category>Web Security</category>
  </item>
  <item>
    <title>Server-Side Request Forgery (SSRF) Explained</title>
    <link>https://k0g.com/articles/ssrf-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/ssrf-explained.html</guid>
    <description>Server-side request forgery makes a server send attacker-controlled requests to internal systems. Learn how SSRF works and how to prevent it effectively.</description>
    <category>Web Security</category>
  </item>
  <item>
    <title>Supply Chain Attacks Explained</title>
    <link>https://k0g.com/articles/supply-chain-attacks.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/supply-chain-attacks.html</guid>
    <description>A supply chain attack compromises a trusted vendor to reach its customers. Learn how supply chain attacks work and how to detect and defend against them.</description>
    <category>Malware &amp; Threats</category>
  </item>
  <item>
    <title>TOTP and HOTP: How Authenticator Apps Work</title>
    <link>https://k0g.com/articles/totp-and-hotp.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/totp-and-hotp.html</guid>
    <description>Learn how TOTP and HOTP one-time password algorithms work, from the shared secret and HMAC to the six-digit codes that power authenticator apps.</description>
    <category>Authentication &amp; Identity</category>
  </item>
  <item>
    <title>TPMs and Secure Boot Explained</title>
    <link>https://k0g.com/articles/tpm-and-secure-boot.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/tpm-and-secure-boot.html</guid>
    <description>TPMs and Secure Boot explained showing how measured boot platform configuration registers and signature checks establish a hardware root of trust for a device.</description>
    <category>Cloud, Hardware &amp; Emerging</category>
  </item>
  <item>
    <title>Trusted Execution Environments and Secure Enclaves</title>
    <link>https://k0g.com/articles/trusted-execution-environments.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/trusted-execution-environments.html</guid>
    <description>Trusted execution environments and secure enclaves isolate code and data in encrypted memory so even a compromised operating system cannot read their contents.</description>
    <category>Cloud, Hardware &amp; Emerging</category>
  </item>
  <item>
    <title>Types of Malware: Viruses, Worms, Trojans, and More</title>
    <link>https://k0g.com/articles/types-of-malware.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/types-of-malware.html</guid>
    <description>A clear guide to the main types of malware including viruses, worms, trojans, ransomware, spyware, and rootkits, with detection and defense tips for each.</description>
    <category>Malware &amp; Threats</category>
  </item>
  <item>
    <title>VPNs Explained: How Virtual Private Networks Work</title>
    <link>https://k0g.com/articles/vpns-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/vpns-explained.html</guid>
    <description>How VPNs work, from tunneling and encapsulation to IPsec and WireGuard encryption that protect traffic across untrusted networks and shield your IP address.</description>
    <category>Network Security</category>
  </item>
  <item>
    <title>WebAuthn and Passkeys: Passwordless Authentication Explained</title>
    <link>https://k0g.com/articles/webauthn-and-passkeys.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/webauthn-and-passkeys.html</guid>
    <description>WebAuthn and passkeys enable phishing-resistant passwordless login using public-key cryptography. Learn how registration and authentication work.</description>
    <category>Web Security</category>
  </item>
  <item>
    <title>Zero-Knowledge Proofs Explained</title>
    <link>https://k0g.com/articles/zero-knowledge-proofs-explained.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/zero-knowledge-proofs-explained.html</guid>
    <description>Zero-knowledge proofs let one party prove a statement is true without revealing why. Learn how ZKPs work their properties and zk-SNARKs and zk-STARKs.</description>
    <category>Cryptography</category>
  </item>
  <item>
    <title>Zero Trust Architecture Explained</title>
    <link>https://k0g.com/articles/zero-trust-architecture.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/zero-trust-architecture.html</guid>
    <description>How zero trust architecture works, replacing implicit network trust with continuous verification, least privilege, and identity-based access to resources.</description>
    <category>Network Security</category>
  </item>
  <item>
    <title>Zero-Knowledge Rollups and zk-SNARKs Explained</title>
    <link>https://k0g.com/articles/zk-rollups-and-zk-snarks.html</link>
    <guid isPermaLink="true">https://k0g.com/articles/zk-rollups-and-zk-snarks.html</guid>
    <description>Zero-knowledge rollups scale blockchains using zk-SNARK validity proofs. Learn how zk-rollups and zk-SNARKs work and the security tradeoffs involved.</description>
    <category>Blockchain &amp; Applied Crypto</category>
  </item>
</channel>
</rss>
