<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Caesar Cipher on </title>
    <link>https://thedeanangle.xyz/tags/caesar-cipher/</link>
    <description>Recent content in Caesar Cipher on </description>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <lastBuildDate>Tue, 29 Apr 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://thedeanangle.xyz/tags/caesar-cipher/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Enchanted Cipher | Coding</title>
      <link>https://thedeanangle.xyz/ctf/cyber-apocalypse-ctf-2025/enchanted-cipher/</link>
      <pubDate>Tue, 29 Apr 2025 00:00:00 +0000</pubDate>
      <guid>https://thedeanangle.xyz/ctf/cyber-apocalypse-ctf-2025/enchanted-cipher/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://thedeanangle.xyz/images/ctf/cyberapoc/coding/enchantedcipher/1.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;-enchanted-cipher--write-up--cyber-apocalypse-2025&#34;&gt;🧙‍♂️ Enchanted Cipher — Write-Up | Cyber Apocalypse 2025&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th style=&#34;text-align: center&#34;&gt;Details&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;&lt;img src=&#34;https://thedeanangle.xyz/images/htbctf.svg&#34; alt=&#34;&#34;&gt;&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: center&#34;&gt;&lt;strong&gt;URL&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;[Hack The Box :: Enchanted Cipher&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: center&#34;&gt;&lt;strong&gt;Difficulty&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Easy&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: center&#34;&gt;&lt;strong&gt;Team Rank&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;541 / 8129&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: center&#34;&gt;&lt;strong&gt;CTF Date&lt;/strong&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;26 Mar, 13:00&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;-challenge-summary&#34;&gt;📖 Challenge Summary&lt;/h2&gt;&#xA;&lt;p&gt;The &lt;strong&gt;Grand Arcane Codex&lt;/strong&gt; has been corrupted. To restore historical records, each entry must be deciphered from an &lt;strong&gt;Enchanted Shifting Cipher&lt;/strong&gt;. This cipher encrypts messages using a Caesar-style shift, but with a twist:&lt;/p&gt;&#xA;&lt;h3 id=&#34;-cipher-rules&#34;&gt;🧩 Cipher Rules&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Only &lt;strong&gt;alphabetic characters&lt;/strong&gt; are encrypted; all other characters (e.g., spaces) are ignored during encryption.&lt;/li&gt;&#xA;&lt;li&gt;Characters are grouped into &lt;strong&gt;chunks of 5 letters&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Each group is encrypted with a &lt;strong&gt;random Caesar shift&lt;/strong&gt; (between 1 and 25).&lt;/li&gt;&#xA;&lt;li&gt;The input ends with:&#xA;&lt;ol&gt;&#xA;&lt;li&gt;The number of shift groups.&lt;/li&gt;&#xA;&lt;li&gt;A list of Caesar shift values, one for each group.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Your task is to &lt;strong&gt;reverse the cipher&lt;/strong&gt;, restoring the original plaintext &lt;strong&gt;while preserving the formatting&lt;/strong&gt; (spaces, punctuation, etc.).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
