SlideShare a Scribd company logo
1 of 18
Secret Key
Cryptography
Prepared by :
Team @alljobs.co.in
© alljobs.co.in
© alljobs.co.in
Contents
© alljobs.co.in
Introduction
What is Secret Key
Cryptography ?
Examples of Secret
Key Cryptography.
Uses of Secret Key
Cryptography.
Difference
Between Private
Key and Public Key.
Secret Key
Cryptographic
Algorithms.
Advanced
Encryption
Standard (AES)
Triple Data
Encryption
Standard (3DES)
Rivest Cipher 4
(RC4)
Advantages of
Secret Key
Cryptography.
Disadvantages of
Secret Key
Cryptography.
Introduction
© alljobs.co.in
Secret key cryptography is effective for communication over insecure
channels as the piece of information or parameter used helps the information
to encrypt and decrypt messages.
There are two different keys used for asymmetric encryption in which one is a
public key, the other is a secret key.
A secret key may also be known as a private key.
What is Secret Key Cryptography ?
© alljobs.co.in
THE SECRET KEY CRYPTOGRAPHY IS USED TO ENCRYPT
THE PLAINTEXT MESSAGE USING A SERIES OF BITS
CALLED THE SECRET KEY.
IT OFTEN USES THE SAME KEY TO DECIPHER THE
CORRESPONDING CIPHERTEXT MESSAGE AND TO
RETRIEVE THE INITIAL PLAIN TEXT BECAUSE BOTH
ENCRYPTING AND DECRYPTING DATA IS ACHIEVED
WITH THE SAME KEY, A SECRET KEY IS OFTEN CALLED
AS A SYMMETRIC KEY.
THE SECRET KEY IN CRYPTOGRAPHY IS ALSO AN INPUT
FOR ENCRYPTION ALGORITHM AS THIS IS THE INITIAL
INTELLIGIBLE MESSAGE OR DATA THAT IS FED INTO
THE ALGORITHM AS INPUT.
What is Secret Key Cryptography ? ( cntd.)
© alljobs.co.in
The main is an algorithm value
independent from the plaintext.
Depending on the particular key
used the algorithm outputs a
different result. The algorithm
relies on the key to exact
substitution and transformation.
This is the scrambled message that
has been generated as production.
It depends on the plain text and on
the secret key.
Two different keys can generate
two different ciphertexts for a given
letter.
What is Secret Key Cryptography ? ( cntd.)
©
alljobs.co.in
The ciphertext is an almost random stream of data which as it stands.
Decryption algorithm is basically a reverse-run encryption algorithm.
It takes the ciphertext and the secret key, and it generates the original plain text. In this type of
cryptography, both the sender and the receiver must know the key, that it is in effect, the
password.
The main distribution, of course, is the greatest challenge with this method.
Example of Secret Key Cryptography
© alljobs.co.in
A very basic method for encrypting messages is to replace each letter of the message
with one that is several more places in the alphabet. The secret is the number of places.
For eg, the message “This is an example” can be encrypted using the key “1
position” in the encrypted message “Uijt jt bo fybnqmf”
Taking a letter that is 1 position above in the alphabet would end in the original
message again.
This device is not very stable. Just twenty-six keys are possible.
Example of Secret Key Cryptography ( cntd.)
© alljobs.co.in
One should only try all the keys and
see which one can result in a
readable message.
In addition, it is well known that
certain letters appear more often in
communications than others.
For example, the letter “e” is the
most used letter in the English
language.
Using this reality, simply count the
letter appears most frequently in
the encrypted message and
substitute it with the letter “e”.
Then we knows how many places
we needs to rotate to get from “e”
to the encrypted version of “e”.
Uses of Secret Key Cryptography
©
alljobs.co.in
With secret key encryption, both
Alice and Bob communicators use
the same key to encrypt and
decode texts.
Before any encrypted data may
be transmitted across the
network, both Alice and Bob must
have the key and agree on the
cryptographic protocol to be used
for encryption and decryption.
One of the big issues with secret
key cryptography is the logistical
dilemma of how to get the key
from one party to the other
without giving access to the
attacker.
If Alice and Bob protect their data
with secret-key cryptography, and
if Charlie has access to their key,
Charlie will understand any secret
messages that Alice and Bob
intercept.
Use of Secret Key Cryptography ( cntd.)
©
alljobs.co.in
Not only can Charlie decode
the messages of Alice and
Bob, but he can also believe
that he is Alice and send
encrypted data to Bob.
Bob is not going to realize
that the letter came from
Charlie, not Alice.
When the issue of secret key
dissemination is overcome,
secret key cryptography may
be a powerful method.
Algorithms provide excellent
protection and encrypt data
reasonably easily.
Use of Secret
Key
Cryptography (
cntd.)
• The bulk of confidential data transmitted during an SSL session is sent using
secret-key cryptography.
• Secret key cryptography is often called symmetric cryptography since the
same key is used to encrypt and decrypt data.
• Well-known hidden key cryptographic algorithms include Data Encryption
Standard (DES), triple-strong DES (3DES), Rivest Cipher 2 (RC2), and Rivest
Cipher 4 (RC4).
© alljobs.co.in
Difference between Private Key and Public Key
©
alljobs.co.in
Public Key Private Key
Theirs is no possibility of loss since one
the requirement is a public key
Once Lost , the file will become unusable
One Key is publicly available The Key is kept secret by two people
It is commonly used to secure web
sessions
It is commonly used to protect disk
drives and other data storage devices.
It is a form of asymmetrical encryption. It is a form of symmetrical encryption.
It is slower since two keys are required It is faster since only one key is needed
Secret Key
Algorithms
©
alljobs.co.in
ADVANCED ENCRYPTION
STANDARD (AES)
TRIPLE DATA ENCRYPTION
STANDARD (3DES)
RIVEST CIPHER 4 (RC4)
Advanced Encryption Standard (AES)
The AES Encryption algorithm (also known as the
Rijndael algorithm) is a symmetric block cipher
algorithm with a block/chunk size of 128 bits.
It converts these individual blocks using keys of
128, 192, and 256 bits.
Once it encrypts these blocks, it joins them
together to form the ciphertext
© alljobs.co.in
Triple Data Encryption Standard (3DES)
©
alljobs.co.in
3DES Encryption, also known as
Triple Data Encryption Standard
(DES), is a type of cryptography
where block cipher algorithms
are applied three times to each
data block.
The key size is increased in
Triple-DES to ensure additional
security through encryption
capabilities.
Each block contains 64 bits of
data
Rivest Cipher
4 (RC4)
©
alljobs.co.in
RC4 STANDS FOR RIVEST CIPHER 4. RC4 IS A STREAM CIPHER AND WAS
INVENTED BY RON RIVEST IN 1987.
SINCE RC4 IS A STREAM CIPHER, IT
ENCRYPTS THE STREAM OF DATA BYTE BY
BYTE.
OF ALL THE STREAM CIPHERS, RC4 IS THE
WIDELY USED STREAM CIPHER DUE TO ITS
SPEED OF OPERATIONS AND SIMPLICITY.
Advantages of
Secret Key
Cryptography
© alljobs.co.in
High rates of data throughput, with
hardware solutions up to hundreds
of megabytes per second .
Key length is relatively short.
Symmetric – Key ciphers can also
be combined to produce stronger
ciphers.
Disadvantages
of Secret Key
Cryptography
© alljobs.co.in
The Key must remain secret
at both ends.
Cryptographic practice leads
to frequent key change.
In large networks, many key
pairs have to be managed.

More Related Content

Similar to Secret-Key-Cryptography-ppt-by-alljobs.co_.in_.pptx

A Review on Various Most Common Symmetric Encryptions Algorithms
A Review on Various Most Common Symmetric Encryptions AlgorithmsA Review on Various Most Common Symmetric Encryptions Algorithms
A Review on Various Most Common Symmetric Encryptions Algorithmsijsrd.com
 
An Understanding And Perspectives of END TO END ENCRYPTION (4).pdf
An Understanding And Perspectives of END TO END ENCRYPTION (4).pdfAn Understanding And Perspectives of END TO END ENCRYPTION (4).pdf
An Understanding And Perspectives of END TO END ENCRYPTION (4).pdfKailasS9
 
Introduction To PKI Technology
Introduction To PKI TechnologyIntroduction To PKI Technology
Introduction To PKI TechnologySylvain Maret
 
A comparative study of symmetric key algorithm des, aes and blowfish for vide...
A comparative study of symmetric key algorithm des, aes and blowfish for vide...A comparative study of symmetric key algorithm des, aes and blowfish for vide...
A comparative study of symmetric key algorithm des, aes and blowfish for vide...pankaj kumari
 
DES- Data Encryption Standard
DES- Data Encryption StandardDES- Data Encryption Standard
DES- Data Encryption StandardIRJET Journal
 
Cryptography and security
Cryptography and securityCryptography and security
Cryptography and securityresearch30
 
Basic Cryptography.pdf
Basic Cryptography.pdfBasic Cryptography.pdf
Basic Cryptography.pdfSetiya Nugroho
 
Cryptography- "A Black Art"
Cryptography- "A Black Art"Cryptography- "A Black Art"
Cryptography- "A Black Art"Aditya Raina
 
A Survey on Cryptographic Techniques for Network Security.pdf
A Survey on Cryptographic Techniques for Network Security.pdfA Survey on Cryptographic Techniques for Network Security.pdf
A Survey on Cryptographic Techniques for Network Security.pdfYasmine Anino
 
Cryptography Lecture by Sam Bowne
Cryptography Lecture by Sam BowneCryptography Lecture by Sam Bowne
Cryptography Lecture by Sam BowneSecurityTube.Net
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Cryptography intro
Cryptography introCryptography intro
Cryptography introismaelhaider
 
Seminar on Encryption and Authenticity
Seminar on Encryption and AuthenticitySeminar on Encryption and Authenticity
Seminar on Encryption and AuthenticityHardik Manocha
 
Ch12 Cryptography it-slideshares.blogspot.com
Ch12 Cryptography it-slideshares.blogspot.comCh12 Cryptography it-slideshares.blogspot.com
Ch12 Cryptography it-slideshares.blogspot.comphanleson
 
IRJET- Comparative Analysis of Encryption Techniques
IRJET-  	  Comparative Analysis of Encryption TechniquesIRJET-  	  Comparative Analysis of Encryption Techniques
IRJET- Comparative Analysis of Encryption TechniquesIRJET Journal
 

Similar to Secret-Key-Cryptography-ppt-by-alljobs.co_.in_.pptx (20)

Encryption techniques
Encryption techniques Encryption techniques
Encryption techniques
 
A Review on Various Most Common Symmetric Encryptions Algorithms
A Review on Various Most Common Symmetric Encryptions AlgorithmsA Review on Various Most Common Symmetric Encryptions Algorithms
A Review on Various Most Common Symmetric Encryptions Algorithms
 
An Understanding And Perspectives of END TO END ENCRYPTION (4).pdf
An Understanding And Perspectives of END TO END ENCRYPTION (4).pdfAn Understanding And Perspectives of END TO END ENCRYPTION (4).pdf
An Understanding And Perspectives of END TO END ENCRYPTION (4).pdf
 
Introduction To PKI Technology
Introduction To PKI TechnologyIntroduction To PKI Technology
Introduction To PKI Technology
 
A comparative study of symmetric key algorithm des, aes and blowfish for vide...
A comparative study of symmetric key algorithm des, aes and blowfish for vide...A comparative study of symmetric key algorithm des, aes and blowfish for vide...
A comparative study of symmetric key algorithm des, aes and blowfish for vide...
 
DES- Data Encryption Standard
DES- Data Encryption StandardDES- Data Encryption Standard
DES- Data Encryption Standard
 
Cryptography and security
Cryptography and securityCryptography and security
Cryptography and security
 
Basic Cryptography.pdf
Basic Cryptography.pdfBasic Cryptography.pdf
Basic Cryptography.pdf
 
Cryptography- "A Black Art"
Cryptography- "A Black Art"Cryptography- "A Black Art"
Cryptography- "A Black Art"
 
Cryptography
CryptographyCryptography
Cryptography
 
A Survey on Cryptographic Techniques for Network Security.pdf
A Survey on Cryptographic Techniques for Network Security.pdfA Survey on Cryptographic Techniques for Network Security.pdf
A Survey on Cryptographic Techniques for Network Security.pdf
 
Cryptography Lecture by Sam Bowne
Cryptography Lecture by Sam BowneCryptography Lecture by Sam Bowne
Cryptography Lecture by Sam Bowne
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Cryptography intro
Cryptography introCryptography intro
Cryptography intro
 
Seminar on Encryption and Authenticity
Seminar on Encryption and AuthenticitySeminar on Encryption and Authenticity
Seminar on Encryption and Authenticity
 
Criptography
CriptographyCriptography
Criptography
 
Ch12 Cryptography it-slideshares.blogspot.com
Ch12 Cryptography it-slideshares.blogspot.comCh12 Cryptography it-slideshares.blogspot.com
Ch12 Cryptography it-slideshares.blogspot.com
 
Encryption
EncryptionEncryption
Encryption
 
IRJET- Comparative Analysis of Encryption Techniques
IRJET-  	  Comparative Analysis of Encryption TechniquesIRJET-  	  Comparative Analysis of Encryption Techniques
IRJET- Comparative Analysis of Encryption Techniques
 
IS-cryptograpy algorithms.pptx
IS-cryptograpy algorithms.pptxIS-cryptograpy algorithms.pptx
IS-cryptograpy algorithms.pptx
 

Recently uploaded

Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Personfurqan222004
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书zdzoqco
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Roomdivyansh0kumar0
 
Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Excelmac1
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Sonam Pathan
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Paul Calvano
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMartaLoveguard
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Lucknow
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITMgdsc13
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationLinaWolf1
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作ys8omjxb
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一Fs
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Roomdivyansh0kumar0
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一Fs
 

Recently uploaded (20)

Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Person
 
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
 
Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptx
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITM
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 Documentation
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
 
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
 

Secret-Key-Cryptography-ppt-by-alljobs.co_.in_.pptx

  • 1. Secret Key Cryptography Prepared by : Team @alljobs.co.in © alljobs.co.in © alljobs.co.in
  • 2. Contents © alljobs.co.in Introduction What is Secret Key Cryptography ? Examples of Secret Key Cryptography. Uses of Secret Key Cryptography. Difference Between Private Key and Public Key. Secret Key Cryptographic Algorithms. Advanced Encryption Standard (AES) Triple Data Encryption Standard (3DES) Rivest Cipher 4 (RC4) Advantages of Secret Key Cryptography. Disadvantages of Secret Key Cryptography.
  • 3. Introduction © alljobs.co.in Secret key cryptography is effective for communication over insecure channels as the piece of information or parameter used helps the information to encrypt and decrypt messages. There are two different keys used for asymmetric encryption in which one is a public key, the other is a secret key. A secret key may also be known as a private key.
  • 4. What is Secret Key Cryptography ? © alljobs.co.in THE SECRET KEY CRYPTOGRAPHY IS USED TO ENCRYPT THE PLAINTEXT MESSAGE USING A SERIES OF BITS CALLED THE SECRET KEY. IT OFTEN USES THE SAME KEY TO DECIPHER THE CORRESPONDING CIPHERTEXT MESSAGE AND TO RETRIEVE THE INITIAL PLAIN TEXT BECAUSE BOTH ENCRYPTING AND DECRYPTING DATA IS ACHIEVED WITH THE SAME KEY, A SECRET KEY IS OFTEN CALLED AS A SYMMETRIC KEY. THE SECRET KEY IN CRYPTOGRAPHY IS ALSO AN INPUT FOR ENCRYPTION ALGORITHM AS THIS IS THE INITIAL INTELLIGIBLE MESSAGE OR DATA THAT IS FED INTO THE ALGORITHM AS INPUT.
  • 5. What is Secret Key Cryptography ? ( cntd.) © alljobs.co.in The main is an algorithm value independent from the plaintext. Depending on the particular key used the algorithm outputs a different result. The algorithm relies on the key to exact substitution and transformation. This is the scrambled message that has been generated as production. It depends on the plain text and on the secret key. Two different keys can generate two different ciphertexts for a given letter.
  • 6. What is Secret Key Cryptography ? ( cntd.) © alljobs.co.in The ciphertext is an almost random stream of data which as it stands. Decryption algorithm is basically a reverse-run encryption algorithm. It takes the ciphertext and the secret key, and it generates the original plain text. In this type of cryptography, both the sender and the receiver must know the key, that it is in effect, the password. The main distribution, of course, is the greatest challenge with this method.
  • 7. Example of Secret Key Cryptography © alljobs.co.in A very basic method for encrypting messages is to replace each letter of the message with one that is several more places in the alphabet. The secret is the number of places. For eg, the message “This is an example” can be encrypted using the key “1 position” in the encrypted message “Uijt jt bo fybnqmf” Taking a letter that is 1 position above in the alphabet would end in the original message again. This device is not very stable. Just twenty-six keys are possible.
  • 8. Example of Secret Key Cryptography ( cntd.) © alljobs.co.in One should only try all the keys and see which one can result in a readable message. In addition, it is well known that certain letters appear more often in communications than others. For example, the letter “e” is the most used letter in the English language. Using this reality, simply count the letter appears most frequently in the encrypted message and substitute it with the letter “e”. Then we knows how many places we needs to rotate to get from “e” to the encrypted version of “e”.
  • 9. Uses of Secret Key Cryptography © alljobs.co.in With secret key encryption, both Alice and Bob communicators use the same key to encrypt and decode texts. Before any encrypted data may be transmitted across the network, both Alice and Bob must have the key and agree on the cryptographic protocol to be used for encryption and decryption. One of the big issues with secret key cryptography is the logistical dilemma of how to get the key from one party to the other without giving access to the attacker. If Alice and Bob protect their data with secret-key cryptography, and if Charlie has access to their key, Charlie will understand any secret messages that Alice and Bob intercept.
  • 10. Use of Secret Key Cryptography ( cntd.) © alljobs.co.in Not only can Charlie decode the messages of Alice and Bob, but he can also believe that he is Alice and send encrypted data to Bob. Bob is not going to realize that the letter came from Charlie, not Alice. When the issue of secret key dissemination is overcome, secret key cryptography may be a powerful method. Algorithms provide excellent protection and encrypt data reasonably easily.
  • 11. Use of Secret Key Cryptography ( cntd.) • The bulk of confidential data transmitted during an SSL session is sent using secret-key cryptography. • Secret key cryptography is often called symmetric cryptography since the same key is used to encrypt and decrypt data. • Well-known hidden key cryptographic algorithms include Data Encryption Standard (DES), triple-strong DES (3DES), Rivest Cipher 2 (RC2), and Rivest Cipher 4 (RC4). © alljobs.co.in
  • 12. Difference between Private Key and Public Key © alljobs.co.in Public Key Private Key Theirs is no possibility of loss since one the requirement is a public key Once Lost , the file will become unusable One Key is publicly available The Key is kept secret by two people It is commonly used to secure web sessions It is commonly used to protect disk drives and other data storage devices. It is a form of asymmetrical encryption. It is a form of symmetrical encryption. It is slower since two keys are required It is faster since only one key is needed
  • 13. Secret Key Algorithms © alljobs.co.in ADVANCED ENCRYPTION STANDARD (AES) TRIPLE DATA ENCRYPTION STANDARD (3DES) RIVEST CIPHER 4 (RC4)
  • 14. Advanced Encryption Standard (AES) The AES Encryption algorithm (also known as the Rijndael algorithm) is a symmetric block cipher algorithm with a block/chunk size of 128 bits. It converts these individual blocks using keys of 128, 192, and 256 bits. Once it encrypts these blocks, it joins them together to form the ciphertext © alljobs.co.in
  • 15. Triple Data Encryption Standard (3DES) © alljobs.co.in 3DES Encryption, also known as Triple Data Encryption Standard (DES), is a type of cryptography where block cipher algorithms are applied three times to each data block. The key size is increased in Triple-DES to ensure additional security through encryption capabilities. Each block contains 64 bits of data
  • 16. Rivest Cipher 4 (RC4) © alljobs.co.in RC4 STANDS FOR RIVEST CIPHER 4. RC4 IS A STREAM CIPHER AND WAS INVENTED BY RON RIVEST IN 1987. SINCE RC4 IS A STREAM CIPHER, IT ENCRYPTS THE STREAM OF DATA BYTE BY BYTE. OF ALL THE STREAM CIPHERS, RC4 IS THE WIDELY USED STREAM CIPHER DUE TO ITS SPEED OF OPERATIONS AND SIMPLICITY.
  • 17. Advantages of Secret Key Cryptography © alljobs.co.in High rates of data throughput, with hardware solutions up to hundreds of megabytes per second . Key length is relatively short. Symmetric – Key ciphers can also be combined to produce stronger ciphers.
  • 18. Disadvantages of Secret Key Cryptography © alljobs.co.in The Key must remain secret at both ends. Cryptographic practice leads to frequent key change. In large networks, many key pairs have to be managed.