Can someone decode this for me pls :) ?
Decode
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?
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
bruteforcing it right now... will call you back when its done...
thank you! I have no idea about the below part myself, just shout out if u got anything
wakarimasen lol
did the first 3 lines hex => int => ascii
Great, just post when u did the rest!
How about you do the rest?
I even showed you basic code for doing it yourself.
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..
>\u0017
Are you thinking what I'm thinking?
Or even convert to text directly from hex
Take a look on Wikipedia article about ASCII, it should contain conversion table, no programming needed
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 !
3rd google link: hex_>ascii
`
>those shoes
>those pants
kys my man
I just got XOR as a hint, and I know that Secrets? is the key to the code, if this helps in any way
The numbers Mason
halp pls
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
`
>tripfag
>using the word "normie"
you really should consider an exit bag
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
>your
>I am supposed to XOR the hex with the top key
That's odd.
Is that exactly how it's worded?
:/
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
I see!
hmm
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.
Can you do the same, but using the Key; I1NFQ1JFVFM=
The first letter is an i for island
Well, well...
CodebreakerTheHardPart4ouutcweDcNwd6qer
^[[?1;2c%
it says nigger
>wu boo bang
Just for the record the first character was actually # instead of ? so the key I used was #SECRETS.
hmm, hard to make a sense out of it, but atleast its kind of a word, not sure if its the right answer tho
Czy to elementary, anonku?
What key have you used?
Not using I1NFQ1JFVFM=
I've got
÷odebreaßerTheHaÆdPart4o¶uutcweDcNwdqer
by using SECRETS with this 0x97 character
> (You)
Greybird
That guy supposedly died of laughter from watching a donkey eat some figs.
For sure that nigga was higher than a kite.
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 Sup Forums filtered it out for some reason (pic related).
I used the key #SECRETS. Someone intially assumed that it was l (an ell) instead of an i (an eye) but as per suggestion I ran it through base64 again and got #SECRETS instead of ?SECRETS.
For documentation hex version:
CodebreakerTheHardPart4ouutcweDcNwd6qer
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
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
>to dumb to decode this himself
>better call other people dumb
Thank you so much guys! Codebreakerthehardpart was the answer! love u Sup Forums
And the rest of the code is just trash?