<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Crypto on Th3B0yWh0L1v3d — Security Writeups</title>
    <link>https://th3b0ywh0l1v3d.github.io/categories/crypto/</link>
    <description>Recent content in Crypto on Th3B0yWh0L1v3d — Security Writeups</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 16 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://th3b0ywh0l1v3d.github.io/categories/crypto/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A Basic Start</title>
      <link>https://th3b0ywh0l1v3d.github.io/ctf/boroctf-2026/crypto/a-basic-start/</link>
      <pubDate>Tue, 16 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://th3b0ywh0l1v3d.github.io/ctf/boroctf-2026/crypto/a-basic-start/</guid>
      <description>Decoding a multi-layer encoding chain: Base64 followed by Base91.</description>
    </item>
    <item>
      <title>Babel&#39;s Vault</title>
      <link>https://th3b0ywh0l1v3d.github.io/ctf/boroctf-2026/crypto/babels-vault/</link>
      <pubDate>Tue, 16 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://th3b0ywh0l1v3d.github.io/ctf/boroctf-2026/crypto/babels-vault/</guid>
      <description>Finding the flag inside the Library of Babel using a seed and image residual pixel indices.</description>
    </item>
    <item>
      <title>Disco Franklin</title>
      <link>https://th3b0ywh0l1v3d.github.io/ctf/boroctf-2026/crypto/disco-franklin/</link>
      <pubDate>Tue, 16 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://th3b0ywh0l1v3d.github.io/ctf/boroctf-2026/crypto/disco-franklin/</guid>
      <description>Decoding ASCII characters from RGB color blocks in a PNG image.</description>
    </item>
    <item>
      <title>Et Tu Brute</title>
      <link>https://th3b0ywh0l1v3d.github.io/ctf/boroctf-2026/crypto/et-tu-brute/</link>
      <pubDate>Tue, 16 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://th3b0ywh0l1v3d.github.io/ctf/boroctf-2026/crypto/et-tu-brute/</guid>
      <description>Classic Caesar cipher shifted by +3 conceals the flag.</description>
    </item>
    <item>
      <title>Not the Flag</title>
      <link>https://th3b0ywh0l1v3d.github.io/ctf/boroctf-2026/crypto/not-the-flag/</link>
      <pubDate>Tue, 16 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://th3b0ywh0l1v3d.github.io/ctf/boroctf-2026/crypto/not-the-flag/</guid>
      <description>Apply bitwise NOT to a hex string to reveal the flag.</description>
    </item>
    <item>
      <title>Flip Dat Bit — TryHackMe</title>
      <link>https://th3b0ywh0l1v3d.github.io/thm/flip-dat-bit/</link>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://th3b0ywh0l1v3d.github.io/thm/flip-dat-bit/</guid>
      <description>A TCP service hands you the AES-CBC ciphertext of your own input and asks you to return a ciphertext that decrypts to contain admin credentials — solved with a single-byte XOR flip.</description>
    </item>
    <item>
      <title>Fun With RSA — DalCTF 2026</title>
      <link>https://th3b0ywh0l1v3d.github.io/ctf/dalctf-2026/crypto/fun-with-rsa/</link>
      <pubDate>Sun, 07 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://th3b0ywh0l1v3d.github.io/ctf/dalctf-2026/crypto/fun-with-rsa/</guid>
      <description>A homemade RSA-CRT signer leaks a correct and a faulted signature of the same message; gcd(s − spz, n) factors n (the Bellcore attack), while the trivial shortcut just recovers the message via s^e mod n — and the XOR &amp;lsquo;protection&amp;rsquo; undoes itself.</description>
    </item>
    <item>
      <title>All&#39;s Fair in Love and CTFs — DalCTF 2026</title>
      <link>https://th3b0ywh0l1v3d.github.io/ctf/dalctf-2026/crypto/alls-fair/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://th3b0ywh0l1v3d.github.io/ctf/dalctf-2026/crypto/alls-fair/</guid>
      <description>The title &amp;lsquo;All&amp;rsquo;s Fair&amp;rsquo; points at the Playfair cipher; the grid image is the standard 5×5 key square with even columns blanked, and the ciphertext decrypts to ANYTHINGFORTHEFLAG.</description>
    </item>
    <item>
      <title>Angry Shamir — DalCTF 2026</title>
      <link>https://th3b0ywh0l1v3d.github.io/ctf/dalctf-2026/crypto/angry-shamir/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://th3b0ywh0l1v3d.github.io/ctf/dalctf-2026/crypto/angry-shamir/</guid>
      <description>An RSA modulus that looks 2054-bit-strong is actually 67 × q — a tiny prime factor makes it trivially factorable (FactorDB / trial division), reconstructing the private key and decrypting the flag.</description>
    </item>
    <item>
      <title>Compression isn&#39;t encryption — DalCTF 2026</title>
      <link>https://th3b0ywh0l1v3d.github.io/ctf/dalctf-2026/crypto/compression-isnt-encryption/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://th3b0ywh0l1v3d.github.io/ctf/dalctf-2026/crypto/compression-isnt-encryption/</guid>
      <description>A 192-bit Huffman stream and a frequency table; the textbook min-heap decode looks perfect (wrapped in dalctf{}, zero leftover bits) yet is wrong — matching the encoder&amp;rsquo;s tie-break policy recovers the real flag.</description>
    </item>
    <item>
      <title>LCG Seed Squared — DalCTF 2026</title>
      <link>https://th3b0ywh0l1v3d.github.io/ctf/dalctf-2026/crypto/lcg-seed-squared/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://th3b0ywh0l1v3d.github.io/ctf/dalctf-2026/crypto/lcg-seed-squared/</guid>
      <description>A homemade LCG-as-cipher multiplies each flag byte by a deterministic state independent of the plaintext — the known DalCTF{ prefix recovers one state, and replaying the generator divides out the rest. The lost seed is a red herring.</description>
    </item>
    <item>
      <title>Playing with Pointers — DalCTF 2026</title>
      <link>https://th3b0ywh0l1v3d.github.io/ctf/dalctf-2026/crypto/playing-with-pointers/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://th3b0ywh0l1v3d.github.io/ctf/dalctf-2026/crypto/playing-with-pointers/</guid>
      <description>A C program squares each flag byte as a float, then a &amp;lsquo;forgotten&amp;rsquo; Quake-style &lt;em&gt;(long&lt;/em&gt;)&amp;amp;y type-pun prints the raw IEEE-754 bits as integers; reversing bits→float→sqrt→char recovers the flag.</description>
    </item>
    <item>
      <title>COMpetition — GPN CTF 2026</title>
      <link>https://th3b0ywh0l1v3d.github.io/ctf/gpn-ctf-2026/crypto/competition/</link>
      <pubDate>Fri, 05 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://th3b0ywh0l1v3d.github.io/ctf/gpn-ctf-2026/crypto/competition/</guid>
      <description>A commit-reveal rock-paper-scissors whose non-binding sha256(r1 + message + r2) commitment lets you open one hash to any winning move and sweep all 100 rounds.</description>
    </item>
    <item>
      <title>Easy DSA — GPN CTF 2026</title>
      <link>https://th3b0ywh0l1v3d.github.io/ctf/gpn-ctf-2026/crypto/easy-dsa/</link>
      <pubDate>Fri, 05 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://th3b0ywh0l1v3d.github.io/ctf/gpn-ctf-2026/crypto/easy-dsa/</guid>
      <description>A P-521 ECDSA oracle derives its nonce from an MD5-based uuid3, so an MD5 collision forces nonce reuse, leaks the private key, and lets us forge a signature for the flag.</description>
    </item>
  </channel>
</rss>
