SlideShare a Scribd company logo
1 of 26
Data Encryption
Presented By:
Deepam Goyal
Department of Mechanical Engineering
UIET, Panjab University Chandigarh
Data Encryption
 Encryption Definition:
 The action of disguising information so that it can be recovered
easily by the persons who have the key, but is highly resistant to
recovery by persons who do not have the key.
 encryption is the process of transforming information (referred to
as plaintext) using an algorithm (called cipher) to make it
unreadable to anyone except those possessing special knowledge,
usually referred to as a key
Data Encryption
 The encryption key may be changed from time to time
to make an intruder’s task more difficult.
 Restoration of a ciphertext to cleartext is achieved by the
action of decryption using a decryption key.
Data Encryption
 A message is cleartext (plaintext) is encrypted
(disguised) through the use of an encryption key to
create a Ciphertext.
Data Encryption
 In symmetric (Single key):
 The encryption and decryption keys are the same.
 In asymmetric (two keys):
 The encryption and decryption keys are different.
Comparison of Symmetrical and
Asymmetrical Cryptography
Data Encryption
 Encryption Methods:
 Encryption is accomplished by scrambling the bits,
characters, words, or phrases in the original message.
Scrambling involves two activities:
 Transposition
 Substitution
Data Encryption
 Transposition:
 In which the order of the bits patterns, characters, words
or phrases is rearranged.
 The word “hello” can be written backwards as “OLLEH”.
 Substitution:
 In which new bit patterns, characters, words, or phrases
are substituted for the originals without changing their
order.
Data Encryption
 Data Encryption Standard (DES):
 Most widely used algorithm
 Pioneered by IBM
 It is symmetric cryptosystem
 Developed to protect sensitive, unclassified, US
government, Computer data.
 Used to provide authentication of electronic funds
transfer messages.
Why encrypt?
 Protect data even in the event of a security breach
 Safeguard patient information
 HIPAA compliance, and
TO AVOID
 Financial loss (large fines, lost patients & revenue)
 Legal ramifications (regulatory or civil prosecution)
 Damage to professional image (negative publicity & media
fallout)
Data Encryption
DES Algorithm:
 The algorithm accepts plaintext, P, and performs an
initial permutation, IP, on P producing P0, The block is
then broken into left and right halves, the Left (L0)
being the first 32 bits of P0 and the right (R0) being the
last 32 bits of P0.
 With L0 and R0, 16 rounds are performed until L16 and
R16 are generated.
 The inverse permutation, IP-1, is applied to L16R16 to
produce ciphertext C.
Data Encryption
 Public Key Cryptosystem
 It is an asymmetric cryptosystem.
 First announced in 1976.
 Offer a radically different approach to encryption.
 The idea depends on the use of a pair of keys that differ
in a complementary way.
 Several algorithms are proposed
 RSA algorithm is considered to be highly secure.
Data Encryption
 Public key encryption can achieved:
 Privacy
 Authentication
MEANING
 A digital signature is an electronic signature that can be
used to authenticate the identity of the sender of a message
or the signer of a document, and possibly to ensure that the
original content of the message or document that has been
sent is unchanged.
 Digital signatures are easily transportable, cannot be
imitated by someone else, and can be automatically time-
stamped. The ability to ensure that the original signed
message arrived means that the sender cannot easily
repudiate it later.
 A digital signature can be used with any kind of
message, whether it is encrypted or not, simply so
that the receiver can be sure of the sender's identity
and that the message arrived intact. A digital
certificate contains the digital signature of the
certificate-issuing authority so that anyone can verify
that the certificate is real.
HOW IT WORKS Original
message
Hash function
Sender’s
private key
Cipher
text(including
hash digest)
Sender’s
public key
Recipient’s
private key
Hash
receiver
Creating a Digital Signature
Hash
Function
Jrf843kjfgf*£$&Hdi
f*7oUsd*&@:<CH
DFHSD(**
Py75c%bn&*)9|fDe^b
DFaq#xzjFr@g5=&nm
dFg$5knvMd’rkvegMs”
This is a really long
message about Bill’s…
Asymmetric
Encryption
Message or File Digital Signature
128 bits Message Digest
Calculate a short
message digest from even
a long input using a one-
way message digest
function (hash)
Signatory’s
private key
private
Verifying a Digital Signature
Jrf843kjf
gf*£$&Hd
if*7oUsd
*&@:<CHD
FHSD(**
Py75c%bn&*)
9|fDe^bDFaq
#xzjFr@g5=
&nmdFg$5kn
vMd’rkvegMs”
Asymmetric
decryption
(e.g. RSA)
Everyone has
access to trusted
public key of the
signatory
Signatory’s
public key
Digital Signature
This is a
really long
message
about Bill’s…
Same hash function
(e.g. MD5, SHA…)
Original Message
Py75c%bn&*)
9|fDe^bDFaq
#xzjFr@g5=
&nmdFg$5kn
vMd’rkvegMs”
? == ?
Are They Same?
23
Certificate:
 body of data placed in a message to serve as
Proof of the sender’s authenticity.
 consists of encrypted information that associates
a public key with the true identity of an individual
 Includes the identification and electronic signature of
Certificate Authority (CA).
 Includes serial number and period of time when the
certificate is Valid
24
Certificate Authority :
 trusted organization that issues certificates for
both servers and clients.
create digital certificates that
securely bind the names of users to
their public keys.
Two types of CA:
* Commercial CA
* Self-certified private CA
Typ es of cer t ificat es
Root
CERT
eeeee
SERVER
CERT
CLIENT
CERT
OBJECT
SIGNING
CERT
OBJECT
CERT
THANKS
Email ID: bkdeepamgoyal@gmail.com

More Related Content

What's hot

What's hot (20)

Cryptography ppt
Cryptography pptCryptography ppt
Cryptography ppt
 
Data Encryption Standard (DES)
Data Encryption Standard (DES)Data Encryption Standard (DES)
Data Encryption Standard (DES)
 
public key infrastructure
public key infrastructurepublic key infrastructure
public key infrastructure
 
Network security cryptography ppt
Network security cryptography pptNetwork security cryptography ppt
Network security cryptography ppt
 
Encryption presentation final
Encryption presentation finalEncryption presentation final
Encryption presentation final
 
DES (Data Encryption Standard) pressentation
DES (Data Encryption Standard) pressentationDES (Data Encryption Standard) pressentation
DES (Data Encryption Standard) pressentation
 
Digital Signature
Digital SignatureDigital Signature
Digital Signature
 
Symmetric and asymmetric key
Symmetric and asymmetric keySymmetric and asymmetric key
Symmetric and asymmetric key
 
Encryption algorithms
Encryption algorithmsEncryption algorithms
Encryption algorithms
 
cryptography ppt free download
cryptography ppt free downloadcryptography ppt free download
cryptography ppt free download
 
Introduction to Cryptography
Introduction to CryptographyIntroduction to Cryptography
Introduction to Cryptography
 
Encryption And Decryption
Encryption And DecryptionEncryption And Decryption
Encryption And Decryption
 
Cryptographic algorithms
Cryptographic algorithmsCryptographic algorithms
Cryptographic algorithms
 
Digital signature
Digital signatureDigital signature
Digital signature
 
Email security
Email securityEmail security
Email security
 
Security Mechanisms
Security MechanismsSecurity Mechanisms
Security Mechanisms
 
Types of attacks
Types of attacksTypes of attacks
Types of attacks
 
Public key Infrastructure (PKI)
Public key Infrastructure (PKI)Public key Infrastructure (PKI)
Public key Infrastructure (PKI)
 
Key management
Key managementKey management
Key management
 
Intruders
IntrudersIntruders
Intruders
 

Similar to Data encryption

Encryption technology
Encryption technologyEncryption technology
Encryption technologyNeha Bhambu
 
Computer Security (Cryptography) Ch01
Computer Security (Cryptography) Ch01Computer Security (Cryptography) Ch01
Computer Security (Cryptography) Ch01Saif Kassim
 
Cryptography Methodologies
Cryptography MethodologiesCryptography Methodologies
Cryptography Methodologiesijtsrd
 
Computer System Security (UNIT IV) For AKTU Lucknow
Computer System Security (UNIT IV) For AKTU LucknowComputer System Security (UNIT IV) For AKTU Lucknow
Computer System Security (UNIT IV) For AKTU LucknowBrijesh Vishwakarma
 
Cryptography - An Overview
Cryptography - An OverviewCryptography - An Overview
Cryptography - An Overviewppd1961
 
Cryptographysecurity 1222867498937700-9
Cryptographysecurity 1222867498937700-9Cryptographysecurity 1222867498937700-9
Cryptographysecurity 1222867498937700-9muthulx
 
Cryptography & Network Security.pptx
Cryptography & Network Security.pptxCryptography & Network Security.pptx
Cryptography & Network Security.pptxsunil sharma
 
Introduction to Digital signatures
Introduction to Digital signaturesIntroduction to Digital signatures
Introduction to Digital signaturesRohit Bhat
 
Paper id 27201444
Paper id 27201444Paper id 27201444
Paper id 27201444IJRAT
 
Comparison of Various Encryption Algorithms and Techniques for improving secu...
Comparison of Various Encryption Algorithms and Techniques for improving secu...Comparison of Various Encryption Algorithms and Techniques for improving secu...
Comparison of Various Encryption Algorithms and Techniques for improving secu...IOSR Journals
 

Similar to Data encryption (20)

Elementry Cryptography
Elementry CryptographyElementry Cryptography
Elementry Cryptography
 
Fundamentals of cryptography
Fundamentals of cryptographyFundamentals of cryptography
Fundamentals of cryptography
 
Encryption technology
Encryption technologyEncryption technology
Encryption technology
 
Computer Security (Cryptography) Ch01
Computer Security (Cryptography) Ch01Computer Security (Cryptography) Ch01
Computer Security (Cryptography) Ch01
 
Cryptography Methodologies
Cryptography MethodologiesCryptography Methodologies
Cryptography Methodologies
 
Computer System Security (UNIT IV) For AKTU Lucknow
Computer System Security (UNIT IV) For AKTU LucknowComputer System Security (UNIT IV) For AKTU Lucknow
Computer System Security (UNIT IV) For AKTU Lucknow
 
Cryptography - An Overview
Cryptography - An OverviewCryptography - An Overview
Cryptography - An Overview
 
Cryptography
CryptographyCryptography
Cryptography
 
Cryptographysecurity 1222867498937700-9
Cryptographysecurity 1222867498937700-9Cryptographysecurity 1222867498937700-9
Cryptographysecurity 1222867498937700-9
 
Analysis of Cryptography Techniques
Analysis of Cryptography TechniquesAnalysis of Cryptography Techniques
Analysis of Cryptography Techniques
 
Cryptography & Network Security.pptx
Cryptography & Network Security.pptxCryptography & Network Security.pptx
Cryptography & Network Security.pptx
 
Data encryption
Data encryptionData encryption
Data encryption
 
Information Security
Information SecurityInformation Security
Information Security
 
Introduction to Digital signatures
Introduction to Digital signaturesIntroduction to Digital signatures
Introduction to Digital signatures
 
Paper id 27201444
Paper id 27201444Paper id 27201444
Paper id 27201444
 
Encryption in Cryptography
Encryption in CryptographyEncryption in Cryptography
Encryption in Cryptography
 
Cryptography
CryptographyCryptography
Cryptography
 
Cryptography
CryptographyCryptography
Cryptography
 
Comparison of Various Encryption Algorithms and Techniques for improving secu...
Comparison of Various Encryption Algorithms and Techniques for improving secu...Comparison of Various Encryption Algorithms and Techniques for improving secu...
Comparison of Various Encryption Algorithms and Techniques for improving secu...
 
L017136269
L017136269L017136269
L017136269
 

More from Deepam Goyal

Explosion welding : A Solid State Welding Process
Explosion welding : A Solid State Welding ProcessExplosion welding : A Solid State Welding Process
Explosion welding : A Solid State Welding ProcessDeepam Goyal
 
Industrial Internet
Industrial InternetIndustrial Internet
Industrial InternetDeepam Goyal
 
Experimental Determination of Tool-chip Interface Temperatures
Experimental Determination of Tool-chip Interface TemperaturesExperimental Determination of Tool-chip Interface Temperatures
Experimental Determination of Tool-chip Interface TemperaturesDeepam Goyal
 
Nickel & Its Alloys
Nickel & Its AlloysNickel & Its Alloys
Nickel & Its AlloysDeepam Goyal
 
Forecasting :- Introduction & its Applications
Forecasting :-  Introduction & its ApplicationsForecasting :-  Introduction & its Applications
Forecasting :- Introduction & its ApplicationsDeepam Goyal
 

More from Deepam Goyal (7)

Robotics
RoboticsRobotics
Robotics
 
Explosion welding : A Solid State Welding Process
Explosion welding : A Solid State Welding ProcessExplosion welding : A Solid State Welding Process
Explosion welding : A Solid State Welding Process
 
Industrial Internet
Industrial InternetIndustrial Internet
Industrial Internet
 
Experimental Determination of Tool-chip Interface Temperatures
Experimental Determination of Tool-chip Interface TemperaturesExperimental Determination of Tool-chip Interface Temperatures
Experimental Determination of Tool-chip Interface Temperatures
 
Extrusion
ExtrusionExtrusion
Extrusion
 
Nickel & Its Alloys
Nickel & Its AlloysNickel & Its Alloys
Nickel & Its Alloys
 
Forecasting :- Introduction & its Applications
Forecasting :-  Introduction & its ApplicationsForecasting :-  Introduction & its Applications
Forecasting :- Introduction & its Applications
 

Recently uploaded

Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Coursebim.edu.pl
 
Prach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism CommunityPrach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism Communityprachaibot
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxsiddharthjain2303
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfalene1
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Erbil Polytechnic University
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTSneha Padhiar
 
Cost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionCost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionSneha Padhiar
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...Erbil Polytechnic University
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdfHafizMudaserAhmad
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
signals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsignals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsapna80328
 
Engineering Drawing section of solid
Engineering Drawing     section of solidEngineering Drawing     section of solid
Engineering Drawing section of solidnamansinghjarodiya
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating SystemRashmi Bhat
 
Ch10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfCh10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfChristianCDAM
 
Levelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodLevelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodManicka Mamallan Andavar
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESkarthi keyan
 
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSHigh Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSsandhya757531
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 

Recently uploaded (20)

Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Course
 
Prach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism CommunityPrach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism Community
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptx
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
 
Cost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionCost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based question
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
signals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsignals in triangulation .. ...Surveying
signals in triangulation .. ...Surveying
 
Engineering Drawing section of solid
Engineering Drawing     section of solidEngineering Drawing     section of solid
Engineering Drawing section of solid
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating System
 
Ch10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfCh10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdf
 
Levelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodLevelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument method
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
 
Designing pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptxDesigning pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptx
 
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSHigh Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 

Data encryption

  • 1. Data Encryption Presented By: Deepam Goyal Department of Mechanical Engineering UIET, Panjab University Chandigarh
  • 2. Data Encryption  Encryption Definition:  The action of disguising information so that it can be recovered easily by the persons who have the key, but is highly resistant to recovery by persons who do not have the key.  encryption is the process of transforming information (referred to as plaintext) using an algorithm (called cipher) to make it unreadable to anyone except those possessing special knowledge, usually referred to as a key
  • 3. Data Encryption  The encryption key may be changed from time to time to make an intruder’s task more difficult.  Restoration of a ciphertext to cleartext is achieved by the action of decryption using a decryption key.
  • 4. Data Encryption  A message is cleartext (plaintext) is encrypted (disguised) through the use of an encryption key to create a Ciphertext.
  • 5. Data Encryption  In symmetric (Single key):  The encryption and decryption keys are the same.  In asymmetric (two keys):  The encryption and decryption keys are different.
  • 6. Comparison of Symmetrical and Asymmetrical Cryptography
  • 7. Data Encryption  Encryption Methods:  Encryption is accomplished by scrambling the bits, characters, words, or phrases in the original message. Scrambling involves two activities:  Transposition  Substitution
  • 8. Data Encryption  Transposition:  In which the order of the bits patterns, characters, words or phrases is rearranged.  The word “hello” can be written backwards as “OLLEH”.  Substitution:  In which new bit patterns, characters, words, or phrases are substituted for the originals without changing their order.
  • 9.
  • 10. Data Encryption  Data Encryption Standard (DES):  Most widely used algorithm  Pioneered by IBM  It is symmetric cryptosystem  Developed to protect sensitive, unclassified, US government, Computer data.  Used to provide authentication of electronic funds transfer messages.
  • 11.
  • 12.
  • 13. Why encrypt?  Protect data even in the event of a security breach  Safeguard patient information  HIPAA compliance, and TO AVOID  Financial loss (large fines, lost patients & revenue)  Legal ramifications (regulatory or civil prosecution)  Damage to professional image (negative publicity & media fallout)
  • 14. Data Encryption DES Algorithm:  The algorithm accepts plaintext, P, and performs an initial permutation, IP, on P producing P0, The block is then broken into left and right halves, the Left (L0) being the first 32 bits of P0 and the right (R0) being the last 32 bits of P0.  With L0 and R0, 16 rounds are performed until L16 and R16 are generated.  The inverse permutation, IP-1, is applied to L16R16 to produce ciphertext C.
  • 15. Data Encryption  Public Key Cryptosystem  It is an asymmetric cryptosystem.  First announced in 1976.  Offer a radically different approach to encryption.  The idea depends on the use of a pair of keys that differ in a complementary way.  Several algorithms are proposed  RSA algorithm is considered to be highly secure.
  • 16. Data Encryption  Public key encryption can achieved:  Privacy  Authentication
  • 17.
  • 18. MEANING  A digital signature is an electronic signature that can be used to authenticate the identity of the sender of a message or the signer of a document, and possibly to ensure that the original content of the message or document that has been sent is unchanged.  Digital signatures are easily transportable, cannot be imitated by someone else, and can be automatically time- stamped. The ability to ensure that the original signed message arrived means that the sender cannot easily repudiate it later.
  • 19.  A digital signature can be used with any kind of message, whether it is encrypted or not, simply so that the receiver can be sure of the sender's identity and that the message arrived intact. A digital certificate contains the digital signature of the certificate-issuing authority so that anyone can verify that the certificate is real.
  • 20. HOW IT WORKS Original message Hash function Sender’s private key Cipher text(including hash digest) Sender’s public key Recipient’s private key Hash receiver
  • 21. Creating a Digital Signature Hash Function Jrf843kjfgf*£$&Hdi f*7oUsd*&@:<CH DFHSD(** Py75c%bn&*)9|fDe^b DFaq#xzjFr@g5=&nm dFg$5knvMd’rkvegMs” This is a really long message about Bill’s… Asymmetric Encryption Message or File Digital Signature 128 bits Message Digest Calculate a short message digest from even a long input using a one- way message digest function (hash) Signatory’s private key private
  • 22. Verifying a Digital Signature Jrf843kjf gf*£$&Hd if*7oUsd *&@:<CHD FHSD(** Py75c%bn&*) 9|fDe^bDFaq #xzjFr@g5= &nmdFg$5kn vMd’rkvegMs” Asymmetric decryption (e.g. RSA) Everyone has access to trusted public key of the signatory Signatory’s public key Digital Signature This is a really long message about Bill’s… Same hash function (e.g. MD5, SHA…) Original Message Py75c%bn&*) 9|fDe^bDFaq #xzjFr@g5= &nmdFg$5kn vMd’rkvegMs” ? == ? Are They Same?
  • 23. 23 Certificate:  body of data placed in a message to serve as Proof of the sender’s authenticity.  consists of encrypted information that associates a public key with the true identity of an individual  Includes the identification and electronic signature of Certificate Authority (CA).  Includes serial number and period of time when the certificate is Valid
  • 24. 24 Certificate Authority :  trusted organization that issues certificates for both servers and clients. create digital certificates that securely bind the names of users to their public keys. Two types of CA: * Commercial CA * Self-certified private CA
  • 25. Typ es of cer t ificat es Root CERT eeeee SERVER CERT CLIENT CERT OBJECT SIGNING CERT OBJECT CERT