<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Caesar Cipher - Tag - SalehTZ</title><link>https://archive.salehtz.ir/tags/caesar-cipher/</link><description>Caesar Cipher - Tag - SalehTZ</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>mstalebizadeh@gmail.com (SalehTZ)</managingEditor><webMaster>mstalebizadeh@gmail.com (SalehTZ)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Wed, 15 Oct 2025 13:45:10 +0200</lastBuildDate><atom:link href="https://archive.salehtz.ir/tags/caesar-cipher/" rel="self" type="application/rss+xml"/><item><title>Bandit Level 11 to 12: Cracking the Caesar Cipher (ROT13)</title><link>https://archive.salehtz.ir/bandit_11_12/</link><pubDate>Wed, 15 Oct 2025 13:45:10 +0200</pubDate><author>SalehTZ</author><guid>https://archive.salehtz.ir/bandit_11_12/</guid><description><![CDATA[<h2 id="introduction">Introduction</h2>
<p>After decoding Base64, we now face our first real <strong>cipher</strong> in Bandit Level 11 to 12. The password isn&rsquo;t encoded for data transport; it&rsquo;s been deliberately obfuscated using a simple character-shifting algorithm.</p>
<p>This level introduces the <strong>Caesar cipher</strong>, one of the oldest and most well-known forms of encryption. We&rsquo;ll learn how to crack it with <code>tr</code>, a command-line utility for translating characters. 📜</p>
<hr>
<h2 id="the-challenge-level-11-goal">The Challenge: Level 11 Goal</h2>
<p>The level&rsquo;s objective is described as follows:</p>]]></description></item></channel></rss>