70. Symmetric Algorithms

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

1/15

flashcard set

Earn XP

Description and Tags

Remmeber to make a flashcard set for which are block and which are stream

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Symmetric Algorithm

Method of encryption where the same key is used for both encryption and decryption of data

2
New cards

Most commonly used symmetric algorithms

DES

3DES

IDEA

AES

Blowfish

Twofish

Rivest Ciphers (RC4)

Rivest Ciphers (RC5)

Rivest Ciphers (RC6)

3
New cards
DES
Data Encryption Standard
4
New cards
Data Encryption Standard
Encryption algorithm which breaks the input into 64-bit blocks and uses transposition and substitution to create ciphertext using an effective key strength of only 56-bits
5
New cards
3DES
Triple DES
6
New cards
Triple DES
Encryption algorithm which uses three separate symmetric keys to encrypt, decrypt, then encrypt the plaintext into ciphertext in order to increase the strength of DES
7
New cards
IDEA
International Data Encryption Algorithm
8
New cards
International Data Encryption Algorithm
Symmetric block cipher, which uses 64-bit blocks to encrypt plaintext into ciphertext
9
New cards
AES
Advanced Encryption Standard
10
New cards
Advanced Encryption Standard
Symmetric block cipher that uses 128-bit, 192-bit, or 256-bit blocks and a matching encryption key size to encrypt plaintext into ciphertext
11
New cards
Blowfish
Symmetric block cipher that uses 64-bit blocks and a variable length encryption key to encrypt plaintext into ciphertext
12
New cards
Twofish
PRovides he ability to use 128-bit blocks in its encryption algorithm and uses 128-bit, 192-bit, or 256-bit encryption keys
13
New cards
RC Cipher Suite
Created by Ron Rivest, a cryptographer who's created six algorithms under the name RC, which stands for the Rivest Cipher
14
New cards
Rivest Ciphers (RC4)
Symmetric stream cipher using a variable key size from 40-bits to 2048-bits that is used in SSL and WEP
15
New cards
Rivest Ciphers (RC5)
Symmetric block cipher that uses key sizes up to 2048-bits
16
New cards
Rivest Ciphers (RC6)
Symmetric block cipher that was introduced as a replacement for DES but AES was chosen instead