One two threeCrypto 未解决

分数: 0 金币: 0
所属赛事: SaplingCTF 2022
题目作者: 未知
一  血: cupidvenus
一血奖励: 0金币
解  决: 1
提  示: "Look carefully at the encrypt function. It generates the keystream fully independently of the plaintext! This means that the keystream is identical for each plaintext. Knowing this, what can you do?", "We know that the keystream is the same for each plaintext, but what does this mean? This means that the first byte of each line is XORd against the same byte, ie the first byte of the keystream. Same for the second byte of each line and so on. This is real similar to the copilot challenge
描  述:
Ok so ECB mode was a bust, what else can we try?
其  他: 下载

WriteUp

暂无相关WriteUp

评分(0)

暂无评分

解题动态

cupidvenus 获得了一血 2天前
问题反馈