Symmetric Encryption Algorithms Flashcards
1
Q
RC4
A
- stream cipher
* accepts keys up to 128 bits in length
2
Q
RC5
A
- block cipher
* can accept blocks and keys at different lengths
3
Q
RC6
A
- has 3 key sizes
- 128, 192, and 256
- performs 20 rounds on each block
4
Q
IDEA
A
.•block cipher
•prcoesses 64 bit with a 128-bit key with 8 rounds
5
Q
CAST
A
.
6
Q
TWO FISH
A
- uses 128-bit blocks and variable key lengths (128-, 192-, or 256-bits
- uses up to 16 rounds of substitution and transposition.
- twofish was the runner-up to Rijndael in the selection fo the algorithm of AES
7
Q
BLOWFISH
A
- uses 64-bit blocks and key lengths anywhere from 32 to 448 bits
- has no effective known cryptanalysis currently
8
Q
DES
A
- block cipher
- 56-bit key
- divides plaintext into 64-bit and then executes the algorithm 16 times
9
Q
3DES
A
- 3 rounds of encryption
- 48 iterations in its encryption
- performs better in hardware than software
- 168 bit key
10
Q
AES
A
- performs three steps on every block (128 bits) of plaintext.
- within step 2, multiple rounds are performed depending upon the key size: a 128-bit key performs 9 rounds, a 192-bit key performs 11 rounds, and a 256-bit key, known as AES-256, uses 13 rounds.
11
Q
SYMMETRIC ENCRYPTION ALGORITHM TRICK
I had a REALLY COOL (RC4, RC5, RC6) IDEA (IDEA) to walk around the BLOCK (BLOCK CIPHER) CAST (CAST) in a STREAM (STREAM CIPHER) for some fish. I caught TWOFISH (TWOFISH) that were BLOWFISH (BLOWFISH) I think it was my DESTINY (DES, 3DES, AES (RIJNDAEL maker of AES))
A
.