<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Cryptography by Bhawneet Singh</title>
      <link>https://padlet.com/bhsi4982/daemdpclujd69plm</link>
      <description>Made with an open mind</description>
      <language>en-us</language>
      <pubDate>2021-11-11 16:42:05 UTC</pubDate>
      <lastBuildDate>2025-11-10 17:07:12 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Fundamental Principles</title>
         <author>bhsi4982</author>
         <link>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1884660980</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.thesslstore.com/blog/wp-content/uploads/2018/08/bigstock-Safety-Concept-Pixelated-Key-243299677.jpg" />
         <pubDate>2021-11-11 16:46:18 UTC</pubDate>
         <guid>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1884660980</guid>
      </item>
      <item>
         <title>3) Encryption/Decryption</title>
         <author>bhsi4982</author>
         <link>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1884783907</link>
         <description><![CDATA[<div>It helps in protecting the privacy while sending the data from sender to receiver. On the receiver side, the data can be decrypted and can be brought back to its original form</div>]]></description>
         <enclosure url="https://www.thesslstore.com/blog/wp-content/uploads/2020/11/symmetric-encryption.jpg" />
         <pubDate>2021-11-11 17:47:48 UTC</pubDate>
         <guid>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1884783907</guid>
      </item>
      <item>
         <title>1) Authentication</title>
         <author>bhsi4982</author>
         <link>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1885097505</link>
         <description><![CDATA[<div>It ensures that the message was originated from the originator claimed in the message</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-11 20:36:27 UTC</pubDate>
         <guid>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1885097505</guid>
      </item>
      <item>
         <title>2) Integrity</title>
         <author>bhsi4982</author>
         <link>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1898500428</link>
         <description><![CDATA[<div>Cryptography should ensure that the messages that are received by the receiver are not altered anywhere on the communication path.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-18 02:52:58 UTC</pubDate>
         <guid>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1898500428</guid>
      </item>
      <item>
         <title>How cryptography relates to cybersecurity overall ?</title>
         <author>bhsi4982</author>
         <link>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1898512517</link>
         <description><![CDATA[<div><a href="http://en.wikipedia.org/wiki/Cryptography">Cryptography</a> is essential to many models of cyber security. It applies <a href="http://en.wikipedia.org/wiki/algorithm">algorithms</a> to shuffle the bits that represent data in such a way that only authorized users can unshuffle them to obtain the original data. Most common cryptographic standards are open where the algorithms are known and published, but the clever mathematics makes it impractical to decode the shuffled bits. <a href="http://en.wikipedia.org/wiki/Symmetric-key_algorithm">Symmetric encryption</a> is a method of encryption involving the same key for both encryption and decryption. <a href="http://en.wikipedia.org/wiki/Public-key_cryptography">Public key encryption</a>, which is not symmetric, is an encryption method that is widely used because of the enhanced security associated with its use.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1451564777/66fef849928ae25e52a14c74bcc3c2b6/crypt.png" />
         <pubDate>2021-11-18 02:59:03 UTC</pubDate>
         <guid>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1898512517</guid>
      </item>
      <item>
         <title>Encryption is an essential part of cybersecurity!</title>
         <author>bhsi4982</author>
         <link>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1898591245</link>
         <description><![CDATA[<div>In cryptography, we start with the unencrypted data, referred to as <em>plaintext</em>. The plaintext is <em>encrypted</em> into <em>ciphertext</em>, which will in turn (usually) be <em>decrypted</em> back into usable plaintext. The encryption and decryption are based upon the type of cryptography scheme being employed and some form of a key.<br>We will learn more about types of encryption.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-18 03:41:47 UTC</pubDate>
         <guid>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1898591245</guid>
      </item>
      <item>
         <title>Symmetric and asymmetric encryption</title>
         <author>bhsi4982</author>
         <link>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1898595973</link>
         <description><![CDATA[<div>With a symmetric algorithm, both encryption and decryption keys are the same, so the same key must be used to enable secure communication.<br>In asymmetric algorithm encryption, two separate but mathematically linked encryption keys are used. A public key is used to encrypt the data and can be distributed while the private key is used to decrypt the data and, therefore, is kept private.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-18 03:44:35 UTC</pubDate>
         <guid>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1898595973</guid>
      </item>
      <item>
         <title>Types of Cryptographic Algorithms:</title>
         <author>bhsi4982</author>
         <link>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1898664861</link>
         <description><![CDATA[<div><em>Secret Key Cryptography (SKC):</em> Uses a single key for both encryption and decryption; also called <em>symmetric encryption</em>. Primarily used for privacy and confidentiality.<br><br><em>Public Key Cryptography (PKC):</em> Uses one key for encryption and another for decryption; also called <em>asymmetric encryption</em>. Primarily used for authentication, non-repudiation, and key exchange.<br><br><em>Hash Functions:</em> Uses a mathematical transformation to irreversibly "encrypt" information, providing a digital fingerprint. Primarily used for message integrity.</div><div><br><br></div><div><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1451564777/79d30f63782ccca5083e0e440279c64c/download.png" />
         <pubDate>2021-11-18 04:30:26 UTC</pubDate>
         <guid>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1898664861</guid>
      </item>
      <item>
         <title>How to break encryption?</title>
         <author>bhsi4982</author>
         <link>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1898678586</link>
         <description><![CDATA[<div><br>For any cipher, the most basic method of attack is brute force -- trying each key until the right one is found. The length of the key determines the number of possible keys, hence the feasibility of this type of attack. Encryption strength is directly tied to key size, but as the key size increases, so too do the resources required to perform the computation.<br><br></div><div><br>Alternative methods of breaking encryptions include side-channel attacks, which don't attack the actual cipher but the physical side effects of its implementation. An error in system design or execution can enable such attacks to succeed.<br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1451564777/3719f9098c0246c0a6dc4d6ed3c14a01/pgp_encryption_hero.png" />
         <pubDate>2021-11-18 04:40:29 UTC</pubDate>
         <guid>https://padlet.com/bhsi4982/daemdpclujd69plm/wish/1898678586</guid>
      </item>
   </channel>
</rss>
