<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Crytography by Rohan Sai Nalla</title>
      <link>https://padlet.com/rona8789/cysecdata</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2022-09-03 00:14:24 UTC</pubDate>
      <lastBuildDate>2025-12-18 15:21:40 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-uploads.storage.googleapis.com/1789185402/f64b937723b10c2b8df924f1eb28fd19/icons8_enigma_cryptocurrency_64__1_.png</url>
      </image>
      <item>
         <title>Cryptography 101</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281248608</link>
         <description><![CDATA[<div>Here's an article briefly discussing the basics of Cryptography and it's integration to the realm of cybersecurity.</div>]]></description>
         <enclosure url="https://medium.com/edureka/what-is-cryptography-c94dae2d5974" />
         <pubDate>2022-09-03 00:36:11 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281248608</guid>
      </item>
      <item>
         <title>The Role of Cryptography in Cybersecurity</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281251163</link>
         <description><![CDATA[<div>Cryptography is an integral part of CIA triad. The three elements of the triad are the fundamentals of Cyber Security. Cryptography <strong>ensures the integrity of data using hashing algorithms and message digests</strong>. By providing codes and digital keys to ensure that what is received is genuine and from the intended sender, the receiver is assured that the data received has not been tampered with during transmission.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1789185402/b99909a823f1e9ec7d22318e095b35ac/cia_triad.png" />
         <pubDate>2022-09-03 00:43:52 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281251163</guid>
      </item>
      <item>
         <title>Classification Tree of Cryptography</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281546378</link>
         <description><![CDATA[<div><br>1. Symmetric Key Cryptography (Private Key)<br>2. Asymmetric Key Cryptography (Public Key)<br>3. Hashing</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-09-03 15:42:59 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281546378</guid>
      </item>
      <item>
         <title>Symmetric Key Encryption</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281549975</link>
         <description><![CDATA[<div><a href="https://www.cryptomathic.com/news-events/blog/differences-between-hash-functions-symmetric-asymmetric-algorithms"><strong>Symmetric encryption</strong></a> is a type of encryption where only one key (a secret key) is used to both encrypt and decrypt electronic data. The entities communicating via symmetric encryption must exchange the key so that it can be used in the decryption process. This encryption method differs from asymmetric encryption where a pair of keys - one public and one private - is used to encrypt and decrypt messages.</div>]]></description>
         <enclosure url="https://cpl.thalesgroup.com/faq/key-secrets-management/what-symmetric-key" />
         <pubDate>2022-09-03 15:52:06 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281549975</guid>
      </item>
      <item>
         <title>Asymmetric Key Encryption</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281569651</link>
         <description><![CDATA[<div><strong>Asymmetric Encryption</strong> uses two distinct, yet related keys. One key, the Public Key, is used for encryption and the other, the Private Key, is for decryption. As implied in the name, the Private Key is intended to be private so that only the authenticated recipient can decrypt the message. RSA, Diffie Hellman, and DES are the prominent algorithms which are based on Asymmetric Key Encryption</div>]]></description>
         <enclosure url="https://cheapsslsecurity.com/blog/wp-content/uploads/2018/01/asymmetric-encryption.png" />
         <pubDate>2022-09-03 16:39:59 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281569651</guid>
      </item>
      <item>
         <title>Predominantly used Cryto-Algorithms</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281573825</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.arcserve.com/blog/5-common-encryption-algorithms-and-unbreakables-future" />
         <pubDate>2022-09-03 16:50:09 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281573825</guid>
      </item>
      <item>
         <title>Hashing 101 -- Cryptographic Hash Functions</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281576853</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.synopsys.com/blogs/software-security/cryptographic-hash-functions/#:~:text=A%20cryptographic%20hash%20function%20is,used%20to%20verify%20the%20user." />
         <pubDate>2022-09-03 16:56:14 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281576853</guid>
      </item>
      <item>
         <title>Diffie Hellman Key Exchange</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281577843</link>
         <description><![CDATA[<div>Diffie-Hellman key exchange, also called exponential key exchange, is <strong>a method of digital encryption that uses numbers raised to specific powers to produce decryption keys on the basis of components that are never directly transmitted</strong>, making the task of a would-be code breaker mathematically overwhelming.</div>]]></description>
         <enclosure url="https://medium.com/cermati-tech/a-quick-look-into-diffie-hellman-key-exchange-24f32391b41e#:~:text=As%20explained%2C%20a%20cryptographic%20algorithm,to%20understand%20each%20other&#39;s%20messages." />
         <pubDate>2022-09-03 16:59:05 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281577843</guid>
      </item>
      <item>
         <title>Primary differentiators of Private Key and Public Key Encryption</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281579152</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://medium.com/wharfstreetstrategies/differentiating-between-the-public-and-the-private-keys-cfe096179b6a" />
         <pubDate>2022-09-03 17:02:48 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281579152</guid>
      </item>
      <item>
         <title>Digital Signatures</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281586339</link>
         <description><![CDATA[<div>A digital signature is <strong>a cryptographic output used to verify the authenticity of data</strong>. A digital signature algorithm allows for two distinct operations: a signing operation, which uses a signing key to produce a signature over raw data. The most common use cases are listed as follows<br><br></div><ul><li>Financial transactions: online banking.</li><li>Credit card processing.</li><li>SSL VPN.</li><li>Handling S/MIME mail.</li><li>Handling XML encryption.</li><li>Signing data using a smart card.</li><li>Signing an authentication challenge.</li><li>Decrypt a message using private asymmetric key.</li></ul>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1789185402/d650344aa17ffbe34e2f01f996f1564c/digital_signature.jpeg" />
         <pubDate>2022-09-03 17:23:27 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281586339</guid>
      </item>
      <item>
         <title>The Secure Hashing Algorithm</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281589301</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://komodoplatform.com/en/academy/sha-512/#:~:text=SHA%2D512%2C%20or%20Secure%20Hash,hashing%2C%20and%20digital%20record%20verification." />
         <pubDate>2022-09-03 17:31:56 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281589301</guid>
      </item>
      <item>
         <title>Hashing Playground</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281589394</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://emn178.github.io/online-tools/sha512.html" />
         <pubDate>2022-09-03 17:32:16 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281589394</guid>
      </item>
      <item>
         <title>Enigma -- The Ultimate Cipher Generator</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281590770</link>
         <description><![CDATA[<div>The <strong>Enigma machine</strong> is a <a href="https://en.wikipedia.org/wiki/Cipher">cipher</a> device developed and used in the early- to mid-20th century to protect commercial, diplomatic, and military communication. It was employed extensively by <a href="https://en.wikipedia.org/wiki/Nazi_Germany">Nazi Germany</a> during <a href="https://en.wikipedia.org/wiki/World_War_II">World War II</a>, in all branches of the <a href="https://en.wikipedia.org/wiki/Wehrmacht">German military</a>. The Enigma machine was considered so secure that it was used to encipher the most top-secret messages.<br><strong><br>The Algorithm&nbsp;-- Key elements<br></strong><br></div><div>This section will talk about the Enigma I aka Wehrmacht Enigma, other variants are similar in operation. The 'key' for the enigma consists of several elements:<br><br></div><ol><li>The rotors and their order</li><li>The rotor start positions</li><li>The ringstellung, or ring settings</li><li>Steckerverbindungen, or plug board settings</li></ol><div><sup><br></sup><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1789185402/32e074828719417102eee71f16420f1c/Enigma__crittografia____Museo_scienza_e_tecnologia_Milano.jpeg" />
         <pubDate>2022-09-03 17:35:36 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281590770</guid>
      </item>
      <item>
         <title>Ancient Cryptography -- Caesar&#39;s Cipher</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281591695</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://en.wikipedia.org/wiki/Caesar_cipher" />
         <pubDate>2022-09-03 17:37:25 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281591695</guid>
      </item>
      <item>
         <title>Prominence of Cryptography</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281592048</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://cybersecurity.ieee.org/blog/2015/11/13/use-cryptography-correctly/#:~:text=Cryptography%20is%20one%20of%20the,other%20security%20goals%20as%20well." />
         <pubDate>2022-09-03 17:38:36 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281592048</guid>
      </item>
      <item>
         <title>A fitting theme</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281592772</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://open.spotify.com/track/4uxuL3PK7pJ5Y9VnRJhLYQ" />
         <pubDate>2022-09-03 17:40:30 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281592772</guid>
      </item>
      <item>
         <title>Euler&#39;s Theorem</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281597090</link>
         <description><![CDATA[<div><br>The <a href="https://en.wikipedia.org/wiki/RSA_(algorithm)">RSA cryptosystem</a> is based on this theorem: it implies that the <a href="https://en.wikipedia.org/wiki/Inverse_function">inverse</a> of the function <em>a</em> ↦ <em>a</em><em><sup>e</sup></em> mod <em>n</em>, where <em>e</em> is the (public) encryption exponent, is the function <em>b</em> ↦ <em>b</em><em><sup>d</sup></em> mod <em>n</em>, where <em>d</em>, the (private) decryption exponent, is the <a href="https://en.wikipedia.org/wiki/Multiplicative_inverse">multiplicative inverse</a> of <em>e</em> modulo <em>φ</em>(<em>n</em>).&nbsp;<br><br></div>]]></description>
         <enclosure url="https://en.wikipedia.org/wiki/Euler%27s_totient_function#:~:text=Euler&#39;s%20theorem,-Main%20article%3A%20Euler&#39;s&amp;text=The%20RSA%20cryptosystem%20is%20based,e%20modulo%20%CF%86(n)." />
         <pubDate>2022-09-03 17:51:41 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281597090</guid>
      </item>
      <item>
         <title>R.L. Rivest, A. Shamir, and L. Adleman</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281597526</link>
         <description><![CDATA[<div>Abstract&nbsp;<br>An encryption method is presented with the novel property that publicly revealing an encryption key does not thereby reveal the corresponding decryption<br>key. This has two important consequences:<br>1. Couriers or other secure means are not needed to transmit keys, since a<br>message can be enciphered using an encryption key publicly revealed by<br>the intended recipient. Only he can decipher the message, since only he<br>knows the corresponding decryption key.<br>2. A message can be “signed” using a privately held decryption key. Anyone<br>can verify this signature using the corresponding publicly revealed encryption key. Signatures cannot be forged, and a signer cannot later deny<br>the validity of his signature. This has obvious applications in “electronic<br>mail” and “electronic funds transfer” systems.</div>]]></description>
         <enclosure url="https://people.csail.mit.edu/rivest/Rsapaper.pdf" />
         <pubDate>2022-09-03 17:53:03 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281597526</guid>
      </item>
      <item>
         <title>Security of RSA</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281598022</link>
         <description><![CDATA[<div><strong>Security of RSA&nbsp;</strong></div><div>Five possible approaches to attacking the RSA algorithm are&nbsp;</div><div>• <strong>Brute force: </strong>This involves trying all possible private keys.<br>• <strong>Mathematical attacks: </strong>There are several approaches, all equivalent in effort to factoring the product of two primes.<br>• <strong>Timing attacks: </strong>These depend on the running time of the decryption algorithm.<br>• <strong>Chosen cipher text attacks: </strong>This type of attack exploits properties of the RSA algorithm.&nbsp;</div><div><strong>Brute-force approach </strong>is the same for RSA as for other cryptosystems, namely, to use a large key space.<br> Thus, the larger the number of bits in d, the better.<br> Because the calculations involved, both in key generation and in encryption/decryption, are&nbsp;</div><div>complex, the larger the size of the key, the slower the system will run.&nbsp;</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1789185402/a1621cd1df54e55cb3dc3d4b578b5e67/si_data_encryption_feature_feature.webp" />
         <pubDate>2022-09-03 17:54:30 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281598022</guid>
      </item>
      <item>
         <title>AES vs DES</title>
         <author>rona8789</author>
         <link>https://padlet.com/rona8789/cysecdata/wish/2281598399</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.geeksforgeeks.org/difference-between-aes-and-des-ciphers/" />
         <pubDate>2022-09-03 17:55:34 UTC</pubDate>
         <guid>https://padlet.com/rona8789/cysecdata/wish/2281598399</guid>
      </item>
   </channel>
</rss>
