Support Simple Snippets by Donations -
Google Pay UPI ID - tanmaysakpal11@okicici
PayPal - paypal.me/tanmaysakpal11
--------------------------------------------------------------------------------------------- Understand the working of Symmetric Key Cryptography and Asymmetric Key Cryptography in detail with working and difference between the 2 types.
Symmetric Key Cryptography(Private Key Cryptography) -
1. In symmetric-key cryptography, the same key is used by the sender (for encryption) and the receiver(for decryption).
2. The key is shared.
3. The key is Secret and kept Private between the Sender & Receiver
4. For N users in a network the number of keys required is - N(N-1)/2
Asymmetric Key Cryptography(Public Key Cryptography)
1. In asymmetric-key cryptography, 2 different keys are used. 1 for Encryption & 1 for Decryption.
2. Every communicating party needs just a key pair.
3. One of the two keys is called as Public Key and the other is the Private Key.
4. Private key remains as a secret. Public key is for the general public.
5. Only the corresponding public private key pair and encrypt and decrypt messages and no other key can be used.
6. For N users in a network the number of keys required is - N*2.
Complete Network Security / Information Security Playlist - • Network Security - Basic Concepts Def...
Download my FREE Network Security Android App - https://play.google.com/store/apps/de...
Simple Snippets Official Website -
http://simplesnippets.tech/
Simple Snippets on Facebook -
/ simplesnippets
Simple Snippets on Instagram -
/ simplesnippets
Simple Snippets on Twitter -
/ simplesnippet
Simple Snippets Google Plus Page -
https://plus.google.com/+SimpleSnippets
Simple Snippets email ID -
[email protected]
For More Technology News, Latest Updates and Blog articles visit our Official Website - http://simplesnippets.tech/
#SymmetricKeyCryptography #AsymmetricKeyCryptography #NetworkSecurity #Cryptography