02 Padding Flashcards
1
Q
Padding:
CMS (Cryptographic Message System)
A
same value as the number of padding bytes
2
Q
Padding:
Bits
A
pad with 0x80 followed by 0 (null bytes)
3
Q
Padding:
ZeroLength
A
pad with 0s Except for last byte, which is equal to number (length) of padding bytes
4
Q
Padding:
Null
A
padd with NULL bytes; only used with ASCII text
5
Q
Padding:
Space
A
pad with spaces; only used with ASCII text
6
Q
Padding:
Random
A
pad with random bytes (last byte defined by # of padding bytes)