[Cryptography] Can you solve the puzzle?

Mansour Moufid mansourmoufid at gmail.com
Fri Aug 3 12:42:19 EDT 2018


Hello,

Staticbit is a script to encode a bitstream as static noise.

https://github.com/eliteraspberries/staticbit

I have encoded two files of equal length:

    $ python staticbit.py -e a.wav < README.md
    $ wc README.md
           4      23     151 README.md
   $ python -c "print('\x00' * 150)" | python staticbit.py -e b.wav

Download the files here:

https://github.com/eliteraspberries/staticbit/releases/tag/puzzle1

Determine which file is which and prove it.

Have fun!


More information about the cryptography mailing list