Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 375 Bytes

File metadata and controls

7 lines (6 loc) · 375 Bytes

elytra

So... this was intended to be a simple stego challenge. (Maybe it didn't end up that way). The challenge consists of the End Poem from Minecraft, but the line endings encode a message. Linux and Windows utilize two different line endings: \n for Linux and CRLF for Windows. In this file, we'll mix and match those to encode either 0 (\n) or 1 (CRLF).