cryptoProeasy

Eggs Over Easy

bluehensctf

Task: a text file containing only spaces and tabs hides the flag through layered encoding. Solution: convert whitespace to bits, decode the bytes into hex code points, then apply Unicode NFKC normalization to recover the ASCII flag.

$ ls tags/ techniques/
whitespace_to_bitsbytewise_ascii_decodingunicode_nfkc_normalization

🔒

Permission denied (requires tier.pro)

Sign in to access full writeups

Sign in with GitHub to continue. No email required.

$sign in

$ grep --similar

Similar writeups