D
D
Developer2015-07-03 16:29:13
Encryption
Developer, 2015-07-03 16:29:13

How to decrypt this data?

There is the following data set, most likely some (int) id.
Is there a way to decode them?
It ONLY looks like a hash, but it is known for sure that this data can be decoded into a number.
With a high degree of probability, this was done intentionally to mislead - make the length 32 bytes, make the characters look like md5
. In fact, the task is to identify the decoding algorithm.
be1076ef2926b1989ec6e76ccff5ee55
dee00a298f55bf2f9afe92f69cf22228
3c41e618966805fcea9ae651878168ce
deb2479e5a72b18af1f75e8867cecea9
b7449f2eea213af712a996ef596ecc1f
063d381fac5138158fe79ce1faf76825
402fe6ef79ee42961fe21a5969f2f9e2
bdcf3ca7afc73e96ecf1121e18695516
4b907ea655194eaa77886c28c578998c
446ddf22f6e5b158cf21c885528af516
d03caf2ecfa73f1c67c657e727fe891a
430c42172911d92efaace9a5911aa5ca
bdd38f6e5acfde95a12296c698c28fc9
d4dbd228f8aab299c6818161915eeee8
f6c7c5999ce0aa26c86597a89ae621cf
286edaae998096f5a729ace26168c19a
2260acf27910af1eca177fc657c8e85c
79adb88955f3282669a89f7a8ae1289e
2cdfee66211be8168c6ef18988c1281a
ca38d869acf4911c9a58f227fef52751
16dde21f61139ef6c25a2171756799f5
efdbd9275f1b8caa1af1279f82681977
9012c9ec57ada7a882798e92277215af
54870c826520f7a59992c52575a86a2f
236d2c15e66d6c2e267a8ec7a1762e16

Answer the question

In order to leave comments, you need to log in

4 answer(s)
L
Lander, 2015-07-03
@usdglander

If it is reliably known that this is a reversible encoding, then at least several full pairs of [number, encoded number] are needed. Then one can build a series of incomplete Boolean functions, minimize them, and test the guess. But this is still a hemorrhoids ... Question: Is it worth it?

A
Alexey Ukolov, 2015-07-03
@alexey-m-ukolov

This data is most likely not encrypted, but hashed, so no.

V
Vov Vov, 2015-07-03
@balamut108

It's like md5 or SHA1. This data cannot be decrypted. There can be no other answer.

S
Spetros, 2015-07-03
@Spetros

How to decrypt this data?

Do not decrypt - the algorithm is unknown.
You can decode by converting the number system from hexadecimal to any other.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question