RSSAmplifier

ROT256. · Jan 2, 2025

Spikey Elf @ HXP 38C3 CTF

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Happy new year! Here is a writeup for the challenge Spikey Elf from the 38C3 CTF by HXP. The Challenge We are given the following code: #!/usr/bin/env sage proof . all ( False ) bits = 1024 errs = 16 p = random_prime ( 2 ^ ( bits // 2 )) q = random_prime ( 2 ^ ( bits // 2 )) n = p * q e = 0x10001 print ( f ' { n = : #x } ' ) print ( f ' { e = : #x } ' ) flag = pow ( int . from_bytes ( open (…

Read on rot256.dev

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.