Skip to content

Files

Latest commit

Nov 15, 2019
e89291d · Nov 15, 2019

History

History

real-baby-rsa

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 15, 2019
Nov 15, 2019
Nov 15, 2019
Nov 15, 2019

real-baby-rsa

crypto - Points: 40

problem.py

output

Given is a python script, that encrypts a flag with N and e, and the encrypted output. Every character is encrypted separately, so we can create a lookup table by encrypting all possible printable characters with the same parameters and then simply look them up to get the flag.

flag: TWCTF{padding_is_important}