Presentation is loading. Please wait.

Presentation is loading. Please wait.

Chapter 20: Network Security Business Data Communications, 4e.

Similar presentations


Presentation on theme: "Chapter 20: Network Security Business Data Communications, 4e."— Presentation transcript:

1 Chapter 20: Network Security Business Data Communications, 4e

2 2 Security Threats Passive attacks Eavesdropping on, or monitoring, transmissions Electronic mail, file transfers, and client/server exchanges are examples of transmissions that can be monitored Active attacks Modification of transmitted data Attempts to gain unauthorized access to computer systems

3 3 資訊安全之重點 機密性 (Confidentiality) 真實性 (Authentication) 完整性 (Integrity) 不可否認性 (Non-repudiation) 存取控制 (Access control) 可用性 (Availability)

4 4 Encryption Methods The essential technology underlying virtually all automated network and computer security applications is cryptography Two fundamental approaches are in use: conventional encryption, also known as symmetric encryption public-key encryption, also known as asymmetric encryption

5 5 Conventional Encryption The only form of encryption prior to late 1970s Five components to the algorithm Plaintext: The original message or data Encryption algorithm: Performs various substitutions and transformations on the plaintext. Secret key: Input to the encryption algorithm. Substitutions and transformations performed depend on this key Ciphertext: Scrambled message produced as output. depends on the plaintext and the secret key Decryption algorithm: Encryption algorithm run in reverse. Uses ciphertext and the secret key to produce the original plaintext.

6 6 Conventional Encryption Operation

7 7 Conventional Encryption Requirements & Weaknesses Requirements A strong encryption algorithm Secure process for sender & receiver to obtain secret keys Methods of Attack Cryptanalysis Brute force

8 8 Data Encryption Standard (DES) Adopted in 1977, reaffirmed for 5 years in 1994, by NBS/NIST Plaintext is 64 bits (or blocks of 64 bits), key is 56 bits Plaintext goes through 16 iterations, each producing an intermediate value that is used in the next iteration. DES is now too easy to crack to be a useful encryption method

9 9 Triple DES - TDEA Alternative to DES, uses multiple encryption with DES and multiple keys With three distinct keys, TDEA has an effective key length of 168 bits, so is essentially immune to brute force attacks Principal drawback of TDEA is that the algorithm is relatively sluggish in software

10 10 Triple DES - TDEA

11 Key Size Matters! Centuries Decades Years Hours 40-bits 56-bits 168-bits * Triple-DES (recommended for commercial & corporate information) Information Lifetime 100’s 10K 1M 10M 100M Budget ($)

12 12 Average Time Required for Exhaustive Key Search

13 13 Public-Key Encryption Based on mathematical functions rather than on simple operations on bit patterns Asymmetric, involving the use of two separate keys Misconceptions about public key encryption it is more secure from cryptanalysis it is a general-purpose technique that has made conventional encryption obsolete

14 14 Public-Key Encryption Components Plaintext Encryption algorithm Public key Private key Ciphertext Decryption algorithm

15 15 Public-Key Encryption Operation

16 16 Public-Key Signature Operation

17 17 Characteristics of Public-Key Infeasible to determine the decryption key given knowledge of the cryptographic algorithm and the encryption key. Either of the two related keys can be used for encryption, with the other used for decryption. Slow, but provides tremendous flexibility to perform a number of security-related functions Most widely used algorithm is RSA

18 18 Symmetric Cipher (Conventional) Asymmetric (RSA/D-H) 40 Bits 274 Bits 56 Bits 384 Bits 64 Bits 512 Bits 80 Bits 1024 Bits 96 Bits 1536 Bits 112 Bits 2048 Bits 120 Bits 2560 Bits 128 Bits 3072 Bits 192 Bits 10240 Bits Performance 30~200 1 Key Length

19 19 Hybrid Encryption Technology: PGP (Pretty Good Privacy) Hybrid Encryption Technique First compresses the plaintext. Then creates a session key, which is a one-time-only secret key. Using the session key, apply a fast conventional encryption algorithm to encrypt the plaintext. The session key is then encrypted to the recipient ’ s public key. This public key-encrypted session key is transmitted along with the ciphertext to the recipient.

20 20 PGP Encryption

21 21 PGP Decryption The recipient uses its private key to recover the temporary session key Use the session key to decrypt the conventionally-encrypted ciphertext.

22 22 PGP Decryption

23 23 Location of Encryption Devices Link encryption Each vulnerable communications link is equipped on both ends with an encryption device. All traffic over all communications links is secured. Vulnerable at each switch End-to-end encryption the encryption process is carried out at the two end systems. Encrypted data are transmitted unaltered across the network to the destination, which shares a key with the source to decrypt the data Packet headers cannot be secured

24 24 Conventional Encryption Key Distribution Both parties must have the secret key Key is changed frequently Requires either manual delivery of keys, or a third-party encrypted channel Most effective method is a Key Distribution Center (e.g. Kerberos)

25 25 Secure Conventional Key Distribution Session Key

26 26 Public-Key Encryption Key Distribution Parties create a pair of keys; public key is broadly distributed, private key is not To reduce computational overhead, the following process is then used: 1. Prepare a message. 2. Encrypt that message using conventional encryption with a one-time conventional session key. 3. Encrypt the session key using public-key encryption with recipient ’ s public key. 4. Attach the encrypted session key to the message and send it. PGP

27 27 Digital Signatures Digital signatures enable the recipient of information to verify the authenticity of the information ’ s origin, and also verify that the information is intact. Public key digital signatures provide authentication authentication data integrity data integrity non-repudiation non-repudiation Technique: public key cryptography

28 28 Simple Digital Signatures Sender ’ s Private Key Sender ’ s Public Key

29 29 Digital Signature Process MD5 rfc1321

30 30 Public Key Certificates 1. A public key is generated by the user and submitted to Agency X for certification. 2. X determines by some procedure, such as a face-to-face meeting, that this is authentically the user ’ s public key. 3. X appends a timestamp to the public key, generates the hash code of the result, and encrypts that result with X ’ s private key forming the signature. 4. The signature is attached to the public key.

31 31 Web Vulnerabilities Unauthorized alteration of data at the Web site Unauthorized access to the underlying operating system at the Web server Eavesdropping on messages passed between a Web server and a Web browser Impersonation

32 32 Methods for Improving Web Security Securing the Web site itself install all operating system security patches install the Web server software with minimal system privileges use a more secure platform Securing the Web application

33 33 Web Application Security Secure HyperText Transfer Protocol (SHTTP) Secure Sockets Layer (SSL) Web server packages should incorporate both of these protocols

34 34 Virtual Private Networks (VPNs) The use of encryption and authentication in the lower protocol layers to provide a secure connection through an otherwise insecure network, typically the Internet. Generally cheaper than real private networks using private lines but rely on having the same encryption and authentication system at both ends. The encryption may be performed by firewall software or possibly by routers.

35 35 VPN (Virtual Private Network)

36 36 VPN 技術 穿隧技術 (Tunneling) IPSec (IP Security) PPTP (Point-to-Point Tunneling Protocol) L2TP (Layer 2 Tunneling Protocol) 加解密技術 (Encryption/Decryption) Private/Public/Hybrid Key Encryption 密鑰管理 (Key Management) SKIP (Simple Key Management for IP) IKE (ISAKMP/Oakley) 使用者與設備身份認證技術 (Authentication) Username/Password + Token Number X.509 Certificate by Certificate Authority (CA)

37 37 IPSec Can secure communications across a LAN, WANs, and/or the Internet Examples of use: Secure branch office connectivity over the Internet Secure remote access over the Internet Establishing extranet and intranet connectivity with partners Enhancing electronic commerce security

38 38 Benefits of IPSec When implemented in a firewall or router, provides strong security for all traffic crossing the perimeter IPSec in a firewall is resistant to bypass Runs below the transport layer (TCP, UDP) and so is transparent to applications Can be transparent to end users Can provide security for individual users if needed

39 39 IPSec Functions IPSec provides three main facilities authentication-only function referred to as Authentication Header (AH) combined authentication/encryption function called Encapsulating Security Payload (ESP) a key exchange function For VPNs, both authentication and encryption are generally desired

40 40 ESP Encryption & Authentication

41 41 IPSec Key Management Manual System administrator manually configures each system with its own keys and with the keys of other communicating systems Practical for small, relatively static environments Automated Enables the on-demand creation of keys for SAs and facilitates the use of keys in a large distributed system Most flexible but requires more effort to configure and requires more software


Download ppt "Chapter 20: Network Security Business Data Communications, 4e."

Similar presentations


Ads by Google