D
D
Dmitry2021-04-19 20:40:22
Encryption
Dmitry, 2021-04-19 20:40:22

It is required to decrypt a character set but I do not know by what method?

Hi everyone. In the shkel, they asked me to decrypt a set of characters, but I don’t know what cipher to parse this business. If anyone knows or can help in any way, please let me know!

Here is the code -

dICP3AaovnywpKDbvj0GQg==

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Armenian Radio, 2021-04-19
@D1AM0ND

The == signs at the end most likely indicate that at the final stage this case was passed through base64

S
Saboteur, 2021-04-19
@saboteur_kiev

And nobody knows.
But if you were asked at school, then apparently you went through something. And apparently you need to try exactly what you went through.
According to the text - there are 16 bytes of a binary date, it can be anything, it does not look like any known signatures.

C
cicatrix, 2021-04-19
@cicatrix

Base64 is decoded into this sequence:
74 80 8f dc 06 a8 be 7c b0 a4 a0 db be 3d 06 42
But there is no meaningful text here. If it's binary data, then without context, it could be anything.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question