1,974 views
0 votes
0 votes
Q1. Which cipher is commonly used in network-based symmetric cryptographic applications?

 (A) Linear cipher

 (B) Block cipher

 (C) Permutation cipher

 (D) Stream cipher

2 Answers

0 votes
0 votes

Answer is both option B) and D).

Types of symmetric-key algorithms

Symmetric-key encryption can use either stream ciphers or block ciphers.[4]

  • Stream ciphers encrypt the digits (typically bytes) of a message one at a time.
  • Block ciphers take a number of bits and encrypt them as a single unit, padding the plaintext so that it is a multiple of the block size. Blocks of 64 bits were commonly used. The Advanced Encryption Standard (AES) algorithm approved by NIST in December 2001, and the GCM block cipher mode of operation use 128-bit blocks.

Refer d link below for more information. Wiki says so. :). Yeah!!!

https://en.wikipedia.org/wiki/Symmetric-key_algorithm

Related questions

0 votes
0 votes
1 answer
1
Aryak12 asked Feb 12, 2017
799 views
Which cipher is commonly used in network-based symmetric cryptographic applications? (A) Linear cipher (B) Block cipher (C) Permutation cipher (D) Stream cipher
0 votes
0 votes
1 answer
2
Dulqar asked Feb 3, 2017
5,807 views
Q6. ___________Data Encryption Standard (DES) was designed to increase the size of the Data Encryption Standard (DES) key.(A) Double(B) Triple(C) Quadruple(D) none of the...
0 votes
0 votes
2 answers
3
Dulqar asked Feb 3, 2017
758 views
Q3: What kind of ciphers Electronic Codebook (ECB) mode and Cipher Block Chaining (CBC) mode are(A) Block cipher(B) Stream cipher(C) Field cipher(D) both (A) and (B)