Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Box

  • Round: 26 (2022/09)
  • Category: Crypto
  • Points: 50
  • Solves: 22

Description

ciphertext=magic(flag)(flag)

Solution

The box is actually an affine function $f(x)=ax+b$, so you can solve for $a,b$ with the two outputs and decrypt the flag.