Algorithms for encryption

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Cryptography

Techniques for sending messages securely so that they cannot be read by any third parties.

2
New cards

Cryptographer

Someone who designs algorithms that can easily be used to encrypt and decrypt a cipher but remains secure against attempts to break it.

3
New cards

Code

Changing a message by replacing each word with another word that has a different meaning. Both sender and recipient have to have a copy of the same codebook.

4
New cards

Cipher

Changing a message using an algorithm which changes each letter in a set way. Both sender and recipient need to know the algorithm.

5
New cards

Monoalphabetic Substitution Cipher

A cipher where each letter of the alphabet is changed to one other letter or symbol.

6
New cards

Encryption

Makes data unintelligible by scrambling it. This provides security for the data.

7
New cards

Decryption

The process of converting the scrambled data back into an understandable form

8
New cards

Plaintext

Unencrypted message awaiting encryption.

9
New cards

Ciphertext

The encrypted message that is ready to be sent.

10
New cards

Key

A piece of information that specifies the transformation of plaintext into ciphertext and vice versa

11
New cards

Modulo

A mathematical operation that finds the remainder after division of one number by another - used in some monoalphabetic substitution ciphers.

12
New cards

Brute Force

A method for determining a solution to a problem by sequentially testing all possible solutions.