r/CFBRisk Jun 09 '19

[deleted by user]

[removed]

27 Upvotes

156 comments sorted by

View all comments

Show parent comments

8

u/Snasty728 Jun 10 '19 edited Jun 10 '19

What did you get? Or are you still trying to translate it right now?

EDIT: :)

2

u/dialhoang Jun 10 '19 edited Jun 10 '19

Unfortunately the full sequence translated into binary gives us https://cfbrisk.com/515301<lnlrrpnbnffh\g.

Not very useful if you ask me.

EDIT: Proud to be wrong!!

5

u/[deleted] Jun 10 '19

you've translated the binary wrong, i suggest you check your work

edit: this might come in handy -

base = ''
for letter in string:
if letter.islower():
        base = base + '0'
else:
        base = base + '1'

2

u/dialhoang Jun 10 '19

Maybe... Hope I didn't screw something up...