<?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>Introduction on Aditya Telange</title><link>https://adityatelange.in/writeups/cryptohack/introduction/</link><description>Recent content in Introduction on Aditya Telange</description><image><title>Aditya Telange</title><url>https://adityatelange.in/assets/tn.jpg</url><link>https://adityatelange.in/assets/tn.jpg</link></image><generator>Hugo</generator><language>en</language><copyright>2026 Aditya Telange</copyright><lastBuildDate>Wed, 03 Feb 2021 00:00:00 +0530</lastBuildDate><atom:link href="https://adityatelange.in/writeups/cryptohack/introduction/index.xml" rel="self" type="application/rss+xml"/><item><title>Cryptohack - Finding Flags [2 pts]</title><link>https://adityatelange.in/writeups/cryptohack/introduction/finding-flags/</link><pubDate>Wed, 03 Feb 2021 00:00:00 +0530</pubDate><guid>https://adityatelange.in/writeups/cryptohack/introduction/finding-flags/</guid><description>&lt;blockquote&gt;
&lt;p&gt;The Solution is shared considering &lt;a href="https://cryptohack.org/faq/#solutions"&gt;CAN I SHARE MY SOLUTIONS?&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="problem"&gt;Problem&lt;/h2&gt;
&lt;p&gt;Each challenge is designed to help introduce you to a new piece of cryptography. Solving a challenge will require you to find a &amp;ldquo;flag&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;These flags will usually be in the format crypto{y0ur_f1rst_fl4g}. The flag format helps you verify that you found the correct solution.&lt;/p&gt;
&lt;p&gt;Try submitting this into the form below to solve your first challenge.&lt;/p&gt;
&lt;!-- adsense-inarticle --&gt;
&lt;h2 id="solution"&gt;Solution&lt;/h2&gt;
&lt;p&gt;Solution is given in problem XD&lt;/p&gt;</description></item><item><title>Cryptohack - Great Snakes [3 pts]</title><link>https://adityatelange.in/writeups/cryptohack/introduction/great-snakes/</link><pubDate>Wed, 03 Feb 2021 00:00:00 +0530</pubDate><guid>https://adityatelange.in/writeups/cryptohack/introduction/great-snakes/</guid><description>&lt;blockquote&gt;
&lt;p&gt;The Solution is shared considering &lt;a href="https://cryptohack.org/faq/#solutions"&gt;CAN I SHARE MY SOLUTIONS?&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="problem"&gt;Problem&lt;/h2&gt;
&lt;p&gt;Modern cryptography involves code, and code involves coding. CryptoHack provides a good opportunity to sharpen your skills.&lt;/p&gt;
&lt;p&gt;Of all modern programming languages, Python 3 stands out as ideal for quickly writing cryptographic scripts and attacks. For more information about why we think Python is so great for this, please see the FAQ.&lt;/p&gt;
&lt;p&gt;Run the attached Python script and it will output your flag.&lt;/p&gt;</description></item><item><title>Cryptohack - Network Attacks [5 pts]</title><link>https://adityatelange.in/writeups/cryptohack/introduction/network-attacks/</link><pubDate>Wed, 03 Feb 2021 00:00:00 +0530</pubDate><guid>https://adityatelange.in/writeups/cryptohack/introduction/network-attacks/</guid><description>&lt;blockquote&gt;
&lt;p&gt;The Solution is shared considering &lt;a href="https://cryptohack.org/faq/#solutions"&gt;CAN I SHARE MY SOLUTIONS?&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="problem"&gt;Problem&lt;/h2&gt;
&lt;p&gt;Several of the challenges are dynamic and require you to talk to our challenge servers over the network. This allows you to perform man-in-the-middle attacks on people trying to communicate, or directly attack a vulnerable service. To keep things consistent, our interactive servers always send and receive JSON objects.&lt;/p&gt;
&lt;p&gt;Python makes such network communication easy with the &lt;code&gt;telnetlib&lt;/code&gt; module. Conveniently, it&amp;rsquo;s part of Python&amp;rsquo;s standard library, so let&amp;rsquo;s use it for now.&lt;/p&gt;</description></item></channel></rss>