Help with code (seems to be hexadecimal)

3

Hello, in my course had a joke, anyone who could decipher the code would win a prize, I tried in hexadecimal, but I did not get anything.

51 44 52 20 59 44 20 57 44 52 20 4a 48
51 57 4c 4f 50 48 51 57 48 20 51 48 56
56 44 20 45 52 44 20 51 52 4c 57 58 20
48 56 46 58 55 44 55 44 4c 59 44 20 46
52 51 57 55 44 20 44 20 50 52 55 57 48
20 47 44 20 4f 58 43 20 54 58 20 49 58
4f 4a 58 55 44

Note: This does not have much to do with programming, but I would greatly appreciate your help in this.

Obs2: I'm not even going to participate in the game, I'm just really curious.

    
asked by anonymous 22.10.2016 / 01:33

2 answers

8

Just like you, I saw that it was a hexadecimal code. So I converted the data to ASCII table values here . Giving me this result:

"QDR YD WDR JHQWLOPHQWH QHVVD ERD QRLWX HVFXUDUDLYD FRQWUD D PRUWH GD OXC TX IXOJXUD"

After receiving this result, I found it to be a code generated by the Cesar's cipher . So I went into an online tool of brute force and I put the result of the previous step, which brought a satisfactory result (with the +3 shift in the original message):

"NAO VA TAO GENTILMENTE NESSA BOA NOITU ESCURARAIVA CONTRA A MORTE DA LUZ QU FULGURA"

NOTE: There may have been an error during some of the conversions because it was done in tools that I have not tried before. But the essence of the message is this and the process to be done is that.

    
22.10.2016 / 02:04
2

This is hexadicimal yes

Translation is this

QDR YD WDR JH
QWLOPHQWH QHV
VD ERD QRLWX
HVFXUDUDLYD F
RQWUD D PRUWH
 GD OXC TX IX
OJXUD

Now it only lacks the mathematical function that unloads this

Our friend even found a translation, but it must be some encrypted command code.

    
22.10.2016 / 02:05