Tap The Wire
Last updated
Last updated
Ronald and Rivest wanted to exchange information. They agreed to use Diffie Hellman key exchange using p and g. They picked random numbers Ronald = 7 and Rivest = 3. The message is encrypted using the key generated, Can you decode the message?
Hint: I heard from a little birdie , Ron likes to code
The message is encrypted using the key generated by Diffie Hellman key exchange.
Using we can compute the key using the given values of p
, g
, Ronald
and Rivest
Convert to hexadecimal using
RC2 decrypt using the hexadecimal as key, we get the flag.