P
P
Pro100Vova56262020-08-01 18:40:36
Encryption
Pro100Vova5626, 2020-08-01 18:40:36

What is a cipher and can it be decrypted without a key?

Hello.

A friend sent an encrypted message that I couldn't decipher. I could not recognize the code in Google (((

d1 82 d0 be d1 82 d0 b0 d0 bb d0 b8 d1 82 d0 b0 d1 80 d0 b8 d0 b7 d0 bc 20 d1 87 d0 b8 d1 81 d1 82 d0 be d0 b9 20 d0 b2 d0 be d0 b4 d1 8b4 2c d0 b0 20 d0 b7 d0 b4 d1 80 d0 b0 d1 81 d1 82 d0 b2 d1 83 d0 b5 d1 82 20 d0 9f d0 98 d0 9f

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
roswell, 2020-08-01
@Pro100Vova5626

Based on d1 and d0, this message is in UTF-8.

$data = 'd1 82 d0 be d1 82 d0 b0 d0 bb d0 b8 d1 82 d0 b0 d1 80 d0 b8 d0 b7 d0 bc 20 d1 87 d0 b8 d1 81 d1 82 d0 be d0 b9 20 d0 b2 d0 be d0 b4 d1 8b 2c d0 b4 d0 b0 20 d0 b7 d0 b4 d1 80 d0 b0 d1 81 d1 82 d0 b2 d1 83 d0 b5 d1 82 20 d0 9f d0 98 d0 9f';
echo hex2bin(str_replace(' ', '', $data)) . PHP_EOL; // тоталитаризм чистой воды,да здраствует ПИП

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question