WGU Course C839 - Intro to Cryptography: Questions With Answers | Latest Graded A+ (2023/2024)
WGU Course C839 - Intro to Cryptography: Questions With Answers | Latest Graded A+ (2023/2024). Which of the following is a cryptographic protocol that allows two parties to establish a shared key over an insecure channel? A Elliptic Curve B RSA C MD5 D Diffie-Hellman - Answer D A _________ is a digital representation of information that identifies you as a relevant entity by a trusted third party? A Digital Signature B Hash C Ownership stamp D Digest - Answer A What is the standard used by most digital certificates? A X.509 B CRL C RFC 2298 D OCSP - Answer A DES uses keys of what size? A 56 bits B 192 bits C 128 bits D 64 bits - Answer A Which of the following is NOT a key size used by AES? A 512 bits B 128 bits C 192 bits D 256 bits - Answer A Which of the following was a multi alphabet cipher widely used from the 16th century (1553) to the early 20th century (1900s)? A Vigenere B Caesar C Atbash D Scytale - Answer A Which of the following is a substitution cipher used by ancient Hebrew scholars? A Caesar B Vigenere C Scytale D Atbash - Answer D Shifting each letter in the alphabet a fixed number of spaces to the right or left is an example of what? A Bit shifting B Confusion C Multi substitution D Single substitution - Answer D Which of the following most accurately defines encryption? A changing a message so it can only be easily read by the intended recipient B Making binary changes to a message to conceal it C changing a message using complex mathematics D Applying keys to plain text - Answer A If you use substitution alone, what weakness is present in the resulting cipher text? A It is the same length as the original text B It is easily broken with modern computers. C It is too simple. D Because it maintains letter and word frequency. - Answer D _____ uses at least two different shifts, changing the shift with different letters in the plain text. A Atbash B multi-alphabet encryption C Scytale D Caesar cipher - Answer B ____ was designed to provide built in cryptography for the clipper chip. A Blowfish B Skipjack C GOST D 3DES - Answer B Which of the following uses an 80 bit key on 64 bit blocks? A Twofish B AES C Skipjack D DES - Answer C With _____, the message is divided into blocks and each block is encrypted separately. This is the most basic mode for symmetric encryption. A Electronic codebook (ECB) B Cipher-block chaining (CBC) C Cipher feedback (CFB) D Output feedback (OFB) - Answer A Which of the following is an example of an unbalanced Feistel? A 3DES B Skipjack C Twofish D AES - Answer B This process is done by having each block of plaintext is XORed with the previous ciphertext block before being encrypted. A Output feedback (OFB) B Cipher-block chaining (CBC) C Electronic codebook (ECB) D Cipher feedback (CFB) - Answer B The process wherein the ciphertext block is encrypted then the ciphertext produced is XOR'd back with the plaintext to produce the current ciphertext block is called what? WGU Course C839 - Intro to Cryptography Questions Correctly Answered!! A Output feedback (OFB) B Cipher-block chaining (CBC) C Cipher feedback (CFB) D Electronic codebook (ECB) - Answer C This is a method for turning a block cipher into a stream cipher by generating a keystream block, which are then XORed with the plaintext blocks to get the ciphertext. A Cipher feedback (CFB) B Electronic codebook (ECB) C Output feedback (OFB) D Cipher-block chaining (CBC) - Answer C Which of the following modes can be used to turn a block cipher into a stream cipher? A Propagating cipher-block chaining (PCBC) and Electronic codebook (ECB) B Counter Mode (CTR) and Propagating cipher-block chaining (PCBC) C Electronic codebook (ECB) and Output feedback (OFB) D Output feedback (OFB) and Counter Mode (CTR) - Answer D A fixed-size pseudorandom number that is fed into a symmetric cipher to increase randomness is called what? A IV B Key C Chain D Salt - Answer A A number that is used only one time then discarded is called what? A Nonce B Chain C Salt D IV - Answer A Which of the following is a stream cipher that uses variable length key from 1 to 256 bytes? A RC4 B AES C DESx WGU Course C839 - Intro to Cryptography Questions Correctly Answered!! D DES - Answer A This algorithm was published by the German engineering firm Seimans in 1993. It is a software based stream cipher using Lagged Fibonacci generator along with a concept borrowed from the shrinking generator ciphers. A RC4 B Blowfish C FISH D Twofish - Answer C Which of the following is NOT required for a hash? A Minimum key length of 256 bits B Variable-length input, fixed-length output C Non-reversible D Few collisions - Answer A A ______ refers to a situation where two different inputs yield the same output. A Substitution B Convergence C Collision D Transposition - Answer C What is a salt? A Key rotation B Random bits intermixed with a hash to increase randomness and reduce collisions. C Random bits intermixed with a symmetric cipher to increase randomness and make it more secure. D Key whitening - Answer B RFC 1321 describes what hash? A RIPEMD B SHA1 C GOST D MD5 - Answer D What size block does FORK256 use? WGU Course C839 - Intro to Cryptography Questions Correctly Answered!! A 256 B 128 C 512 D 64 - Answer C In 1977 researchers at MIT described what asymmetric algorithm? A RSA B AES C DH D EC - Answer A What is the formula (M^e)(%n) related to? A Encrypting with EC B Generating Mersenne primes C Decrypting with RSA D Encrypting with RSA - Answer C Which of the following equations is related to EC? A P = Cd%n B Me%n C y2 = x3 + Ax + B D Let m = (p-1)(q-1) - Answer C U.S. Patent 5,231,668 and FIPS 186 define what algorithm? A AES B RSA C Elliptic Curve (EC) D Digital Signature Algorithm (DSA) - Answer D What is X.509? A The standard for PGP certificates B The standard for encrypting email C The standard for FIPS 186 D The standard for digital certificates - Answer D What is contained in a CRL? A Keys for RSA B New certificates C Revoked certificates D Keys for AES - Answer C WGU Course C839 - Intro to Cryptography Questions Correctly Answered!! What does the Online Certificate Status Protocol (OCSP) provide? A Revoked certificates B Hashing C VPN connectivity D Encryption - Answer A In terms of cryptanalysis, what does it mean to break a cipher? A finding a method to decrypt a message that is at least twice as efficient as brute force B trying every possible key until you can decrypt the message C deploying an algorithm that uses a 228 bit key D finding any method to decrypt the message that is more efficient than brute force - Answer D An authentication method that periodically re-authenticates the client by establishing a hash that is then resent from the client is called ______. A PAP B CHAP C SPAP D EAP - Answer B What is a TGS? A The server that grants Kerberos tickets B protocol for encryption C protocol for key exchange D The server that escrows keys - Answer A What is Kerchoff's principle? A A minimum key size of 256 bits is necessary for security. B Both algorithm and key should be kept secret. C A minimum of 15 rounds is needed for a Feistel cipher to be secure. D Only the key needs to be secret, not the actual algorithm. - Answer D Which of the following is a fundamental principle of cryptography that holds that the algorithm can be publically disclosed without damaging security? A Babbage's principle WGU Course C839 - Intro to Cryptography Questions Correctly Answered!! B Kerkchoff's principle C Vigenere's principle D Shamir's principle - Answer B A process that puts a message into the least significant bits of a binary file is called what? A Symmetric cryptography B Masking C Steganography D Asymmetric cryptography - Answer C If you wished to see a list of revoked certificates from a CA, where would you look? A CRL B CA C RFC D RA - Answer A Which of the following is generally true about block ciphers? A Secret block ciphers should be trusted. B Block ciphers permute the bits of the input plaintext. C The plaintext and ciphertext are always the same size. D A block cipher is an encryption function for variable-size blocks of data. - Answer C What does the OCSP protocol provide? A encryption B VPN connectivity C hashing D a real time protocol for verifying certificates - Answer D U.S. encryption standard that replaced DES. Block symmetric cipher that uses 128- bit block sizes and various key lengths (128, 192, 256). - Answer AES DES, 3DES, SHA, AES (some AES implementations are Type I) - Answer Class 3 Algorithms Encryption method where the sender and receiver use an instance of the same key for encryption and decryption purposes. - Answer Symmetric Block symmetric algorithm chosen by NIST as an encryption standard in 1976. It uses a 56-bit true key bit size, 64-bit block size, and 16 rounds of computation. - Answer Data Encryption Standard (DES) WGU Course C839 - Intro to Cryptography Questions Correctly Answered!! technical specification indicating how multimedia data and e-mail binary attachments are to be transferred. - Answer Multipurpose Internet Mail Extensions (MIME) Valid data transmission is maliciously or fraudulently repeated to allow an entity gain unauthorized access. - Answer Replay Attack protocol suite provides a method of setting up a secure channel for protected data exchange between two devices. - Answer Internet Protocol Security (IPSec) Juniper (block cipher) MAYFLY (asymmetric) FASTHASH (hashing) WALBURN (high bandwith link encryption) PEGASUS (satellite telemetry) - Answer Class 1 Algorithms Component of a PKI that creates and maintains digital certificates throughout their life cycles. - Answer Certificate Authority Uses public key encryption and provides data encryption, server authentication, message integrity, and optional client authentication. It is currently at version 3.0. - Answer Secure Sockets Layer (SSL) Manipulating individuals so that they will divulge confidential information, rather than by breaking in or using technical cracking techniques. - Answer Social engineering attack Cryptanalysis attack where the attacker is assumed to have access only to a set of ciphertexts. - Answer Ciphertext-only attack servers and software signing, for which independent verification and checking of identity and authority is done by issuing CA - Answer Class 3 Certificates it should be impossible for any attacker to calculate, or otherwise guess, from any given subsequence, any previous or future values in the sequence - Answer BSI Criteria K3 states Cryptanalysis attack that uses identified statistical patterns. - Answer Statistical attack organizations for which proof of identity is required - Answer Class 2 Certificates Block symmetric cipher that uses a 128-bit key and 64-bit block size. - Answer International Data Encryption Algorithm (IDEA) individuals, and intended for email - Answer Class 1 Certificates WGU Course C839 - Intro to Cryptography Questions Correctly Answered!! A form of cryptanalysis applicable to symmetric key algorithms that was invented by Eli Biham and Adi Shamir. The examination of differences in an input and how that affects the resultant difference in the output. - Answer Differential cryptanalysis Cryptanalysis attack where the attacker is assumed to have access to sets of corresponding plaintext and ciphertext. - Answer Known plaintext attack Carries out real-time validation of a certificate and reports back to the user whether the certificate is valid, invalid, or unknown. OCSP checks the CRL that is maintained by the CA. - Answer Online Certificate Status Protocol (OCSP) What is the formula Me%n related to? - Answer Encrypting with RSA Plain-text is equal to the encryption function (E) with the key (k) and the ciphertext (c) being passed as parameters to that function - Answer P= E(k,c) Symmetric decryption Not certified for government use - Answer Class 4 algorithms 64 bit algorithm operating at 56 bits with an 8 bit parity block - Answer DES AH is the authenticating protocol, and ESP is an authenticating and encrypting protocol that uses cryptographic mechanisms to provide source authentication, confidentiality, and message integrity. - Answer Authentication Header (AH) and Encapsulating Security Payload (ESP).
Written for
- Institution
- Western Governors University
- Course
- WGU Course C839 - Intro To Cryptography (WGUCOURSEC839)
Document information
- Uploaded on
- July 28, 2023
- Number of pages
- 35
- Written in
- 2022/2023
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
wgu course c839
-
wgu
-
course c839
-
wgu course c839 intro to cryptography questions
-
questions with answers | latest graded a 202324
Also available in package deal