- #1
ranell
- 6
- 0
hello,
i have a part of my courses that i don't understand :(
mac with bloc cipher and initially a vector of initialisation.
"m=x1||x2||...xn
mac k(m) doe's not change if iv xor x1 doe's not change
mac k(m) doe's not change if x2 doe's not change
.
.
.
mac k(m) doe's not change if xn doe's not change
we have two exemple:
m=0011
m=x1||x2
x1=00
x2=11
and
m'=1111
m'=x'1||x'2
x'1=11
x'2=11
if that mean that the two message have the same mac because we have the same portion x2=x'2?
thanks for answering and sorry for my english!
:)
i have a part of my courses that i don't understand :(
mac with bloc cipher and initially a vector of initialisation.
"m=x1||x2||...xn
mac k(m) doe's not change if iv xor x1 doe's not change
mac k(m) doe's not change if x2 doe's not change
.
.
.
mac k(m) doe's not change if xn doe's not change
we have two exemple:
m=0011
m=x1||x2
x1=00
x2=11
and
m'=1111
m'=x'1||x'2
x'1=11
x'2=11
if that mean that the two message have the same mac because we have the same portion x2=x'2?
thanks for answering and sorry for my english!
:)