SlideShare ist ein Scribd-Unternehmen logo
1 von 22
Cryptography
                              By
Nastypradeep@gmail.com
                          Pradeep…
Nastypradeep@gmail.com
₰     The art of protecting information by transforming it
    (encrypting it) into an unreadable format, called cipher text.
    Only those who possess a secret key can decipher (or decrypt)
    the message into plain text.

    ₰      Cryptanalysis is the study of how to crack encryption
    algorithms or their implementations.


Nastypradeep@gmail.com
Nastypradeep@gmail.com
Why do we need Cryptography
       Security often require that data be kept safe from
unauthorized access. This problem can be broken down into five
requirements that must be addressed:

※ Confidentiality: assuring that private data remains private.
※ Authentication: assuring the identity of all parties attempting
access.
※ Authorization: assuring that a certain party attempting to
perform a function has the permissions to do so.
※ Data Integrity: assuring that an object is not altered illegally.
※ Non-Repudiation: assuring against a party denying a data or a
communication that was initiated by them.
Nastypradeep@gmail.com
Basic Concept of Cryptography




Nastypradeep@gmail.com
Major Categories
Classic cryptography
        Classic cryptography details cryptography styles used in the
olden age. It includes simple methods which was used superiorly during
war times etc. this was before the invention of computers.

modern cryptography
       The development of digital computers and electronics after
WWII made possible much more complex ciphers. Furthermore,
computers allowed for the encryption of any kind of data representable
in any binary format, unlike classical ciphers which only encrypted
written language texts; this was new and significant. This was the
beginning of computer age.

Nastypradeep@gmail.com
Classic Cryptography




 (Crypting techniques of olden age)
Nastypradeep@gmail.com
The main classical cipher types are


    Transposition ciphers



                         Substitution ciphers

Nastypradeep@gmail.com
Transposition ciphers

      Transposition ciphers are rearranging the
       order of letters in a message .

      • e.g.,
            hello world' becomes 'ehlol owrdl' in a
        trivially simple rearrangement scheme

Nastypradeep@gmail.com
Substitution ciphers
       Substitution ciphers, which systematically replace
       letters or groups of letters with other letters or
       groups.

      e.g.,
               ‘Fly at once' becomes 'gmz bu podf' by replacing
           each letter with the one following it in the Latin
           alphabet.

Nastypradeep@gmail.com
Nastypradeep@gmail.com
The development of digital computers
                                    and electronics after WWII made possible much
                                    more complex ciphers. Furthermore, computers
                                    allowed for the encryption of any kind of data
                                    representable in any binary format, unlike classical
                                    ciphers which only encrypted written language
                                    texts; this was new and significant.




           Computer use has thus supplanted linguistic
cryptography, both for cipher design and
cryptanalysis. Many computer ciphers can be
characterized by their operation
on binary bit sequences (sometimes in groups or
blocks), unlike classical and mechanical schemes,
which generally manipulate traditional characters
(i.e., letters and digits) directly.

Nastypradeep@gmail.com
The main Modern cipher types are


    Symmetric-key cryptography




                         Public-key cryptography
Nastypradeep@gmail.com
Symmetric-key cryptography
 ₰ Symmetric-key cryptography refers to encryption methods in
   which both the sender and receiver share the same key.




 ₰ Symmetric-key cryptosystems use the same key for
   encryption and decryption of a message, though a message
   or group of messages may have a different key than others.
   A significant disadvantage of symmetric ciphers is the key
   management necessary to use them securely.
Nastypradeep@gmail.com
Public-key cryptography
     Whitfield Diffie and Martin Hellman proposed the notion
     of public-key (also, more generally, called asymmetric key)
     cryptography in which two different but mathematically related
     keys are used—a public key and a private key.




    A public key system is so constructed that calculation of one key
     (the 'private key') is computationally infeasible from the other
     (the 'public key'), even though they are necessarily related.
     Instead, both keys are generated secretly, as an interrelated pair.
Nastypradeep@gmail.com
Cryptanalysis

Nastypradeep@gmail.com
Cryptanalysis
     Definition
                    Cryptanalysis is the study of methods
          for obtaining the meaning of encrypted
          information, without access to
          the secret information that is normally required
          to do so. Typically, this involves knowing how
          the system works and finding a secret key. In
          non-technical language, this is the practice
          of codebreaking or cracking the code,
Nastypradeep@gmail.com
As the cryptography plays an important role
in today’s computer security. The cryptography
algorithms are highly confidential. And so We
cannot discuss the latest encrypting and
decrypting techniques used my mail servers, social
networks and etc..

     Though we have several hackers and other
forces were seriously trying to encrypt and decrypt
the network servers.
Nastypradeep@gmail.com
Nastypradeep@gmail.com
Applications
       Used for security issues.
       Used by social networks to provide security
       Used to pass messages secretly
       Used during war times
       Even we can try to pass messages without other’s
       knowledge about the message



Nastypradeep@gmail.com
Nastypradeep@gmail.com

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Cryptography
CryptographyCryptography
Cryptography
 
Cryptography
Cryptography Cryptography
Cryptography
 
Applied Cryptography
Applied CryptographyApplied Cryptography
Applied Cryptography
 
Cryptography Presentation
Cryptography PresentationCryptography Presentation
Cryptography Presentation
 
Security Systems for Digital Data - Paper
Security Systems for Digital Data - PaperSecurity Systems for Digital Data - Paper
Security Systems for Digital Data - Paper
 
Cryptography
CryptographyCryptography
Cryptography
 
Security Systems for Digital Data
Security Systems for Digital DataSecurity Systems for Digital Data
Security Systems for Digital Data
 
Cryptography
CryptographyCryptography
Cryptography
 
Crytography
CrytographyCrytography
Crytography
 
Cryptography cse,ru
Cryptography cse,ruCryptography cse,ru
Cryptography cse,ru
 
Fundamentals of cryptography
Fundamentals of cryptographyFundamentals of cryptography
Fundamentals of cryptography
 
Cryptography - A Brief History
Cryptography - A Brief HistoryCryptography - A Brief History
Cryptography - A Brief History
 
Cryptography
CryptographyCryptography
Cryptography
 
Analysis of Cryptography Techniques
Analysis of Cryptography TechniquesAnalysis of Cryptography Techniques
Analysis of Cryptography Techniques
 
Cryptographic Algorithms For Secure Data Communication
Cryptographic Algorithms For Secure Data CommunicationCryptographic Algorithms For Secure Data Communication
Cryptographic Algorithms For Secure Data Communication
 
Cryptography
CryptographyCryptography
Cryptography
 
Rothke Info Security Canada 2007 Final
Rothke   Info Security Canada 2007 FinalRothke   Info Security Canada 2007 Final
Rothke Info Security Canada 2007 Final
 
Crytography
CrytographyCrytography
Crytography
 
Cryptography
CryptographyCryptography
Cryptography
 
Cryptography - An Overview
Cryptography - An OverviewCryptography - An Overview
Cryptography - An Overview
 

Andere mochten auch

Andere mochten auch (18)

RSA шифрлэх арга (encryption)
RSA шифрлэх арга (encryption)RSA шифрлэх арга (encryption)
RSA шифрлэх арга (encryption)
 
RSA криптосистем
RSA криптосистемRSA криптосистем
RSA криптосистем
 
Криптологийн тухай ойлголт - Cryptology
Криптологийн тухай ойлголт - CryptologyКриптологийн тухай ойлголт - Cryptology
Криптологийн тухай ойлголт - Cryptology
 
Lab6 db
Lab6 dbLab6 db
Lab6 db
 
Computer olimpiad
Computer olimpiadComputer olimpiad
Computer olimpiad
 
It101 lab11 use case
It101 lab11 use caseIt101 lab11 use case
It101 lab11 use case
 
Erdenm shinjilgeenii hural
Erdenm shinjilgeenii huralErdenm shinjilgeenii hural
Erdenm shinjilgeenii hural
 
Bie daalt 2 sedev
Bie daalt 2 sedevBie daalt 2 sedev
Bie daalt 2 sedev
 
U.IT101 Lab1
U.IT101 Lab1U.IT101 Lab1
U.IT101 Lab1
 
Bie daaltiin ajil 2
Bie daaltiin ajil 2Bie daaltiin ajil 2
Bie daaltiin ajil 2
 
Lab7
Lab7Lab7
Lab7
 
It101 lab 5
It101 lab 5It101 lab 5
It101 lab 5
 
Laboratory 2
Laboratory 2Laboratory 2
Laboratory 2
 
U.IT101 Lab8
U.IT101 Lab8U.IT101 Lab8
U.IT101 Lab8
 
лабораторийн ажил 1 дөлгөөн тайвнаа
лабораторийн ажил 1 дөлгөөн тайвнаалабораторийн ажил 1 дөлгөөн тайвнаа
лабораторийн ажил 1 дөлгөөн тайвнаа
 
U.IT101 Lab3
U.IT101 Lab3U.IT101 Lab3
U.IT101 Lab3
 
Laboratory 9
Laboratory 9Laboratory 9
Laboratory 9
 
Laboratory 10
Laboratory 10Laboratory 10
Laboratory 10
 

Ähnlich wie Cryptography

PresentationonCRYPTOGRAPHYppt.ppt
PresentationonCRYPTOGRAPHYppt.pptPresentationonCRYPTOGRAPHYppt.ppt
PresentationonCRYPTOGRAPHYppt.ppt
vinitajain703
 
How encryption works
How encryption worksHow encryption works
How encryption works
Mariko Saitoh
 
CSE CRYPTOGRAPHY ppt - Copy.pptx
CSE CRYPTOGRAPHY ppt - Copy.pptxCSE CRYPTOGRAPHY ppt - Copy.pptx
CSE CRYPTOGRAPHY ppt - Copy.pptx
KuntalSasmal1
 
Cryptography Lecture by Sam Bowne
Cryptography Lecture by Sam BowneCryptography Lecture by Sam Bowne
Cryptography Lecture by Sam Bowne
SecurityTube.Net
 
Cryptography
CryptographyCryptography
Cryptography
LaibaRehman3
 

Ähnlich wie Cryptography (20)

CRYPTOGRAPHY-PAYAL CHOPRA.ppt
CRYPTOGRAPHY-PAYAL CHOPRA.pptCRYPTOGRAPHY-PAYAL CHOPRA.ppt
CRYPTOGRAPHY-PAYAL CHOPRA.ppt
 
Evolution of Cryptography and Cryptographic techniques
Evolution of Cryptography and Cryptographic techniquesEvolution of Cryptography and Cryptographic techniques
Evolution of Cryptography and Cryptographic techniques
 
Cryptography by Durlab Kumbhakar
Cryptography by Durlab KumbhakarCryptography by Durlab Kumbhakar
Cryptography by Durlab Kumbhakar
 
Cryptography ppt
Cryptography pptCryptography ppt
Cryptography ppt
 
Cryptography : The Art of Secured Messaging
Cryptography : The Art of Secured MessagingCryptography : The Art of Secured Messaging
Cryptography : The Art of Secured Messaging
 
PresentationonCRYPTOGRAPHYppt.ppt
PresentationonCRYPTOGRAPHYppt.pptPresentationonCRYPTOGRAPHYppt.ppt
PresentationonCRYPTOGRAPHYppt.ppt
 
PresentationonCRYPTOGRAPHYppt.ppt
PresentationonCRYPTOGRAPHYppt.pptPresentationonCRYPTOGRAPHYppt.ppt
PresentationonCRYPTOGRAPHYppt.ppt
 
Presentationon ON THE TOPIC CRYPTOGRAPHY
Presentationon ON THE TOPIC CRYPTOGRAPHYPresentationon ON THE TOPIC CRYPTOGRAPHY
Presentationon ON THE TOPIC CRYPTOGRAPHY
 
How encryption works
How encryption worksHow encryption works
How encryption works
 
CSE CRYPTOGRAPHY ppt - Copy.pptx
CSE CRYPTOGRAPHY ppt - Copy.pptxCSE CRYPTOGRAPHY ppt - Copy.pptx
CSE CRYPTOGRAPHY ppt - Copy.pptx
 
PresentationonCRYPTOGRAPHYppt.ppt - Read-Only - Compatibility Mode.ppt
PresentationonCRYPTOGRAPHYppt.ppt  -  Read-Only  -  Compatibility Mode.pptPresentationonCRYPTOGRAPHYppt.ppt  -  Read-Only  -  Compatibility Mode.ppt
PresentationonCRYPTOGRAPHYppt.ppt - Read-Only - Compatibility Mode.ppt
 
Cryptography, a science of secure writing
Cryptography, a science of secure writingCryptography, a science of secure writing
Cryptography, a science of secure writing
 
Making Sense Of Cryptography
Making Sense Of CryptographyMaking Sense Of Cryptography
Making Sense Of Cryptography
 
Ch12 Cryptography it-slideshares.blogspot.com
Ch12 Cryptography it-slideshares.blogspot.comCh12 Cryptography it-slideshares.blogspot.com
Ch12 Cryptography it-slideshares.blogspot.com
 
Cryptography Lecture by Sam Bowne
Cryptography Lecture by Sam BowneCryptography Lecture by Sam Bowne
Cryptography Lecture by Sam Bowne
 
Cryptography
CryptographyCryptography
Cryptography
 
CRYPTOGRAPHY AND NETWORK SECURITY
CRYPTOGRAPHY AND NETWORK SECURITYCRYPTOGRAPHY AND NETWORK SECURITY
CRYPTOGRAPHY AND NETWORK SECURITY
 
Introduction to Cryptography
Introduction to CryptographyIntroduction to Cryptography
Introduction to Cryptography
 
Data encryption
Data encryptionData encryption
Data encryption
 
Cryptography
CryptographyCryptography
Cryptography
 

Kürzlich hochgeladen

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Kürzlich hochgeladen (20)

"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 

Cryptography

  • 1. Cryptography By Nastypradeep@gmail.com Pradeep…
  • 3. The art of protecting information by transforming it (encrypting it) into an unreadable format, called cipher text. Only those who possess a secret key can decipher (or decrypt) the message into plain text. ₰ Cryptanalysis is the study of how to crack encryption algorithms or their implementations. Nastypradeep@gmail.com
  • 5. Why do we need Cryptography Security often require that data be kept safe from unauthorized access. This problem can be broken down into five requirements that must be addressed: ※ Confidentiality: assuring that private data remains private. ※ Authentication: assuring the identity of all parties attempting access. ※ Authorization: assuring that a certain party attempting to perform a function has the permissions to do so. ※ Data Integrity: assuring that an object is not altered illegally. ※ Non-Repudiation: assuring against a party denying a data or a communication that was initiated by them. Nastypradeep@gmail.com
  • 6. Basic Concept of Cryptography Nastypradeep@gmail.com
  • 7. Major Categories Classic cryptography Classic cryptography details cryptography styles used in the olden age. It includes simple methods which was used superiorly during war times etc. this was before the invention of computers. modern cryptography The development of digital computers and electronics after WWII made possible much more complex ciphers. Furthermore, computers allowed for the encryption of any kind of data representable in any binary format, unlike classical ciphers which only encrypted written language texts; this was new and significant. This was the beginning of computer age. Nastypradeep@gmail.com
  • 8. Classic Cryptography (Crypting techniques of olden age) Nastypradeep@gmail.com
  • 9. The main classical cipher types are Transposition ciphers Substitution ciphers Nastypradeep@gmail.com
  • 10. Transposition ciphers Transposition ciphers are rearranging the order of letters in a message . • e.g., hello world' becomes 'ehlol owrdl' in a trivially simple rearrangement scheme Nastypradeep@gmail.com
  • 11. Substitution ciphers  Substitution ciphers, which systematically replace letters or groups of letters with other letters or groups. e.g., ‘Fly at once' becomes 'gmz bu podf' by replacing each letter with the one following it in the Latin alphabet. Nastypradeep@gmail.com
  • 13. The development of digital computers and electronics after WWII made possible much more complex ciphers. Furthermore, computers allowed for the encryption of any kind of data representable in any binary format, unlike classical ciphers which only encrypted written language texts; this was new and significant. Computer use has thus supplanted linguistic cryptography, both for cipher design and cryptanalysis. Many computer ciphers can be characterized by their operation on binary bit sequences (sometimes in groups or blocks), unlike classical and mechanical schemes, which generally manipulate traditional characters (i.e., letters and digits) directly. Nastypradeep@gmail.com
  • 14. The main Modern cipher types are Symmetric-key cryptography Public-key cryptography Nastypradeep@gmail.com
  • 15. Symmetric-key cryptography ₰ Symmetric-key cryptography refers to encryption methods in which both the sender and receiver share the same key. ₰ Symmetric-key cryptosystems use the same key for encryption and decryption of a message, though a message or group of messages may have a different key than others. A significant disadvantage of symmetric ciphers is the key management necessary to use them securely. Nastypradeep@gmail.com
  • 16. Public-key cryptography  Whitfield Diffie and Martin Hellman proposed the notion of public-key (also, more generally, called asymmetric key) cryptography in which two different but mathematically related keys are used—a public key and a private key. A public key system is so constructed that calculation of one key (the 'private key') is computationally infeasible from the other (the 'public key'), even though they are necessarily related. Instead, both keys are generated secretly, as an interrelated pair. Nastypradeep@gmail.com
  • 18. Cryptanalysis Definition Cryptanalysis is the study of methods for obtaining the meaning of encrypted information, without access to the secret information that is normally required to do so. Typically, this involves knowing how the system works and finding a secret key. In non-technical language, this is the practice of codebreaking or cracking the code, Nastypradeep@gmail.com
  • 19. As the cryptography plays an important role in today’s computer security. The cryptography algorithms are highly confidential. And so We cannot discuss the latest encrypting and decrypting techniques used my mail servers, social networks and etc.. Though we have several hackers and other forces were seriously trying to encrypt and decrypt the network servers. Nastypradeep@gmail.com
  • 21. Applications  Used for security issues.  Used by social networks to provide security  Used to pass messages secretly  Used during war times  Even we can try to pass messages without other’s knowledge about the message Nastypradeep@gmail.com