Can anyone tell me how do i read this | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone tell me how do i read this

 疝(��5f���Rn����%=Tm�����/Om��� (G|��P���\��3x�N��$ k � � A � �  N � � # Z � � ! g � � @v��@���:��K��%o��I��"Y��7�I�� h��?��Q��*c�

3rd Mar 2017, 2:16 PM
great man
great man - avatar
10 Answers
+ 23
It's encrypted, read it as HEX/BIN
3rd Mar 2017, 2:31 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 13
is it class file of Java program??
3rd Mar 2017, 2:56 PM
soumya
soumya - avatar
+ 5
Basically go read up on Encryption/Decryption. Mainly RSA as that should be the one you are working on. If you don't have the decryption key. Don't bother finding it unless you were provided with some other numbers. What numbers? Read up on Encryption/Decryption and you get what I mean. Readup on padding schemes too, there are different types of it.
3rd Mar 2017, 2:55 PM
Wen Qin
Wen Qin - avatar
+ 5
Can this be a programmer's text-handling lesson? You pasted binary data. The sequence 0xefbfbd (a diamond with ? in it) is the UTF-8 representation of the 'replacement character' 0xfffd. It's probably* mojibake (garbled text) and could've junked anywhere between your system and our devices (including SoloLearn): https://en.m.wikipedia.org/wiki/Specials_(Unicode_block) - Note SoloLearn drops the ) on the link. https://en.m.wikipedia.org/wiki/Mojibake * Specials: "Since the replacement is the same for all errors this makes it impossible to recover the original character."
5th Mar 2017, 4:36 PM
Kirk Schafer
Kirk Schafer - avatar
+ 4
Use a hex editor and read the file. It should come out as a bunch of numbers. If you have the decryption key, use the decryption formula. After that, padding schemes to get the hidden message.
3rd Mar 2017, 2:43 PM
Wen Qin
Wen Qin - avatar
0
what is that dude??.. it is not readable
3rd Mar 2017, 2:24 PM
ibrahim selman
0
valentin hacker can you please explain it what is hex and how do i learn that
3rd Mar 2017, 2:33 PM
great man
great man - avatar
0
but i dont have decryption key can you tell me how do i get it and how to pad schemes plz tell me
3rd Mar 2017, 2:52 PM
great man
great man - avatar
0
i dont know i just got it from a file of android game which i want to hack
3rd Mar 2017, 3:03 PM
great man
great man - avatar
0
wen qin i have hex editor pro apk but when ever i open this file it shows me very very large list of numbers and letter then what do i do?
3rd Mar 2017, 3:07 PM
great man
great man - avatar