[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Decode

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 54
Thread images: 11

Can someone decode this for me pls :) ?
>>
you are a stupid nigger, OP
>>
It says

>"End you're fucking life faggot"
>>
no but for real, just the 1st line rly, anyone with an IQ over 6 that can help me?
>>
>>59886926
the string above may be base64 or 32. below may be ascii or something. nice converses

i even bothered inputing the first one into base64.
base64 -D <<< l1NFQ1JFVFM=                                                     
?SECRETS
>>
>>59886926
bruteforcing it right now... will call you back when its done...
>>
>>59887016
thank you! I have no idea about the below part myself, just shout out if u got anything
>>
File: anal beads.png (4KB, 587x55px) Image search: [Google]
anal beads.png
4KB, 587x55px
wakarimasen lol

did the first 3 lines hex => int => ascii
>>
>>59887103
Great, just post when u did the rest!
>>
>>59887128
How about you do the rest?

I even showed you basic code for doing it yourself.
>>
>>59887136
I am really grateful about what u did for me, but I have no experience what so ever with coding, and I would be forever thankful if u helped me, but thanks anyways..
>>
>>59887103
>\u0017
Are you thinking what I'm thinking?
>>59887136
Or even convert to text directly from hex
>>
>>59887147
Take a look on Wikipedia article about ASCII, it should contain conversion table, no programming needed
>>
>>59886926
OP, also could you paste it here as plain text?
>>
sent :^)
>>
0x60 0x3c 0x21 0x26 0x30 0x37
0x31 0x32 0x48 0x36 0x37 0x17
0x3a 0x20 0x1c 0x32 0x51 0x37
0x15 0x22 0x20 0x310x60 0x3c
0x21 0x26 0x30 0x37 0x31 0x32
0x48 0x36 0x37 0x17 0x3a 0x20
0x1c 0x32 0x51 0x37 0x15 0x22
0x20 0x31
Thanks guys, here is the plain text, help me if you'd like !
>>
>>59887212
3rd google link: hex_>ascii

`<!&0712H67[23]: [28]2Q7[21]" 1`<!&0712H67[23]: [28]2Q7[21]" 1

Where[number] is just \unumber (4digits), eg.[23]=\u0023
>>
>>59886926
>those shoes
>those pants
kys my man
>>
>>59887170
I just got XOR as a hint, and I know that Secrets? is the key to the code, if this helps in any way
>>
>>59886926
The numbers Mason
>>
halp pls
>>
>>59886926
it sayss

"ur gay"

figure it out yourself, normie
>>
All I could do
60 3C 21 26 30 37 31 32 48 36 37 17 3A 20 1C 32 51 37 15 22 20 31

`<!&0712H67: 2Q7"

you could try to XOR each two values, not sure what it would do (eg. convert hex to binary and then use bitwise XOR)
>>
>>59887528
>tripfag
>using the word "normie"
you really should consider an exit bag
>>
>>59887813
Yes, I have been informed that I am supposed to XOR the hex with the top key, which came out as SECRETS? but I have no idea how to do that
>>
>>59887001
>your
>>
>>59887852
>I am supposed to XOR the hex with the top key
That's odd.

Is that exactly how it's worded?
>>
File: anal beads.png (6KB, 591x83px) Image search: [Google]
anal beads.png
6KB, 591x83px
:/
>>
>>59887893
Well , I am told that the top "phrase" is the key for the bottom code. And I'm supposed to find the solution by XOR'ing the hex with the key, and then make it readable, in order to form the solution..
>>
It's not really ?SECRETS, it is SECRETS with 0x97 on the beggining, invisible symbol called "End Of Guarded Area", in hex decoded base64 text is
97 53 45 43 52 45 54 53

SECRETS
>>
>>59887922
I see!
>>
File: anal beads.png (7KB, 611x69px) Image search: [Google]
anal beads.png
7KB, 611x69px
hmm
>>
File: anal beads.png (17KB, 1309x207px) Image search: [Google]
anal beads.png
17KB, 1309x207px
fuckin NAILED it
>>
Tried this:
from itertools import cycle

KEY = 'SECRETS'
CIPHER = [0x60, 0x3c, 0x21, 0x26, 0x30, 0x37,
0x31, 0x32, 0x48, 0x36, 0x37, 0x17,
0x3a, 0x20, 0x1c, 0x32, 0x51, 0x37,
0x15, 0x22, 0x20, 0x31, 0x60, 0x3c,
0x21, 0x26, 0x30, 0x37, 0x31, 0x32,
0x48, 0x36, 0x37, 0x17, 0x3a, 0x20,
0x1c, 0x32, 0x51, 0x37, 0x15, 0x22,
0x20, 0x31]

def main():
print(''.join([chr(val ^ ord(key)) for (val, key, ) in zip(CIPHER, cycle(KEY))]))

if __name__ == '__main__':
main()


Result is:
ueRnsOwePvsb%scddbw
drCisYqrAqst


Doesn't seem to be right.
>>
>>59888002
Can you do the same, but using the Key; I1NFQ1JFVFM=
The first letter is an i for island
>>
>>59888032
Well, well...

CodebreakerTheHardPart4ouutcweDcNwd6qer
^[[?1;2c%
>>
>>59886926
it says nigger
>>
File: 1492120415840.png (384KB, 432x647px) Image search: [Google]
1492120415840.png
384KB, 432x647px
>>59887974
>wu boo bang
>>
>>59888032
>>59888050
Just for the record the first character was actually # instead of ? so the key I used was #SECRETS.
>>
>>59888050
hmm, hard to make a sense out of it, but atleast its kind of a word, not sure if its the right answer tho
>>
>>59887813
Czy to elementary, anonku?
>>
>>59888050
What key have you used?
Not using I1NFQ1JFVFM=
I've got
÷odebreaßerTheHaÆdPart4o¶uutcweDcNwdqer
by using SECRETS with this 0x97 character
>>
>>59888124
>>>59887813 (You)
Greybird
>>
>>59888064
That guy supposedly died of laughter from watching a donkey eat some figs.

For sure that nigga was higher than a kite.
>>
File: uh.png (20KB, 1024x606px) Image search: [Google]
uh.png
20KB, 1024x606px
>>59888108
I assume the next step would be to cut off everything after CodeBreakerThePartPart and figure out what to do with the latter.

There was also some weird symbol in the middle of the latter part but 4chan filtered it out for some reason (pic related).

>>59888132
I used the key #SECRETS. Someone intially assumed that it was l (an ell) instead of an i (an eye) but as per >>59888032 suggestion I ran it through base64 again and got #SECRETS instead of ?SECRETS.
>>
For documentation hex version:
CodebreakerTheHardPart4ouutcweDcNwd6qer
>>
>>59888161
Yes, would make sense, any clue as to what the latter may mean? or even the strange symbol
>>
>do my homework for me
Fuck you OP and fuck everyone enabling him
>>
we need ensign hoshi
>>
>>59888244
No idea but there are a couple more non-printable characters in the sequence:
C (67, 0x43) o (111, 0x6F) d (100, 0x64) e (101, 0x65) b (98, 0x62) r (114, 0x72) e (101, 0x65) a (97, 0x61) k (107, 0x6B) e (101, 0x65) r (114, 0x72) T (84, 0x54) h (104, 0x68) e (101, 0x65) H (72, 0x48) a (97, 0x61) r (114, 0x72) d (100, 0x64) P (80, 0x50) a (97, 0x61) r (114, 0x72) t (116, 0x74) 4 (52, 0x34) o (111, 0x6F)  (2, 0x02) u (117, 0x75) u (117, 0x75) t (116, 0x74) c (99, 0x63) w (119, 0x77)  (28, 0x1C) e (101, 0x65)  (20, 0x14) D (68, 0x44)  (127, 0x7F) c (99, 0x63) N (78, 0x4E) w (119, 0x77)  (5, 0x05) d (100, 0x64) 6 (54, 0x36) q (113, 0x71) e (101, 0x65) r (114, 0x72)
>>
And since original in hex was written two times, hex version of this one too: (Notice byte on 2c position
>>
>>59887009
>to dumb to decode this himself
>better call other people dumb
>>
Thank you so much guys! Codebreakerthehardpart was the answer! love u 4chan
>>
And the rest of the code is just trash?
Thread posts: 54
Thread images: 11


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.