Hashing and Encryption

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/28

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:13 PM on 8/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

29 Terms

1
New cards

What do many logical security controls depend on to some extent?

Encryption technologies

2
New cards

When is a message encrypted by a cipher only readable?

When the recipient has the correct key for that cipher

3
New cards

What does the use of encryption allow sensitive data to do?

Travel across a public network, such as the Internet, and remain private

4
New cards

What are the three principal types of cryptographic technology?

Symmetric encryption, asymmetric encryption, and cryptographic hashing

5
New cards

What does a symmetric encryption cipher use?

A single secret key to both encrypt and decrypt data

6
New cards

Why is the secret key in symmetric encryption called secret?

It must be kept secret

7
New cards

What happens if the symmetric key is lost or stolen?

The security is breached

8
New cards

What is the main problem with symmetric encryption?

Secure distribution and storage of the key

9
New cards

How does the key distribution problem change as the key's distribution needs become more widespread?

It becomes exponentially greater

10
New cards

What is the main advantage of symmetric encryption?

Speed

11
New cards

What can a symmetric cipher such as AES do efficiently?

Bulk encryption and decryption of multiple streams of data

12
New cards

What does an asymmetric encryption cipher use?

A key pair

13
New cards

What is a key pair in asymmetric encryption?

A private key and a public key that are mathematically linked

14
New cards

For any given message, what can either key do in asymmetric encryption?

Perform either the encrypt or decrypt operation but not both

15
New cards

What can reverse an operation in asymmetric encryption?

Only the paired key

16
New cards

If the public key is used to encrypt a message, which key can decrypt it?

The linked private key

17
New cards

Can the public key decrypt what it has just encrypted?

No

18
New cards

If the private key is used to encrypt something, which key can decrypt it?

The public key

19
New cards

What is the key point about one type of key in asymmetric encryption?

It cannot reverse the operation it has just performed

20
New cards

Who should know the private key?

A single subject

21
New cards

How can the public key be distributed?

Widely and safely to anyone with whom the subject wants to communicate

22
New cards

Can the private key be derived from the public key?

No

23
New cards

What is a hash?

A short representation of data

24
New cards

What does a hash function do?

Takes any amount of data as input and produces a fixed-length value as output

25
New cards

What makes a cryptographic hash a one-way function?

It makes it impossible to recover the original value from the hash

26
New cards

What are cryptographic hashes used for?

Secure storage of data where the original meaning does not have to be recovered

27
New cards

What example does the text give for cryptographic hash use?

Passwords

28
New cards

Which cryptographic hash algorithm family is perhaps the most used?

Secure Hash Algorithm (SHA)

29
New cards

Which SHA versions does the text say are the most used?

SHA-256 and SHA-3