1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
Step 1
Compute the CRC for the message
CRC-32 polynomial is used
Step 2
Compute the keystream
IV is concatenated (joined) with the key
RC4 encryption algorithm is used on the 64 or 128 bit concatenation
Step 3
Encrypt the plaintext
The plaintext is XORed with the keystream to form the ciphertext
The IV is prepended (put at the beginning) to the ciphertext
Step 4
ICV computed — 32-bit CRC of payload
One of four keys selected — 40-bits
IV selected — 24-bits, prepended to keynumber
IV+key used to encrypt payload + ICV
IV+keynumber prepended to encrypted payload + ICV