Solving LACTF Lazy Bigrams: Phonetic Bigram Substitution Challenge
Feb 8 · 3 min read · Detailed Walkthrough The challenge provides us with a Python script, chall.py, and a ciphertext file, ct.txt. Our goal is to reverse the encryption process to recover the flag. Analyzing the Encryption Script We begin by examining the logic in chall....
Join discussion

