Cash-back offer from May 7th to 12th, 2024: Get a flat 10% cash-back credited to your account for a minimum transaction of $50.Post Your Questions Today!

Question DetailsNormal
$ 20.00

TEST BANK FOR Cryptography and Network Security 4th Edition By Williams Stallings

Question posted by
Online Tutor Profile
request

SOLUTIONS MANUAL
CRYPTOGRAPHY AND NETWORK SECURITY
PRINCIPLES AND PRACTICE
FOURTH EDITION
WILLIAM STALLINGS
-5-
TABLE OF CONTENTS
Chapter 1: Introduction ..................................................................................................5
Chapter 2: Classical Encryption Techniques ...............................................................7
Chapter 3: Block Ciphers and the Date Encryption Standard ................................13
Chapter 4: Finite Fields .................................................................................................21
Chapter 5: Advanced Encryption Standard ..............................................................28
Chapter 6: More on Symmetric Ciphers ....................................................................33
Chapter 7: Confidentiality Using Symmetric Encryption .......................................38
Chapter 8: Introduction to Number Theory ..............................................................42
Chapter 9: Public-Key Cryptography and RSA ........................................................46
Chapter 10: Key Management; Other Public-Key Cryptosystems ...........................55
Chapter 11: Message Authentication and Hash Functions .......................................59
Chapter 12: Hash and MAC Algorithms .....................................................................62
Chapter 13: Digital Signatures and Authentication Protocols ..................................66
Chapter 14: Authentication Applications ....................................................................71
Chapter 15: Electronic Mail Security ............................................................................73
Chapter 16: IP Security ...................................................................................................76
Chapter 17: Web Security ...............................................................................................80
Chapter 18: Intruders ......................................................................................................83
Chapter 19: Malicious Software ....................................................................................87
Chapter 20: Firewalls ......................................................................................................89
-6-
ANSWERS TO QUESTIONS
1.1 The OSI Security Architecture is a framework that provides a systematic way of defining the requirements for security and characterizing the approaches to satisfying those requirements. The document defines security attacks, mechanisms, and services, and the relationships among these categories.
1.2 Passive attacks have to do with eavesdropping on, or monitoring, transmissions. Electronic mail, file transfers, and client/server exchanges are examples of transmissions that can be monitored. Active attacks include the modification of transmitted data and attempts to gain unauthorized access to computer systems.
1.3 Passive attacks: release of message contents and traffic analysis. Active attacks: masquerade, replay, modification of messages, and denial of service.
1.4 Authentication: The assurance that the communicating entity is the one that it claims to be.
Access control: The prevention of unauthorized use of a resource (i.e., this service controls who can have access to a resource, under what conditions access can occur, and what those accessing the resource are allowed to do).
Data confidentiality: The protection of data from unauthorized disclosure.
Data integrity: The assurance that data received are exactly as sent by an authorized entity (i.e., contain no modification, insertion, deletion, or replay).
Nonrepudiation: Provides protection against denial by one of the entities involved in a communication of having participated in all or part of the communication.
Availability service: The property of a system or a system resource being accessible and usable upon demand by an authorized system entity, according to performance specifications for the system (i.e., a system is available if it provides services according to the system design whenever users request them).
1.5 See Table 1.3.
CHAPTER 1 INTRODUCTION
-7-
ANSWERS TO PROBLEMS
1.1
Release of message contents
Traffic analysis
Masquerade
Replay
Modification of messages
Denial of service
Peer entity authentication Y
Data origin authentication Y
Access control Y
Confidentiality Y
Traffic flow confidentiality Y
Data integrity Y Y
Non-repudiation Y
Availability Y
1.2
Release of message contents
Traffic analysis
Masquerade
Replay
Modification of messages
Denial of service
Encipherment Y
Digital signature Y Y Y
Access control Y Y Y Y Y
Data integrity Y Y
Authentication exchange Y Y Y Y
Traffic padding Y
Routing control Y Y Y
Notarization Y Y Y
-8-
ANSWERS TO QUESTIONS
2.1 Plaintext, encryption algorithm, secret key, ciphertext, decryption algorithm.
2.2 Permutation and substitution.
2.3 One key for symmetric ciphers, two keys for asymmetric ciphers.
2.4 A stream cipher is one that encrypts a digital data stream one bit or one byte at a time. A block cipher is one in which a block of plaintext is treated as a whole and used to produce a ciphertext block of equal length.
2.5 Cryptanalysis and brute force.
2.6 Ciphertext only. One possible attack under these circumstances is the brute-force approach of trying all possible keys. If the key space is very large, this becomes impractical. Thus, the opponent must rely on an analysis of the ciphertext itself, generally applying various statistical tests to it. Known plaintext. The analyst may be able to capture one or more plaintext messages as well as their encryptions. With this knowledge, the analyst may be able to deduce the key on the basis of the way in which the known plaintext is transformed. Chosen plaintext. If the analyst is able to choose the messages to encrypt, the analyst may deliberately pick patterns that can be expected to reveal the structure of the key.
2.7 An encryption scheme is unconditionally secure if the ciphertext generated by the scheme does not contain enough information to determine uniquely the corresponding plaintext, no matter how much ciphertext is available. An encryption scheme is said to be computationally secure if: (1) the cost of breaking the cipher exceeds the value of the encrypted information, and (2) the time required to break the cipher exceeds the useful lifetime of the information.
2.8 The Caesar cipher involves replacing each letter of the alphabet with the letter standing k places further down the alphabet, for k in the range 1 through 25.
2.9 A monoalphabetic substitution cipher maps a plaintext alphabet to a ciphertext alphabet, so that each letter of the plaintext alphabet maps to a single unique letter of the ciphertext alphabet.
CHAPTER 2 CLASSICAL ENCRYPTION TECHNIQUESR
-9-
2.10 The Playfair algorithm is based on the use of a 5  5 matrix of letters constructed using a keyword. Plaintext is encrypted two letters at a time using this matrix.
2.11 A polyalphabetic substitution cipher uses a separate monoalphabetic substitution cipher for each successive letter of plaintext, depending on a key.
2.12 1. There is the practical problem of making large quantities of random keys. Any heavily used system might require millions of random characters on a regular basis. Supplying truly random characters in this volume is a significant task.
2. Even more daunting is the problem of key distribution and protection. For every message to be sent, a key of equal length is needed by both sender and receiver. Thus, a mammoth key distribution problem exists.
2.13 A transposition cipher involves a permutation of the plaintext letters.
2.14 Steganography involves concealing the existence of a message.
ANSWERS TO PROBLEMS
2.1 a. No. A change in the value of b shifts the relationship between plaintext letters and ciphertext letters to the left or right uniformly, so that if the mapping is one-to-one it remains one-to-one.
b. 2, 4, 6, 8, 10, 12, 13, 14, 16, 18, 20, 22, 24. Any value of a larger than 25 is equivalent to a mod 26.
c. The values of a and 26 must have no common positive integer factor other than 1. This is equivalent to saying that a and 26 are relatively prime, or that the greatest common divisor of a and 26 is 1. To see this, first note that E(a, p) = E(a, q) (0 ≤ p ≤ q < 26) if and only if a(p – q) is divisible by 26. 1. Suppose that a and 26 are relatively prime. Then, a(p – q) is not divisible by 26, because there is no way to reduce the fraction a/26 and (p – q) is less than 26. 2. Suppose that a and 26 have a common factor k > 1. Then E(a, p) = E(a, q), if q = p + m/k ≠ p.
2.2 There are 12 allowable values of a (1, 3, 5, 7, 9, 11, 15, 17, 19, 21, 23, 25). There are 26 allowable values of b, from 0 through 25). Thus the total number of distinct affine Caesar ciphers is 12  26 = 312.
2.3 Assume that the most frequent plaintext letter is e and the second most frequent letter is t. Note that the numerical values are e = 4; B = 1; t = 19; U = 20. Then we have the following equations:
1 = (4a + b) mod 26
20 = (19a + b) mod 26
Thus, 19 = 15a mod 26. By trial and error, we solve: a = 3.
-10-
Then 1 = (12 + b) mod 26. By observation, b = 15.
2.4 A good glass in the Bishop's hostel in the Devil's seat—twenty-one degrees and thirteen minutes—northeast and by north—main branch seventh limb east side—shoot from the left eye of the death's head— a bee line from the tree through the shot fifty feet out. (from The Gold Bug, by Edgar Allan Poe)
2.5 a. The first letter t corresponds to A, the second letter h corresponds to B, e is C, s is D, and so on. Second and subsequent occurrences of a letter in the key sentence are ignored. The result
ciphertext: SIDKHKDM AF HCRKIABIE SHIMC KD LFEAILA
plaintext: basilisk to leviathan blake is contact
b. It is a monalphabetic cipher and so easily breakable.
c. The last sentence may not contain all the letters of the alphabet. If the first sentence is used, the second and subsequent sentences may also be used until all 26 letters are encountered.
2.6 The cipher refers to the words in the page of a book. The first entry, 534, refers to page 534. The second entry, C2, refers to column two. The remaining numbers are words in that column. The names DOUGLAS and BIRLSTONE are simply words that do not appear on that page. Elementary! (from The Valley of Fear, by Sir Arthur Conan Doyle)

Available Answer
$ 20.00

[Solved] TEST BANK FOR Cryptography and Network Security 4th Edition By Williams Stallings

  • This solution is not purchased yet.
  • Submitted On 10 Feb, 2022 12:53:08
Answer posted by
Online Tutor Profile
solution
SOLUTIONS MANUAL CRYPTOGRAPHY AND NETWORK SECURITY PRINCIPLES AND PRACTICE FOURTH EDITION WILLIAM STALLINGS -5- TABLE OF CONTENTS Chapter 1: Introduction ..................................................................................................5 Chapter 2: Classical Encryption Techniques ...............................................................7 Chapter 3: Block Ciphers and the Date Encryption Standard ................................13 Chapter 4: Finite Fields .................................................................................................21 Chapter 5: Advanced Encryption Standard ..............................................................28 Chapter 6: More on Symmetric Ciphers ....................................................................33 Chapter 7: Confidentiality Using Symmetric Encryption .......................................38 Chapter 8: Introduction to Number Theory ..............................................................42 Chapter 9: Public-Key Cryptography and RSA ........................................................46 Chapter 10: Key Management; Other Public-Key Cryptosystems ...........................55 Chapter 11: Message Authentication and Hash Functions .......................................59 Chapter 12: Hash and MAC Algorithms .....................................................................62 Chapter 13: Digital Signatures and Authentication Protocols ..................................66 Chapter 14: Authentication Applications ....................................................................71 Chapter 15: Electronic Mail Security ............................................................................73 Chapter 16: IP Security ...................................................................................................76 Chapter 17: Web Security ...............................................................................................80 Chapter 18: Intruders ......................................................................................................83 Chapter 19: Malicious Software ....................................................................................87 Chapter 20: Firewalls ......................................................................................................89 -6- ANSWERS TO QUESTIONS 1.1 The OSI Security Architecture is a framework that provides a systematic way of defining the requirements for security and characterizing the approaches to satisfying those requirements. The document defines security attacks, mechanisms, and services, and...
Buy now to view the complete solution
Other Similar Questions
User Profile
NUMBE...

Health and Health Care Delivery in Canada 2nd Edition Test Bank

Chapter 1: The History of Health Care in Canada MULTIPLE CHOICE 1. When and where was Canada’s first medical school established? a. Saskatoon, in 1868 b. Ottawa, in 1867 c. Montreal, in 1825 d. Kingston, in 1855 ANS: C...
User Profile
Acade...

ATI Pharmacology Proctored Exam Test Bank

ATI Pharmacology Proctored Exam Test Bank ATI Pharmacology Proctored Exam Test Bank ATI Pharmacology Proctored Exam Test Bank...
User Profile
ULTIM...

Burns Pediatric Primary Care 7th Edition Test Bank 100 % correct answers

Burns Pediatric Primary Care 7th Edition Test Bank 100 % correct answers Burns Pediatric Primary Care 7th Edition Test Bank 100 % correct answers Burns Pediatric Primary Care 7th Edition Test Bank 100 % correct answers Bur...
User Image
scanna

Physical Problems, Psychological Sources Test Bank

Physical Problems, Psychological Sources Test Bank The human physiological stress response mechanism is also called the ____ response. - fight or flight People who are able to recognize and defuse their stressors early ...
User Image
scanna

Physical Problems, Psychological Sources Test Bank

Physical Problems, Psychological Sources Test Bank The human physiological stress response mechanism is also called the ____ response. - fight or flight People who are able to recognize and defuse their stressors early ...

The benefits of buying study notes from CourseMerits

homeworkhelptime
Assurance Of Timely Delivery
We value your patience, and to ensure you always receive your homework help within the promised time, our dedicated team of tutors begins their work as soon as the request arrives.
tutoring
Best Price In The Market
All the services that are available on our page cost only a nominal amount of money. In fact, the prices are lower than the industry standards. You can always expect value for money from us.
tutorsupport
Uninterrupted 24/7 Support
Our customer support wing remains online 24x7 to provide you seamless assistance. Also, when you post a query or a request here, you can expect an immediate response from our side.
closebutton

$ 629.35