SlideShare a Scribd company logo
1 of 10
Insert here your Last Name First Name
Page | 1
INFA 640- Cryptography and Data Protection Midterm Exam
Spring 2017 (Due on Sunday) 11:59 ESTInstructions
· Take this test during the week (with late submission Monday;
a maximum of 10% penalty) Work alone. You may not confer
with other class members, or anyone else, directly or by e-mail
or otherwise, regarding the questions, issues or your answers.
You may use your notes, textbooks, and other published
materials.
· It is scored based on 100 points for the test.
· When composing your answers, be thorough. Do not simply
examine one alternative if two or more alternatives exist.
However, choose only one as your answer giving reasons for
your choice. The more complete your answer, the higher your
score will be. Be sure to identify any assumptions you are
making in developing your answers, and describe how your
answer would change if the assumptions were different. For
multiple choice questions if you think there are two correct
answers choose the best one and justify your answers. Please
write justification in your own words, avoid cut and paste or
merely copying the sentences from references. If you are
describing methodology, please describe it in sufficient details
so that by following it, anybody can reach the same result
without additional help from you.
· While composing your answers, be VERY careful to cite your
sources. Use only reputable sources. Personal blogs or the
websites that are set up to sell are not reputable sources.
Remember, failure to cite sources constitutes an academic
integrity violation.
· For Parts I and II, when you are providing justification as I
mentioned above reference is required. If you are giving
reference of a book, I will need page number(s). I cannot go
through the complete book to verify your reference. The page
number gives me some indication that you have.
· Your answers should be contained in a Microsoft Word (or
compatible format that can be opened by MSWord) document,
as an attachment; uploaded to your assignments folder. If you
use some other word processor, please make sure that the
numbering does not change. I will return files (ungraded) in any
other format if I cannot open them in one try. I may also check
your part III answers with Turnitin.
· Please submit questions regarding the exam to your instructor
at [email protected]. Since I can check the emails on my smart
phone, I check email a lot more often than “questions to
instructor” section in LEO. If questions submitted are generic, I
will post them in the discussion area or as a new news item.
· Please be sure to put your name in the header on every page
including page #’s.
· You will be getting an absolute grade out of 100 for this test.
However, the final course grade will depend on the relative
performance of the class.
· Name your file “ Lastname Firstname INFA640 Midterm”.
Replace “Lastname” with your last name and so on. Naming
files as instructed will help me to save time.
_____________________________________________________
_________________________
Part I (Each 4 Pts. Total 40.) Choose the best one. Please
provide reason of your choice in a few sentences or reasons not
choosing the other choices. Reason must be in your own words.
Use guidelines for reference as given in the instructions.
1. Risk assessments only need to be conducted one time in the
life of a security plan. True/False justify your answer
2. Which is not a weakness of a shift cipher?
a. Natural language letter frequency makes them easy to
decode.
b. The number of letters in the alphabet makes them easy to
decode.
c. Once the shift is determined the message is decoded almost
instantly.
d. Once you have the code book you can decode the message
Reason: _
3. What is the basis of the modern cryptography?
_________________
A. the laws of mathematics
B. manipulation of data
C. creating disguises for information
D. none of the above
Reason:
4. Historically, the primary reason for advances in cryptography
has been _____________.
a. protecting business assets
b. wars
c. the need for individual privacy
d. keeping diplomatic conversations secret
Reason: _
5. A _______________ requires that the cipher alphabet
changes throughout the encryption process.
a. monoalphabetic substitution cipher
b. polyalphabetic substitution cipher
c. quantum cipher
d. alphanumeric shift cipher
Reason: _
6. NP problems have solution times that are
__________________.
a. based on guessing and are not predictable
b. always quadratic and are predictable
c. linear
d. based on the number of prime factors
Reason: _
7. Binary numbers obscure the _________ of information.
a. word distribution
b. meaning
c. typing
d. identity
Reason: _
8. As the trustworthiness of a system increases, our __________
decreases.
a. demand for keys
b. confidence
c. risk exposure
d. need for security
Reason: _
9. The _______ controls the action of the algorithm.
a. user
b. plain text
c. cipher text
d. key
Reason: _
10. What has become a major web problem with respect to
security?
a. mapping attacks
b. on-line surveys
c. user ignorance
d. scripting errors
Reason: _
_____________________________________________________
_________________________Part II (6 points each, Total 30)
Q1a Complete the following Truth Table: F denotes false and
T denotes true
A
B
C=A or B
D= A xor B
E= A and B
F
F
F
T
T
T
T
F
Q1b In the following Θ denotes one of the following operators:
’or’, ‘xor’ or ‘and’.
Input1 Θ input2 = Result where, input1 and, Inpuut2 are ‘A’
and ‘B’ and Result is one of C, D, or E.
Which operation will yield? That is what is Θ
input1 (2) Θ result = input 2(1)
Q2 Using the English alphabet (i.e., mod 26 arithmetic) let
plaintext = {p1, p2, pn} and corresponding cipher text = {c1,
c2, cn}.
Suppose the encryption function is ci = pi + 10 (mod 26). You
receive the cipher text message EWEM SC K QBOKD
CMRYYV
What are the decryption function, and the decrypted/recovered
plaintext? What type of cipher is this? Show your steps.
Q3 You are Alice. You have agreed with your friend Bob that
you will use the Diffie-Hellman public-key algorithm to
exchange secret keys. You and Bob have agreed to use the
public base g = 5 and public modulus p = 809.
You have secretly picked the value SA = 13. You begin the
session by sending Bob your calculated value of TA. Bob
responds by sending you the value TB = 609.
What is the value of your shared secret key? Can you guess
Bob’s secret value SB and what it would be? Show each and
every step of your calculations
Q4 Bob believes that he has come up with a nifty hash
function. He assigns a numeric value VChar to each letter in the
alphabet equal to the letter’s position in the alphabet, i.e., VA =
1, VB = 2, …, VZ = 26. For a message, he calculates the hash
value H = (VChar 1 x VChar 2 x VChar 3 …x VChar N)
mod(26).
Bob uses this function to send a one-word message, GLARE, to
his banker Bill, along with his calculated hash value for the
message. Alice is able to intercept the message, and generates
an alternative message that has a hash value that collides with
Bob’s original hash value.
Give definition and properties of the hash function.
Show a message that Alice may have used to spoof Bob’s
message, and demonstrate that its hash value collides with
Bob’s original hash.
Q5 Consider the following plaintext message: THE
SIXTEENTH PRESIDENT WAS ABRAHAM LINCOLN.
0. (3 pts) If this message is sent unencrypted and successfully
received, what is its entropy? And why?
0. (3 pts) If this message is encrypted with DES using a random
56-bit key, what is the encrypted message’s entropy? And why
_____________________________________________________
_________________________
Part III
Essay Question: Length: 800- 900 words. Use APA format for
in-line citations and references. (30 pts.)
Compare and contrast symmetric and asymmetric encryption
algorithms.
· Your response should include a brief overview of the
cryptographic basis for each type of algorithm, and a
comparison of their relative strengths and vulnerabilities.
· Describe how a hacker might go about cracking a message
encrypted with each type of algorithm.
· Suggest a specific application for each type of algorithm
(symmetric and asymmetric) where the advantages clearly
outweigh the disadvantages.
· Remember to address all points
A couple of questions have surfaced regarding the final paper:
1 The 10 to 15 page paper for content does NOT include the
cover page, the table of contents, and the works cited page ….
· The objective of this assignment is to meet or exceed the
content requirement addressing 3 theories or concepts in each
areas Human Relations, Communications, Intercultural
Relations, and Ethics.
Human Relations
Communications
Intercultural
Ethics
Theory 1
Example 1
Example 2
Example 3
Theory 1
Example 1
Example 2
Example 3
Theory 1
Example 1
Example 2
Example 3
Theory 1
Example 1
Example 2
Example 3
Theory 2
Example 1
Example 2
Example 3
Theory 2
Example 1
Example 2
Example 3
Theory 2
Example 1
Example 2
Example 3
Theory 2
Example 1
Example 2
Example 3
Theory 3
Example 1
Example 2
Example 3
Theory 3
Example 1
Example 2
Example 3
Theory 3
Example 1
Example 2
Example 3
Theory 3
Example 1
Example 2
Example 3
2 Ethics issue …. You only need 3 of the Ethical Yardstick or a
combination of 2 Ethical Yardsticks and Strategic Ambiguity
3 Remember to include in the Introduction the type of
organization (vertical, horizontal …note most are vertical) and
an Organization chart
4 Remember to identify 3 key findings of your study in the
conclusion
5 The last task is to prepare an Executive Summary which
should be a page describing an overview of your findings in
each of the concepts or theories as well as including your 3 key
findings.
6 Remember to include a Works Cited page
7 The 10 minute Oral Video presentation of your PowerPoint or
Prezi should be 10 minutes
8 Remember to review the rating sheet to ensure you have
complied with the requirements for this project.
This course has been about meeting the criteria for each
assignment and conforming to an expected timeframe; also
known as project management and time management. This
approach provides the framework for working within constraints
of a business environment.
Once you get into the business/government/non-profit world
you will be expected to comply with the organization’s “way of
doing things” which means you will need to focus on
Why/What/How/Who should be included in successfully
meeting the project or program goals. There will also be a time
management requirement, that is the “When” will the project be
due. This time management of “When” may include incremental
milestones as well as a final expected due date.
Administrative Communication is more than writing reports or
newsletters. It is about accurately communicating why the
organization has certain program goals, what is going on in the
organization, how the programs will be implement, and who
will be responsible for different aspects of the program. All of
these elements are controlled by when the expected program
will meet its milestones.
The ICA has been designed to be a capstone for the
administrative communication techniques presented in the
course.

More Related Content

Similar to Insert here your Last Name First NamePage 1 INFA 64.docx

A Step To The Future
A Step To The FutureA Step To The Future
A Step To The Futureguest56e386
 
A Step To The Future
A Step To The FutureA Step To The Future
A Step To The Futuresheasmith
 
Happy Birthday Writing Paper TMF- Freebies For
Happy Birthday Writing Paper TMF- Freebies ForHappy Birthday Writing Paper TMF- Freebies For
Happy Birthday Writing Paper TMF- Freebies ForErin Moore
 
INF 103(ASH) Possible Is Everything/newtonhelp.com
INF 103(ASH) Possible Is Everything/newtonhelp.comINF 103(ASH) Possible Is Everything/newtonhelp.com
INF 103(ASH) Possible Is Everything/newtonhelp.comlechenau71
 
INF 103(ASH) Learn/newtonhelp.com
INF 103(ASH) Learn/newtonhelp.comINF 103(ASH) Learn/newtonhelp.com
INF 103(ASH) Learn/newtonhelp.comlechenau48
 
INF 103 Effective Communication/tutorialrank.com
 INF 103 Effective Communication/tutorialrank.com INF 103 Effective Communication/tutorialrank.com
INF 103 Effective Communication/tutorialrank.comjonhson291
 
Item Analysis, Design and Test Formats
Item Analysis, Design and Test FormatsItem Analysis, Design and Test Formats
Item Analysis, Design and Test FormatsSamcruz5
 
Python breakdown-workbook
Python breakdown-workbookPython breakdown-workbook
Python breakdown-workbookHARUN PEHLIVAN
 
Item analysis
Item analysisItem analysis
Item analysisSamcruz5
 
HUM110HM—Assignment 2 Directions After watching the Wate.docx
HUM110HM—Assignment 2 Directions After watching the Wate.docxHUM110HM—Assignment 2 Directions After watching the Wate.docx
HUM110HM—Assignment 2 Directions After watching the Wate.docxadampcarr67227
 
CSC388 Online Programming Languages Homework 3 (due b.docx
CSC388 Online Programming Languages  Homework 3 (due b.docxCSC388 Online Programming Languages  Homework 3 (due b.docx
CSC388 Online Programming Languages Homework 3 (due b.docxannettsparrow
 

Similar to Insert here your Last Name First NamePage 1 INFA 64.docx (14)

A Step To The Future
A Step To The FutureA Step To The Future
A Step To The Future
 
A Step To The Future
A Step To The FutureA Step To The Future
A Step To The Future
 
Happy Birthday Writing Paper TMF- Freebies For
Happy Birthday Writing Paper TMF- Freebies ForHappy Birthday Writing Paper TMF- Freebies For
Happy Birthday Writing Paper TMF- Freebies For
 
INF 103(ASH) Possible Is Everything/newtonhelp.com
INF 103(ASH) Possible Is Everything/newtonhelp.comINF 103(ASH) Possible Is Everything/newtonhelp.com
INF 103(ASH) Possible Is Everything/newtonhelp.com
 
INF 103(ASH) Learn/newtonhelp.com
INF 103(ASH) Learn/newtonhelp.comINF 103(ASH) Learn/newtonhelp.com
INF 103(ASH) Learn/newtonhelp.com
 
Woodford
WoodfordWoodford
Woodford
 
Item Writting.pptx
Item Writting.pptxItem Writting.pptx
Item Writting.pptx
 
null-1.pptx
null-1.pptxnull-1.pptx
null-1.pptx
 
INF 103 Effective Communication/tutorialrank.com
 INF 103 Effective Communication/tutorialrank.com INF 103 Effective Communication/tutorialrank.com
INF 103 Effective Communication/tutorialrank.com
 
Item Analysis, Design and Test Formats
Item Analysis, Design and Test FormatsItem Analysis, Design and Test Formats
Item Analysis, Design and Test Formats
 
Python breakdown-workbook
Python breakdown-workbookPython breakdown-workbook
Python breakdown-workbook
 
Item analysis
Item analysisItem analysis
Item analysis
 
HUM110HM—Assignment 2 Directions After watching the Wate.docx
HUM110HM—Assignment 2 Directions After watching the Wate.docxHUM110HM—Assignment 2 Directions After watching the Wate.docx
HUM110HM—Assignment 2 Directions After watching the Wate.docx
 
CSC388 Online Programming Languages Homework 3 (due b.docx
CSC388 Online Programming Languages  Homework 3 (due b.docxCSC388 Online Programming Languages  Homework 3 (due b.docx
CSC388 Online Programming Languages Homework 3 (due b.docx
 

More from jaggernaoma

Attached is a joint letter to Capitol Hill to advocate for increased.docx
Attached is a joint letter to Capitol Hill to advocate for increased.docxAttached is a joint letter to Capitol Hill to advocate for increased.docx
Attached is a joint letter to Capitol Hill to advocate for increased.docxjaggernaoma
 
Attached is a copy of an interview done with a Tribal member regardi.docx
Attached is a copy of an interview done with a Tribal member regardi.docxAttached is a copy of an interview done with a Tribal member regardi.docx
Attached is a copy of an interview done with a Tribal member regardi.docxjaggernaoma
 
Attached Files Week 5 - trace IP Physical Location.rtf (38..docx
Attached Files Week 5 - trace IP Physical Location.rtf (38..docxAttached Files Week 5 - trace IP Physical Location.rtf (38..docx
Attached Files Week 5 - trace IP Physical Location.rtf (38..docxjaggernaoma
 
Attached here is a psychology article I need to be summarized. Pleas.docx
Attached here is a psychology article I need to be summarized. Pleas.docxAttached here is a psychology article I need to be summarized. Pleas.docx
Attached here is a psychology article I need to be summarized. Pleas.docxjaggernaoma
 
Attached Files News Analysis Sample.docxNews Analysis Sam.docx
Attached Files News Analysis Sample.docxNews Analysis Sam.docxAttached Files News Analysis Sample.docxNews Analysis Sam.docx
Attached Files News Analysis Sample.docxNews Analysis Sam.docxjaggernaoma
 
Attached Files  SOC-220_SOCIAL PROBLEMS PRESENTATION.docx
Attached Files     SOC-220_SOCIAL PROBLEMS PRESENTATION.docxAttached Files     SOC-220_SOCIAL PROBLEMS PRESENTATION.docx
Attached Files  SOC-220_SOCIAL PROBLEMS PRESENTATION.docxjaggernaoma
 
Attached below you will find the series of 4 questions. This assignm.docx
Attached below you will find the series of 4 questions. This assignm.docxAttached below you will find the series of 4 questions. This assignm.docx
Attached below you will find the series of 4 questions. This assignm.docxjaggernaoma
 
Attached below isWEEK 4 As always, include references. As alwa.docx
Attached below isWEEK 4 As always, include references. As alwa.docxAttached below isWEEK 4 As always, include references. As alwa.docx
Attached below isWEEK 4 As always, include references. As alwa.docxjaggernaoma
 
Attached are two articles in one document. Write thoughtful resp.docx
Attached are two articles in one document. Write thoughtful resp.docxAttached are two articles in one document. Write thoughtful resp.docx
Attached are two articles in one document. Write thoughtful resp.docxjaggernaoma
 
Attached are the instructions to the assignment.Written Assign.docx
Attached are the instructions to the assignment.Written Assign.docxAttached are the instructions to the assignment.Written Assign.docx
Attached are the instructions to the assignment.Written Assign.docxjaggernaoma
 
Attached are the instructions and rubric! Research Paper #2.docx
Attached are the instructions and rubric! Research Paper #2.docxAttached are the instructions and rubric! Research Paper #2.docx
Attached are the instructions and rubric! Research Paper #2.docxjaggernaoma
 
Attached are the guidelines for the Expertise Sharing Project. M.docx
Attached are the guidelines for the Expertise Sharing Project. M.docxAttached are the guidelines for the Expertise Sharing Project. M.docx
Attached are the guidelines for the Expertise Sharing Project. M.docxjaggernaoma
 
Attached are the documents needed to complete the assignment. The in.docx
Attached are the documents needed to complete the assignment. The in.docxAttached are the documents needed to complete the assignment. The in.docx
Attached are the documents needed to complete the assignment. The in.docxjaggernaoma
 
Attached are the 3 documents1. Draft copy submitted2. Sam.docx
Attached are the 3 documents1. Draft copy submitted2. Sam.docxAttached are the 3 documents1. Draft copy submitted2. Sam.docx
Attached are the 3 documents1. Draft copy submitted2. Sam.docxjaggernaoma
 
attached are directions needed to complete this essay! Please make s.docx
attached are directions needed to complete this essay! Please make s.docxattached are directions needed to complete this essay! Please make s.docx
attached are directions needed to complete this essay! Please make s.docxjaggernaoma
 
Attach is the checklist For this Assignment, write a 3 and half pa.docx
Attach is the checklist For this Assignment, write a 3 and half pa.docxAttach is the checklist For this Assignment, write a 3 and half pa.docx
Attach is the checklist For this Assignment, write a 3 and half pa.docxjaggernaoma
 
Attach and submit the final draft of your Narrative Essay. Remember .docx
Attach and submit the final draft of your Narrative Essay. Remember .docxAttach and submit the final draft of your Narrative Essay. Remember .docx
Attach and submit the final draft of your Narrative Essay. Remember .docxjaggernaoma
 
Atomic Theory Scientists and Their ContributionsScientist .docx
Atomic Theory Scientists and Their ContributionsScientist .docxAtomic Theory Scientists and Their ContributionsScientist .docx
Atomic Theory Scientists and Their ContributionsScientist .docxjaggernaoma
 
Atomic models are useful because they allow us to picture what is in.docx
Atomic models are useful because they allow us to picture what is in.docxAtomic models are useful because they allow us to picture what is in.docx
Atomic models are useful because they allow us to picture what is in.docxjaggernaoma
 
Atoms and Electrons AssignmentLook at these websites to he.docx
Atoms and Electrons AssignmentLook at these websites to he.docxAtoms and Electrons AssignmentLook at these websites to he.docx
Atoms and Electrons AssignmentLook at these websites to he.docxjaggernaoma
 

More from jaggernaoma (20)

Attached is a joint letter to Capitol Hill to advocate for increased.docx
Attached is a joint letter to Capitol Hill to advocate for increased.docxAttached is a joint letter to Capitol Hill to advocate for increased.docx
Attached is a joint letter to Capitol Hill to advocate for increased.docx
 
Attached is a copy of an interview done with a Tribal member regardi.docx
Attached is a copy of an interview done with a Tribal member regardi.docxAttached is a copy of an interview done with a Tribal member regardi.docx
Attached is a copy of an interview done with a Tribal member regardi.docx
 
Attached Files Week 5 - trace IP Physical Location.rtf (38..docx
Attached Files Week 5 - trace IP Physical Location.rtf (38..docxAttached Files Week 5 - trace IP Physical Location.rtf (38..docx
Attached Files Week 5 - trace IP Physical Location.rtf (38..docx
 
Attached here is a psychology article I need to be summarized. Pleas.docx
Attached here is a psychology article I need to be summarized. Pleas.docxAttached here is a psychology article I need to be summarized. Pleas.docx
Attached here is a psychology article I need to be summarized. Pleas.docx
 
Attached Files News Analysis Sample.docxNews Analysis Sam.docx
Attached Files News Analysis Sample.docxNews Analysis Sam.docxAttached Files News Analysis Sample.docxNews Analysis Sam.docx
Attached Files News Analysis Sample.docxNews Analysis Sam.docx
 
Attached Files  SOC-220_SOCIAL PROBLEMS PRESENTATION.docx
Attached Files     SOC-220_SOCIAL PROBLEMS PRESENTATION.docxAttached Files     SOC-220_SOCIAL PROBLEMS PRESENTATION.docx
Attached Files  SOC-220_SOCIAL PROBLEMS PRESENTATION.docx
 
Attached below you will find the series of 4 questions. This assignm.docx
Attached below you will find the series of 4 questions. This assignm.docxAttached below you will find the series of 4 questions. This assignm.docx
Attached below you will find the series of 4 questions. This assignm.docx
 
Attached below isWEEK 4 As always, include references. As alwa.docx
Attached below isWEEK 4 As always, include references. As alwa.docxAttached below isWEEK 4 As always, include references. As alwa.docx
Attached below isWEEK 4 As always, include references. As alwa.docx
 
Attached are two articles in one document. Write thoughtful resp.docx
Attached are two articles in one document. Write thoughtful resp.docxAttached are two articles in one document. Write thoughtful resp.docx
Attached are two articles in one document. Write thoughtful resp.docx
 
Attached are the instructions to the assignment.Written Assign.docx
Attached are the instructions to the assignment.Written Assign.docxAttached are the instructions to the assignment.Written Assign.docx
Attached are the instructions to the assignment.Written Assign.docx
 
Attached are the instructions and rubric! Research Paper #2.docx
Attached are the instructions and rubric! Research Paper #2.docxAttached are the instructions and rubric! Research Paper #2.docx
Attached are the instructions and rubric! Research Paper #2.docx
 
Attached are the guidelines for the Expertise Sharing Project. M.docx
Attached are the guidelines for the Expertise Sharing Project. M.docxAttached are the guidelines for the Expertise Sharing Project. M.docx
Attached are the guidelines for the Expertise Sharing Project. M.docx
 
Attached are the documents needed to complete the assignment. The in.docx
Attached are the documents needed to complete the assignment. The in.docxAttached are the documents needed to complete the assignment. The in.docx
Attached are the documents needed to complete the assignment. The in.docx
 
Attached are the 3 documents1. Draft copy submitted2. Sam.docx
Attached are the 3 documents1. Draft copy submitted2. Sam.docxAttached are the 3 documents1. Draft copy submitted2. Sam.docx
Attached are the 3 documents1. Draft copy submitted2. Sam.docx
 
attached are directions needed to complete this essay! Please make s.docx
attached are directions needed to complete this essay! Please make s.docxattached are directions needed to complete this essay! Please make s.docx
attached are directions needed to complete this essay! Please make s.docx
 
Attach is the checklist For this Assignment, write a 3 and half pa.docx
Attach is the checklist For this Assignment, write a 3 and half pa.docxAttach is the checklist For this Assignment, write a 3 and half pa.docx
Attach is the checklist For this Assignment, write a 3 and half pa.docx
 
Attach and submit the final draft of your Narrative Essay. Remember .docx
Attach and submit the final draft of your Narrative Essay. Remember .docxAttach and submit the final draft of your Narrative Essay. Remember .docx
Attach and submit the final draft of your Narrative Essay. Remember .docx
 
Atomic Theory Scientists and Their ContributionsScientist .docx
Atomic Theory Scientists and Their ContributionsScientist .docxAtomic Theory Scientists and Their ContributionsScientist .docx
Atomic Theory Scientists and Their ContributionsScientist .docx
 
Atomic models are useful because they allow us to picture what is in.docx
Atomic models are useful because they allow us to picture what is in.docxAtomic models are useful because they allow us to picture what is in.docx
Atomic models are useful because they allow us to picture what is in.docx
 
Atoms and Electrons AssignmentLook at these websites to he.docx
Atoms and Electrons AssignmentLook at these websites to he.docxAtoms and Electrons AssignmentLook at these websites to he.docx
Atoms and Electrons AssignmentLook at these websites to he.docx
 

Recently uploaded

Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxabhijeetpadhi001
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 

Recently uploaded (20)

Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 

Insert here your Last Name First NamePage 1 INFA 64.docx

  • 1. Insert here your Last Name First Name Page | 1 INFA 640- Cryptography and Data Protection Midterm Exam Spring 2017 (Due on Sunday) 11:59 ESTInstructions · Take this test during the week (with late submission Monday; a maximum of 10% penalty) Work alone. You may not confer with other class members, or anyone else, directly or by e-mail or otherwise, regarding the questions, issues or your answers. You may use your notes, textbooks, and other published materials. · It is scored based on 100 points for the test. · When composing your answers, be thorough. Do not simply examine one alternative if two or more alternatives exist. However, choose only one as your answer giving reasons for your choice. The more complete your answer, the higher your score will be. Be sure to identify any assumptions you are making in developing your answers, and describe how your answer would change if the assumptions were different. For multiple choice questions if you think there are two correct answers choose the best one and justify your answers. Please write justification in your own words, avoid cut and paste or merely copying the sentences from references. If you are describing methodology, please describe it in sufficient details so that by following it, anybody can reach the same result without additional help from you. · While composing your answers, be VERY careful to cite your sources. Use only reputable sources. Personal blogs or the websites that are set up to sell are not reputable sources. Remember, failure to cite sources constitutes an academic integrity violation. · For Parts I and II, when you are providing justification as I mentioned above reference is required. If you are giving
  • 2. reference of a book, I will need page number(s). I cannot go through the complete book to verify your reference. The page number gives me some indication that you have. · Your answers should be contained in a Microsoft Word (or compatible format that can be opened by MSWord) document, as an attachment; uploaded to your assignments folder. If you use some other word processor, please make sure that the numbering does not change. I will return files (ungraded) in any other format if I cannot open them in one try. I may also check your part III answers with Turnitin. · Please submit questions regarding the exam to your instructor at [email protected]. Since I can check the emails on my smart phone, I check email a lot more often than “questions to instructor” section in LEO. If questions submitted are generic, I will post them in the discussion area or as a new news item. · Please be sure to put your name in the header on every page including page #’s. · You will be getting an absolute grade out of 100 for this test. However, the final course grade will depend on the relative performance of the class. · Name your file “ Lastname Firstname INFA640 Midterm”. Replace “Lastname” with your last name and so on. Naming files as instructed will help me to save time. _____________________________________________________ _________________________ Part I (Each 4 Pts. Total 40.) Choose the best one. Please provide reason of your choice in a few sentences or reasons not choosing the other choices. Reason must be in your own words. Use guidelines for reference as given in the instructions. 1. Risk assessments only need to be conducted one time in the life of a security plan. True/False justify your answer 2. Which is not a weakness of a shift cipher? a. Natural language letter frequency makes them easy to decode. b. The number of letters in the alphabet makes them easy to
  • 3. decode. c. Once the shift is determined the message is decoded almost instantly. d. Once you have the code book you can decode the message Reason: _ 3. What is the basis of the modern cryptography? _________________ A. the laws of mathematics B. manipulation of data C. creating disguises for information D. none of the above Reason: 4. Historically, the primary reason for advances in cryptography has been _____________. a. protecting business assets b. wars c. the need for individual privacy d. keeping diplomatic conversations secret Reason: _ 5. A _______________ requires that the cipher alphabet changes throughout the encryption process. a. monoalphabetic substitution cipher b. polyalphabetic substitution cipher c. quantum cipher d. alphanumeric shift cipher Reason: _ 6. NP problems have solution times that are __________________. a. based on guessing and are not predictable b. always quadratic and are predictable c. linear d. based on the number of prime factors Reason: _ 7. Binary numbers obscure the _________ of information. a. word distribution b. meaning
  • 4. c. typing d. identity Reason: _ 8. As the trustworthiness of a system increases, our __________ decreases. a. demand for keys b. confidence c. risk exposure d. need for security Reason: _ 9. The _______ controls the action of the algorithm. a. user b. plain text c. cipher text d. key Reason: _ 10. What has become a major web problem with respect to security? a. mapping attacks b. on-line surveys c. user ignorance d. scripting errors Reason: _ _____________________________________________________ _________________________Part II (6 points each, Total 30) Q1a Complete the following Truth Table: F denotes false and T denotes true A B C=A or B D= A xor B E= A and B F F
  • 5. F T T T T F Q1b In the following Θ denotes one of the following operators: ’or’, ‘xor’ or ‘and’. Input1 Θ input2 = Result where, input1 and, Inpuut2 are ‘A’ and ‘B’ and Result is one of C, D, or E. Which operation will yield? That is what is Θ input1 (2) Θ result = input 2(1) Q2 Using the English alphabet (i.e., mod 26 arithmetic) let plaintext = {p1, p2, pn} and corresponding cipher text = {c1, c2, cn}. Suppose the encryption function is ci = pi + 10 (mod 26). You receive the cipher text message EWEM SC K QBOKD CMRYYV What are the decryption function, and the decrypted/recovered plaintext? What type of cipher is this? Show your steps. Q3 You are Alice. You have agreed with your friend Bob that you will use the Diffie-Hellman public-key algorithm to
  • 6. exchange secret keys. You and Bob have agreed to use the public base g = 5 and public modulus p = 809. You have secretly picked the value SA = 13. You begin the session by sending Bob your calculated value of TA. Bob responds by sending you the value TB = 609. What is the value of your shared secret key? Can you guess Bob’s secret value SB and what it would be? Show each and every step of your calculations Q4 Bob believes that he has come up with a nifty hash function. He assigns a numeric value VChar to each letter in the alphabet equal to the letter’s position in the alphabet, i.e., VA = 1, VB = 2, …, VZ = 26. For a message, he calculates the hash value H = (VChar 1 x VChar 2 x VChar 3 …x VChar N) mod(26). Bob uses this function to send a one-word message, GLARE, to his banker Bill, along with his calculated hash value for the message. Alice is able to intercept the message, and generates an alternative message that has a hash value that collides with Bob’s original hash value. Give definition and properties of the hash function. Show a message that Alice may have used to spoof Bob’s message, and demonstrate that its hash value collides with Bob’s original hash. Q5 Consider the following plaintext message: THE SIXTEENTH PRESIDENT WAS ABRAHAM LINCOLN. 0. (3 pts) If this message is sent unencrypted and successfully received, what is its entropy? And why? 0. (3 pts) If this message is encrypted with DES using a random 56-bit key, what is the encrypted message’s entropy? And why _____________________________________________________ _________________________ Part III Essay Question: Length: 800- 900 words. Use APA format for in-line citations and references. (30 pts.)
  • 7. Compare and contrast symmetric and asymmetric encryption algorithms. · Your response should include a brief overview of the cryptographic basis for each type of algorithm, and a comparison of their relative strengths and vulnerabilities. · Describe how a hacker might go about cracking a message encrypted with each type of algorithm. · Suggest a specific application for each type of algorithm (symmetric and asymmetric) where the advantages clearly outweigh the disadvantages. · Remember to address all points A couple of questions have surfaced regarding the final paper: 1 The 10 to 15 page paper for content does NOT include the cover page, the table of contents, and the works cited page …. · The objective of this assignment is to meet or exceed the content requirement addressing 3 theories or concepts in each areas Human Relations, Communications, Intercultural Relations, and Ethics. Human Relations Communications Intercultural Ethics Theory 1 Example 1 Example 2 Example 3 Theory 1 Example 1 Example 2 Example 3 Theory 1 Example 1
  • 8. Example 2 Example 3 Theory 1 Example 1 Example 2 Example 3 Theory 2 Example 1 Example 2 Example 3 Theory 2 Example 1 Example 2 Example 3 Theory 2 Example 1 Example 2 Example 3 Theory 2 Example 1 Example 2 Example 3 Theory 3 Example 1 Example 2 Example 3 Theory 3 Example 1 Example 2 Example 3 Theory 3 Example 1 Example 2 Example 3 Theory 3 Example 1
  • 9. Example 2 Example 3 2 Ethics issue …. You only need 3 of the Ethical Yardstick or a combination of 2 Ethical Yardsticks and Strategic Ambiguity 3 Remember to include in the Introduction the type of organization (vertical, horizontal …note most are vertical) and an Organization chart 4 Remember to identify 3 key findings of your study in the conclusion 5 The last task is to prepare an Executive Summary which should be a page describing an overview of your findings in each of the concepts or theories as well as including your 3 key findings. 6 Remember to include a Works Cited page 7 The 10 minute Oral Video presentation of your PowerPoint or Prezi should be 10 minutes 8 Remember to review the rating sheet to ensure you have complied with the requirements for this project. This course has been about meeting the criteria for each assignment and conforming to an expected timeframe; also known as project management and time management. This approach provides the framework for working within constraints of a business environment. Once you get into the business/government/non-profit world you will be expected to comply with the organization’s “way of doing things” which means you will need to focus on Why/What/How/Who should be included in successfully meeting the project or program goals. There will also be a time management requirement, that is the “When” will the project be due. This time management of “When” may include incremental milestones as well as a final expected due date. Administrative Communication is more than writing reports or newsletters. It is about accurately communicating why the organization has certain program goals, what is going on in the organization, how the programs will be implement, and who
  • 10. will be responsible for different aspects of the program. All of these elements are controlled by when the expected program will meet its milestones. The ICA has been designed to be a capstone for the administrative communication techniques presented in the course.