CryptoModern16thJuly2025

CryptoModern16thJuly2025

University

8 Qs

quiz-placeholder

Similar activities

English Computer

English Computer

University

11 Qs

iGCSE Cryptography (2023 onwards)

iGCSE Cryptography (2023 onwards)

9th Grade - University

10 Qs

hpc3

hpc3

University

12 Qs

Malware Obfuscation

Malware Obfuscation

University

10 Qs

OCR A Level Computer Science (H446) - Component 1.3.1 - Compression, Encryption and Hashing

OCR A Level Computer Science (H446) - Component 1.3.1 - Compression, Encryption and Hashing

11th Grade - University

9 Qs

CIS27 Quiz 5 Review Game

CIS27 Quiz 5 Review Game

University

12 Qs

OS Introduction

OS Introduction

University

12 Qs

Quiz 5 Keamanan Jaringan 2022-2

Quiz 5 Keamanan Jaringan 2022-2

University

5 Qs

CryptoModern16thJuly2025

CryptoModern16thJuly2025

Assessment

Quiz

Computers

University

Hard

Created by

Udhayakumar Shanmugam

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which type of Stream cipher is this?

Synchronization stream cipher

Self-synchronization stream cipher

Semi-synchronization stream cipher

Non - synchronization stream cipher

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company plans to use a stream cipher for Video Processing on their website. Which of the following characteristics of stream ciphers is an advantage for this scenario?

Memory intensive

Key Reuse

Low Latency

High Latency

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a TRNG?

Processor Electrical Activity

LSFR

keystroke timing patterns

Mouse Movement

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the seed is unknown, the next output bit in the sequence should be unpredictable in spite of any knowledge of previous bits in the sequence

This concept is known as?

Forward unpredictability

Backward unpredictability

Characteristics of the seed

Randomness

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This equation is used to generate PRNG using LCG. Which value decides producing a long series of distinct random numbers?

a

Xn

c

m

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The XOR operations are performed within the register itself, with the output of each stage being XORed with the feedback tap before being shifted to the next stage.

Name the type of LSFR?

Fibonacci

Galois

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What encryption type is used for protecting the WIFI WPA3

RSA

SHA1

AES

WPA

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given hash value h, computationally infeasible to find m so that H(m) = h

Name the property?

One way

Two way

Strong-collision resistance

Weak-collision resistance