Mike's Marvelous Mystery CurvesCrypto 未解决

分数: 0 金币: 0
所属赛事: TAMUctf 2019
题目作者: 未知
一  血: cheyenne
一血奖励: 0金币
解  决: 2
提  示: The password to the AES256-CBC encrypted file is the shared key in the ECDH key exchange. It is the string representation of the x coordinate concatenated with the y
coordinate of the shared key.
Example: shared key: (12345,67890)
password: 1234567890
Mike forgot to include the order of the points on the curve in his homemade certificates.
描  述:
Mike, the System Administrator, thought it would be a good idea to implement his own Elliptic Curve Diffie Hellman key exchange using unnamed curves to use across the network. We managed to capture TCP traffic of the unencrypted key exchange along with an encrypted file exchange. See if you can read the contents of that file.
其  他: 下载

WriteUp

暂无相关WriteUp

评分(0)

暂无评分

解题动态

nuxe 攻破了该题 1月前
cheyenne 获得了一血 1月前
问题反馈