<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cheatsheet on Sai Sathvik</title><link>http://s4thv1k.com/categories/cheatsheet/</link><description>Recent content in Cheatsheet on Sai Sathvik</description><generator>Hugo -- gohugo.io</generator><language>en-gb</language><lastBuildDate>Sat, 24 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="http://s4thv1k.com/categories/cheatsheet/index.xml" rel="self" type="application/rss+xml"/><item><title>Security Interview Prep</title><link>http://s4thv1k.com/posts/interview-notes/</link><pubDate>Sat, 24 Jan 2026 00:00:00 +0000</pubDate><guid>http://s4thv1k.com/posts/interview-notes/</guid><description>&lt;h1 id="cryptography">Cryptography&lt;/h1>
&lt;h3 id="symmetric-encryption">&lt;strong>Symmetric Encryption&lt;/strong>&lt;/h3>
&lt;p>Symmetric encryption uses &lt;strong>one key&lt;/strong> for both encryption and decryption. The sender and receiver must both have access to this shared secret key.&lt;/p>
&lt;p>Key Features:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>One key&lt;/strong>: The same key is used to encrypt and decrypt data.&lt;/li>
&lt;li>&lt;strong>Fast and efficient&lt;/strong>: Because the algorithm is less complex, symmetric encryption is faster and more efficient, making it suitable for encrypting large amounts of data.&lt;/li>
&lt;li>&lt;strong>Key management&lt;/strong>: A major challenge is securely sharing the key between parties. If the key is intercepted or leaked, the encrypted data can be compromised.&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Algorithms:&lt;/strong>&lt;/p></description></item><item><title>OSCP Cheatsheet</title><link>http://s4thv1k.com/posts/oscp-cheatsheet/</link><pubDate>Wed, 21 Aug 2024 00:00:00 +0000</pubDate><guid>http://s4thv1k.com/posts/oscp-cheatsheet/</guid><description>&lt;p>&lt;strong>Prepared as part of my OSCP Preparation.&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Successfully passed the OSCP exam on May 20, 2024. Verify my achievement &lt;a href="https://www.credential.net/666b9a86-017d-48fa-894a-5c39ef1d7b7b">here&lt;/a>.&lt;/li>
&lt;li>Feel free to open a pull request if you have any corrections, improvements, or new additions!&lt;/li>
&lt;li>You can access my cheatsheet from here: &lt;a href="https://s4thv1k.com/posts/oscp-cheatsheet/">https://s4thv1k.com/posts/oscp-cheatsheet/&lt;/a> as well!&lt;/li>
&lt;li>Helped over 20 individuals in passing their exam:) Please let me know if this helped you too ❤️&lt;/li>
&lt;/ul>
&lt;h1 id="general">General&lt;/h1>
&lt;aside>
💡 For Finding all important files in Windows (CTF Style)
&lt;p>&lt;code>cd c:\Users&lt;/code> then
&lt;code>tree /F&lt;/code>&lt;/p></description></item></channel></rss>