SlideShare a Scribd company logo
Nadar Saraswathi College of arts
and science,Theni
DEPARTMENT OF CS & IT
NETWORK AND INTERNET SECURITY
Presented by
S.Vijayalakshmi – I Msc (IT)
Email security
INTRODUCTION
 email is one of the most widely used and regarded network service
 currently message content are not secure
may be inspected either in transit
or by suitably privileged user on destination system
EMAIL SECURITY REQUIREMENTS
 Confidentiality
 Authentication
 Integrity
 Non-repudiation
BASIC PHASE OF EMAIL
Basic Phase of Email
PRIVACY ENHANCED MAIL
PEM adopted by the Internet Architecture Board(LAB) to provide secure electronic
mail communication over the internet
Steps of PEM
canonical conversion
Digital signature
Encryption
Base 64 encoding
CANONICAL CONVERSIONS
PEM transforms each email message into an abstract canonical
representation. This means that regardless of the architecture and the
operating system of the sending and receiving computers, the email
message always travels in a uniform, independent format.
DIGITAL SIGNATURE
ENCRYPTION
BASE 64 ENCODING
PRETTY GOOD PRIVACY(PGP)
PGP provides a confidentiality and authentication service that can be
used for electronic mail and file storage application. A number of reasons
can be cited for this growth.
 availabel free worldwide.
 It is based on extremely secure algorithm.
 Wide range of applicability.
 Not developed by governmental organization.
OPERATIONAL DESCRIPTION
The actual operation of PGP, consists of five services: authentication,
confidentiality, compression, e-mail compatibility, and segmentation
AUTHENTICATION
1.Sender creates message
2.make SHA-1160-bit hash of message
3. attached RSA signed hash to message
4.receiver decrypts& recovers hash code
5.receiver verifies received message hash
CONFIDENTIALITY
1.Sender forms 128=bit random session key
2.encrypts message with session key
3.attaches session key encrypted with RSA
4.receiver decrypts& recovers session key
5.session key is used to decrypt message
CONFIDENTIALITY&AUTHENTICATION
 Can use both services on same message create signature & attach to message
encrypt both message & signature attach RSAEIG amal encrypted session key
COMPRESSION
 By default PGP compresses message after signing but before encrypting
-so can store uncompressed message& signature
-& because compression is non deterministic
 Uses ZIP compression algorithm
EMAIL COMPATIBILITY
 When using PGP will have binary data to send(encrypted message etc)
 However email was designed only for text
 Hence PGP must encode raw binary data into printable ASCII characters
 Uses radix-64 algorithm
-maps 3 bytes to 4 printable chars
-also appends a CRC
 PGP also segment messages if too big
PGP SESSION KEYS
 Need a session key for each message
-of varying sizes:56-bit DES,128-bit CAST or IDEA, 168-bit Triple –DES
 Generated using ANSI X12.17 mode
 Uses random inputs taken from previous uses and from keystroke timing of user
PGP PUBLIC & PRIVATE KEYS
 Since many public/private keys may be in use, need to identify which is actually
used to encrypt session key in a message.
-could send full public-key with every message
-but this is inefficient
 Rather use a key identifier based on key
-is least significant 64-bits of the key
-will very likely be unique
 Also use key ID in signature
PGP Message Format
PGP MESSAGE GENERATION
PGP MESSAGE RECEPTION
S/MIME(secure/Multipurpose Internet
Mail Extension)
 Security enhancement to MIME email
 -original Internet RFC822 email was text only
 -MIME provided support for varying content types and multi-part message
 -with encoding of binary data to textual form
 -S/MIME added security enhancement
 Have S/MIME support in many mail agents
 -eg MS outlook, Mozilla , Mac Mail etc
SIGNED MAIL
 1. The user writes the message as clear-text .
 2.The message digest is being calculated
(using SHA-1[2] or MD5[3])
 3.The message digest is being encrypted using the signer’s private key
(DSS[4] or RSA[5]).
SINGNED MAIL
ENCRYPTED MAIL
 1.The user writes the message as clear-text
 2.A random session key is being created(triple DES[6] or rc2[7])
 3.The message is being encrypted using the random session key.
 4. For every recipient ,the session key is being encrypted using the recipient’s
public key(DH[8] or RSA[5]).
Encrypted mail
S/MIME CRYPTOGRAPHIC ALGORITHMS
 Digital signature: DSS &RSA
 Hash functions: SHA-1 & MD5
 Session key encryption: EIG amal & RSA
 Message encryption: AES,Triple-DES, RC2/40 and other
 MAC:HMAC with SHA-1
S/MIME FUNCTION
 Enveloped data
-encrypted content and associated keys
 Signed data
-encoded message+ signed digest
 Clear –signed data
-clear text message+ encoded signed digest
 Signed &enveloped data
-nesting of signed& encrypted entities
Network security

More Related Content

What's hot

E-mail Security in Network Security NS5
E-mail Security in Network Security NS5E-mail Security in Network Security NS5
E-mail Security in Network Security NS5koolkampus
 
The Security layer
The Security layerThe Security layer
The Security layerSwetha S
 
Lecture 8 mail security
Lecture 8 mail securityLecture 8 mail security
Lecture 8 mail securityrajakhurram
 
Email Security Presentation
Email Security PresentationEmail Security Presentation
Email Security PresentationYosef Gamble
 
E-mail Security Protocol - 2 Pretty Good Privacy (PGP)
E-mail Security Protocol - 2 Pretty Good Privacy (PGP)E-mail Security Protocol - 2 Pretty Good Privacy (PGP)
E-mail Security Protocol - 2 Pretty Good Privacy (PGP)Vishal Kumar
 
Email security presentation
Email security presentationEmail security presentation
Email security presentationSubhradeepMaji
 
Pretty good privacy
Pretty good privacyPretty good privacy
Pretty good privacyPunnya Babu
 
Network Security Applications
Network Security ApplicationsNetwork Security Applications
Network Security ApplicationsHatem Mahmoud
 
Using PGP for securing the email
Using PGP for securing the emailUsing PGP for securing the email
Using PGP for securing the emailGianni Fiore
 
8 Authentication Security Protocols
8 Authentication Security Protocols8 Authentication Security Protocols
8 Authentication Security Protocolsguestfbf635
 
IP Security in Network Security NS6
IP Security in Network Security NS6IP Security in Network Security NS6
IP Security in Network Security NS6koolkampus
 
Pretty good privacy
Pretty good privacyPretty good privacy
Pretty good privacyPushkar Dutt
 

What's hot (19)

E-mail Security in Network Security NS5
E-mail Security in Network Security NS5E-mail Security in Network Security NS5
E-mail Security in Network Security NS5
 
The Security layer
The Security layerThe Security layer
The Security layer
 
CRYPTOGRAPHY AND NETWORK SECURITY- E-Mail Security
CRYPTOGRAPHY AND NETWORK SECURITY- E-Mail SecurityCRYPTOGRAPHY AND NETWORK SECURITY- E-Mail Security
CRYPTOGRAPHY AND NETWORK SECURITY- E-Mail Security
 
E mail security
E   mail securityE   mail security
E mail security
 
IP Security
IP SecurityIP Security
IP Security
 
Lecture 8 mail security
Lecture 8 mail securityLecture 8 mail security
Lecture 8 mail security
 
Email Security Presentation
Email Security PresentationEmail Security Presentation
Email Security Presentation
 
Email security
Email securityEmail security
Email security
 
E-mail Security Protocol - 2 Pretty Good Privacy (PGP)
E-mail Security Protocol - 2 Pretty Good Privacy (PGP)E-mail Security Protocol - 2 Pretty Good Privacy (PGP)
E-mail Security Protocol - 2 Pretty Good Privacy (PGP)
 
Email security presentation
Email security presentationEmail security presentation
Email security presentation
 
Pgp
PgpPgp
Pgp
 
Ch15
Ch15Ch15
Ch15
 
Pretty good privacy
Pretty good privacyPretty good privacy
Pretty good privacy
 
Network Security Applications
Network Security ApplicationsNetwork Security Applications
Network Security Applications
 
S/MIME
S/MIMES/MIME
S/MIME
 
Using PGP for securing the email
Using PGP for securing the emailUsing PGP for securing the email
Using PGP for securing the email
 
8 Authentication Security Protocols
8 Authentication Security Protocols8 Authentication Security Protocols
8 Authentication Security Protocols
 
IP Security in Network Security NS6
IP Security in Network Security NS6IP Security in Network Security NS6
IP Security in Network Security NS6
 
Pretty good privacy
Pretty good privacyPretty good privacy
Pretty good privacy
 

Similar to Network security

Similar to Network security (20)

module 4_7th sem_ Electronic Mail Security.pptx
module 4_7th sem_ Electronic Mail Security.pptxmodule 4_7th sem_ Electronic Mail Security.pptx
module 4_7th sem_ Electronic Mail Security.pptx
 
computer netwok security Pretty Good Privacy PGP.ppt
computer netwok security Pretty Good Privacy PGP.pptcomputer netwok security Pretty Good Privacy PGP.ppt
computer netwok security Pretty Good Privacy PGP.ppt
 
ch15 (1).ppt
ch15 (1).pptch15 (1).ppt
ch15 (1).ppt
 
ch15.ppt
ch15.pptch15.ppt
ch15.ppt
 
ch15.ppt
ch15.pptch15.ppt
ch15.ppt
 
ch15.ppt
ch15.pptch15.ppt
ch15.ppt
 
1682302951397_PGP.pdf
1682302951397_PGP.pdf1682302951397_PGP.pdf
1682302951397_PGP.pdf
 
PGP.ppt
PGP.pptPGP.ppt
PGP.ppt
 
S-MIMEemail-security.ppt
S-MIMEemail-security.pptS-MIMEemail-security.ppt
S-MIMEemail-security.ppt
 
M.FLORENCE DAYANA/electronic mail security.pdf
M.FLORENCE DAYANA/electronic mail security.pdfM.FLORENCE DAYANA/electronic mail security.pdf
M.FLORENCE DAYANA/electronic mail security.pdf
 
E-mail Security.ppt
E-mail Security.pptE-mail Security.ppt
E-mail Security.ppt
 
Pgp
PgpPgp
Pgp
 
Pgp
PgpPgp
Pgp
 
Network Security CS2
Network Security CS2Network Security CS2
Network Security CS2
 
Email security
Email securityEmail security
Email security
 
BAIT1103 Chapter 5
BAIT1103 Chapter 5BAIT1103 Chapter 5
BAIT1103 Chapter 5
 
Email sec11
Email sec11Email sec11
Email sec11
 
CS6004 CYBER FORENSICS
CS6004 CYBER FORENSICS CS6004 CYBER FORENSICS
CS6004 CYBER FORENSICS
 
R.Deviga II-M.Sc computer science
R.Deviga II-M.Sc computer scienceR.Deviga II-M.Sc computer science
R.Deviga II-M.Sc computer science
 
R.Deviga II-M.Sc computer science
R.Deviga II-M.Sc computer scienceR.Deviga II-M.Sc computer science
R.Deviga II-M.Sc computer science
 

More from SVijaylakshmi

client server computing.pptx
client server computing.pptxclient server computing.pptx
client server computing.pptxSVijaylakshmi
 
small industries.pptx
small industries.pptxsmall industries.pptx
small industries.pptxSVijaylakshmi
 
pseudo Color Image.pptx
pseudo Color Image.pptxpseudo Color Image.pptx
pseudo Color Image.pptxSVijaylakshmi
 
real Time data analysis.pptx
real Time data analysis.pptxreal Time data analysis.pptx
real Time data analysis.pptxSVijaylakshmi
 
Density based methods
Density based methodsDensity based methods
Density based methodsSVijaylakshmi
 
Reinforcement Learning
Reinforcement LearningReinforcement Learning
Reinforcement LearningSVijaylakshmi
 
Synchronization in distributed computing
Synchronization in distributed computingSynchronization in distributed computing
Synchronization in distributed computingSVijaylakshmi
 
Basic Traversal and Search Techniques
Basic Traversal and Search TechniquesBasic Traversal and Search Techniques
Basic Traversal and Search TechniquesSVijaylakshmi
 
Parallel language and compiler
Parallel language and compilerParallel language and compiler
Parallel language and compilerSVijaylakshmi
 
Basic Traversal and Search Techniques
Basic Traversal and Search TechniquesBasic Traversal and Search Techniques
Basic Traversal and Search TechniquesSVijaylakshmi
 

More from SVijaylakshmi (13)

client server computing.pptx
client server computing.pptxclient server computing.pptx
client server computing.pptx
 
small industries.pptx
small industries.pptxsmall industries.pptx
small industries.pptx
 
pseudo Color Image.pptx
pseudo Color Image.pptxpseudo Color Image.pptx
pseudo Color Image.pptx
 
hive.pptx
hive.pptxhive.pptx
hive.pptx
 
real Time data analysis.pptx
real Time data analysis.pptxreal Time data analysis.pptx
real Time data analysis.pptx
 
Density based methods
Density based methodsDensity based methods
Density based methods
 
Reinforcement Learning
Reinforcement LearningReinforcement Learning
Reinforcement Learning
 
Synchronization in distributed computing
Synchronization in distributed computingSynchronization in distributed computing
Synchronization in distributed computing
 
control structures
control structurescontrol structures
control structures
 
Swing components
Swing componentsSwing components
Swing components
 
Basic Traversal and Search Techniques
Basic Traversal and Search TechniquesBasic Traversal and Search Techniques
Basic Traversal and Search Techniques
 
Parallel language and compiler
Parallel language and compilerParallel language and compiler
Parallel language and compiler
 
Basic Traversal and Search Techniques
Basic Traversal and Search TechniquesBasic Traversal and Search Techniques
Basic Traversal and Search Techniques
 

Recently uploaded

The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxlaozhuseo02
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesSanjeev Rampal
 
ER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAEER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAEHimani415946
 
The AI Powered Organization-Intro to AI-LAN.pdf
The AI Powered Organization-Intro to AI-LAN.pdfThe AI Powered Organization-Intro to AI-LAN.pdf
The AI Powered Organization-Intro to AI-LAN.pdfSiskaFitrianingrum
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxGal Baras
 
一比一原版UTS毕业证悉尼科技大学毕业证成绩单如何办理
一比一原版UTS毕业证悉尼科技大学毕业证成绩单如何办理一比一原版UTS毕业证悉尼科技大学毕业证成绩单如何办理
一比一原版UTS毕业证悉尼科技大学毕业证成绩单如何办理aagad
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shoplaozhuseo02
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...JeyaPerumal1
 
Article writing on excessive use of internet.pptx
Article writing on excessive use of internet.pptxArticle writing on excessive use of internet.pptx
Article writing on excessive use of internet.pptxabhinandnam9997
 
The Use of AI in Indonesia Election 2024: A Case Study
The Use of AI in Indonesia Election 2024: A Case StudyThe Use of AI in Indonesia Election 2024: A Case Study
The Use of AI in Indonesia Election 2024: A Case StudyDamar Juniarto
 

Recently uploaded (12)

The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
 
The Best AI Powered Software - Intellivid AI Studio
The Best AI Powered Software - Intellivid AI StudioThe Best AI Powered Software - Intellivid AI Studio
The Best AI Powered Software - Intellivid AI Studio
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
 
ER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAEER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAE
 
The AI Powered Organization-Intro to AI-LAN.pdf
The AI Powered Organization-Intro to AI-LAN.pdfThe AI Powered Organization-Intro to AI-LAN.pdf
The AI Powered Organization-Intro to AI-LAN.pdf
 
Stay Ahead with 2024's Top Web Design Trends
Stay Ahead with 2024's Top Web Design TrendsStay Ahead with 2024's Top Web Design Trends
Stay Ahead with 2024's Top Web Design Trends
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
 
一比一原版UTS毕业证悉尼科技大学毕业证成绩单如何办理
一比一原版UTS毕业证悉尼科技大学毕业证成绩单如何办理一比一原版UTS毕业证悉尼科技大学毕业证成绩单如何办理
一比一原版UTS毕业证悉尼科技大学毕业证成绩单如何办理
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
Article writing on excessive use of internet.pptx
Article writing on excessive use of internet.pptxArticle writing on excessive use of internet.pptx
Article writing on excessive use of internet.pptx
 
The Use of AI in Indonesia Election 2024: A Case Study
The Use of AI in Indonesia Election 2024: A Case StudyThe Use of AI in Indonesia Election 2024: A Case Study
The Use of AI in Indonesia Election 2024: A Case Study
 

Network security

  • 1. Nadar Saraswathi College of arts and science,Theni DEPARTMENT OF CS & IT NETWORK AND INTERNET SECURITY Presented by S.Vijayalakshmi – I Msc (IT)
  • 3. INTRODUCTION  email is one of the most widely used and regarded network service  currently message content are not secure may be inspected either in transit or by suitably privileged user on destination system
  • 4. EMAIL SECURITY REQUIREMENTS  Confidentiality  Authentication  Integrity  Non-repudiation
  • 7. PRIVACY ENHANCED MAIL PEM adopted by the Internet Architecture Board(LAB) to provide secure electronic mail communication over the internet Steps of PEM canonical conversion Digital signature Encryption Base 64 encoding
  • 8. CANONICAL CONVERSIONS PEM transforms each email message into an abstract canonical representation. This means that regardless of the architecture and the operating system of the sending and receiving computers, the email message always travels in a uniform, independent format.
  • 12. PRETTY GOOD PRIVACY(PGP) PGP provides a confidentiality and authentication service that can be used for electronic mail and file storage application. A number of reasons can be cited for this growth.  availabel free worldwide.  It is based on extremely secure algorithm.  Wide range of applicability.  Not developed by governmental organization.
  • 13. OPERATIONAL DESCRIPTION The actual operation of PGP, consists of five services: authentication, confidentiality, compression, e-mail compatibility, and segmentation
  • 14. AUTHENTICATION 1.Sender creates message 2.make SHA-1160-bit hash of message 3. attached RSA signed hash to message 4.receiver decrypts& recovers hash code 5.receiver verifies received message hash
  • 15. CONFIDENTIALITY 1.Sender forms 128=bit random session key 2.encrypts message with session key 3.attaches session key encrypted with RSA 4.receiver decrypts& recovers session key 5.session key is used to decrypt message
  • 16. CONFIDENTIALITY&AUTHENTICATION  Can use both services on same message create signature & attach to message encrypt both message & signature attach RSAEIG amal encrypted session key
  • 17. COMPRESSION  By default PGP compresses message after signing but before encrypting -so can store uncompressed message& signature -& because compression is non deterministic  Uses ZIP compression algorithm
  • 18. EMAIL COMPATIBILITY  When using PGP will have binary data to send(encrypted message etc)  However email was designed only for text  Hence PGP must encode raw binary data into printable ASCII characters  Uses radix-64 algorithm -maps 3 bytes to 4 printable chars -also appends a CRC  PGP also segment messages if too big
  • 19. PGP SESSION KEYS  Need a session key for each message -of varying sizes:56-bit DES,128-bit CAST or IDEA, 168-bit Triple –DES  Generated using ANSI X12.17 mode  Uses random inputs taken from previous uses and from keystroke timing of user
  • 20. PGP PUBLIC & PRIVATE KEYS  Since many public/private keys may be in use, need to identify which is actually used to encrypt session key in a message. -could send full public-key with every message -but this is inefficient  Rather use a key identifier based on key -is least significant 64-bits of the key -will very likely be unique  Also use key ID in signature
  • 24. S/MIME(secure/Multipurpose Internet Mail Extension)  Security enhancement to MIME email  -original Internet RFC822 email was text only  -MIME provided support for varying content types and multi-part message  -with encoding of binary data to textual form  -S/MIME added security enhancement  Have S/MIME support in many mail agents  -eg MS outlook, Mozilla , Mac Mail etc
  • 25. SIGNED MAIL  1. The user writes the message as clear-text .  2.The message digest is being calculated (using SHA-1[2] or MD5[3])  3.The message digest is being encrypted using the signer’s private key (DSS[4] or RSA[5]).
  • 27. ENCRYPTED MAIL  1.The user writes the message as clear-text  2.A random session key is being created(triple DES[6] or rc2[7])  3.The message is being encrypted using the random session key.  4. For every recipient ,the session key is being encrypted using the recipient’s public key(DH[8] or RSA[5]).
  • 29. S/MIME CRYPTOGRAPHIC ALGORITHMS  Digital signature: DSS &RSA  Hash functions: SHA-1 & MD5  Session key encryption: EIG amal & RSA  Message encryption: AES,Triple-DES, RC2/40 and other  MAC:HMAC with SHA-1
  • 30. S/MIME FUNCTION  Enveloped data -encrypted content and associated keys  Signed data -encoded message+ signed digest  Clear –signed data -clear text message+ encoded signed digest  Signed &enveloped data -nesting of signed& encrypted entities