Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 309 Bytes

File metadata and controls

15 lines (9 loc) · 309 Bytes

Single XOR encryption [50 pts]

Category: Cryptography Solves: 122

Description

XOR is a common function used in cryptography. It's (sorta) random, but also reversable (if you have enough data). For this problem, the flag has been xored with a single byte.

Hint

Solution

Flag