redpwn-2020

CTF Writeup - https://2020.redpwn.net/

View on GitHub
26 June 2020

base646464

by anishbadhri

Encoding something multiple times makes it exponentially more secure!

Files

Solution

From generate.js it is seen that the flag is encoded with base64 25 times. Decoding with base64 25 times on the cipher text gives back the original flag.

Program

Flag

flag{l00ks_l1ke_a_l0t_of_64s}
tags: crypto