26. 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/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:19 PM on 7/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

34 Terms

1
New cards

cryptography

What is the use of mathematical algorithms to transform information into a form where it's not readable by unauthorized individuals, but authorized individuals have the ability to transform it back into its readable form?

2
New cards

encryption and decryption

Cryptography depends upon what two basic operations?

3
New cards

algorithm

What is a set of mathematical instructions that you follow to achieve a result?

4
New cards

the plaintext message and an encryption key

What two inputs are used for encryption algorithms?

5
New cards

the encrypted message, otherwise known as the ciphertext, and a decryption key

What two inputs are used for decryption algorithms?

6
New cards

symmetric and asymmetric

What are two of the major categories of encryption algorithms?

7
New cards

Asymmetric encryption algorithms

Which algorithm is also known as public key cryptography?

8
New cards

the recipient's public key, which is publicly known

In asymmetric cryptography, the sender of a message would encrypt it with what key belong to the recipient?

9
New cards

private key

In asymmetric cryptography, the recipient would then use what key to decrypt the message? 

10
New cards

False. Asymmetric cryptography is slower.

True or False?

Asymmetric cryptography is faster than symmetric cryptography.

11
New cards

confidentiality

What goal of cryptography ensures that unauthorized individuals are not able to gain access to sensitive information?

12
New cards

integrity

What goal of cryptography is to protect messages against unauthorized modification?

13
New cards

authentication

What goal of cryptography is to verify the identity of users?

14
New cards

obfuscation

What goal of cryptography is to make data unintelligible?

15
New cards

 non-repudiation

What goal of cryptography is so that the recipient of a message can prove to an independent third party that the message actually came from the alleged sender?

16
New cards

code

What is a system that substitutes one meaningful word or phrase for another? This might be done for secrecy purposes, or it might be done for efficiency of communications, allowing a short message to convey a detailed meaning. 

17
New cards

Ciphers

What are systems that use mathematical algorithms to encrypt and decrypt message?

18
New cards

Stream ciphers

What kind of cipher works on one character of the message at a time? They perform their action on a single character or a single bit, and then move on to the next character or bit. 

19
New cards

Block ciphers

What kind of cipher works on chunks of the message known as blocks at the same time? They might take 100 characters of a message, for example, and encrypt all of those characters at once. 

20
New cards

Substitution ciphers

What kind of cipher changes the characters in a message?

21
New cards

Transposition ciphers

What kind of cipher doesn’t change the characters in a message, but instead they rearrange them? They're basically scrambling up the message in a way that only someone who knows the decryption key can unscramble them. 

22
New cards

Rotation Cipher

What kind of substitution cipher simply rotates the alphabet several positions to the left or right?

23
New cards

 exclusive OR operation

What is a logical operation that is true when one and only one of the inputs is true?

24
New cards

Pseudorandom number generators

What uses a complex series of inputs and mathematical functions to produce numbers that are very close to random?

25
New cards

Confusion

What is the concept?

A cipher must hide the connection between the cipher text and the key to make it more difficult to crack. In technical terms, every bit of the cipher text must depend on more than one bit of the encryption key.

26
New cards

Diffusion

What is the concept?

Changing a single bit of the plain text should produce a change that is spread across a large portion of the cipher text. Ideally, changing one bit of the plain text would change at least half of the bits of the cipher text. 

27
New cards

True

True or False?

The longer your key, the more secure your information will be. 

The downside is as keys get longer, the performance of the algorithm goes down.

28
New cards

Because it is totally random.

Why is the one-time pad unbreakable?

29
New cards

It's very difficult to distribute one time pads.

The one time pad is the perfect algorithm, so why isn’t it widely used today?

30
New cards

1st phase - initiation

In what phase of the cryptographic lifecycle does the organization realizes that it needs a new cryptographic system and gathers the requirements for that system?

31
New cards

 2nd phase - acquisition and development

In what phase of the cryptographic lifecycle does the organization develop or, more likely, acquires the cryptographic system. The organization finds an appropriate combination of software, hardware, and algorithms that meet their objectives.

32
New cards

3rd phase - implementation and assessment

In what phase of the cryptographic lifecycle does the organization configure their system for use and assess whether it properly meets the organization's security objectives.

33
New cards

4th phase - operations and maintenance

In what phase of the cryptographic lifecycle does the organization ensure the continued secure operation of the crypto system.

34
New cards

5th phase - sunset

In what phase of the cryptographic lifecycle does the organization stops using the system and destroys or archives sensitive material, such as the keys that it used with the system.