Close

Hint 3

A project log for HACKaDaY Super Conference Ticket

I don't need the ticket I bought for the Hackaday Super Conference, so someone else can have it.

jlbrian7jlbrian7 11/04/2016 at 00:120 Comments
msg = ''
for i in message:
    if i != '\x00':
        msg += i

from enigma.machine import EnigmaMachine

machine = EnigmaMachine.from_key_sheet(rotors='image specific',
                                       reflector='image specific',
                                       ring_settings='image specific',
                                       plugboard_settings='obvious')

Discussions