Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 2 A web-authentication token has the known format Bytes 0-19 User name Bytes 20-22 User rights Byte 23 Check-byte The check-byte is the exclusive-or
Problem 2
A web-authentication token has the known format
Bytes 0-19 User name
Bytes 20-22 User rights
Byte 23 Check-byte
The check-byte is the exclusive-or of the preceding 23 bytes. The tokens are encrypted with a stream cipher and stored at the clients machine. An adversarial user has determined that her user-rights bytes are (in hex) 0x01 0x01 0x01 and would like to change them to 0x07 0x07 0x07. Show how she can alter the encrypted token so that the altered token still has a correct check-byte.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started