K
K
Koa2013-11-24 12:23:17
PHP
Koa, 2013-11-24 12:23:17

Questions about "custom" ciphers in php

Task: decrypt this fragment (6245122585122554295262785262).
Explanation: the developer (who came up with the cipher) claims that:
a) the algorithm can only encrypt numbers, Latin letters, as well as several characters (- _ . @). The output is only numbers.
b) the algorithm allows you to decrypt them back.
c) there is a private key, not a word about the open one ...
Question 1: judging by the dog, there can be E-mail here, what is the probability of understanding the logic and how long will it take for an experienced programmer to solve this fragment?
Question 2: Are there any programs or web resources for data decryption?
Question 3: what is your personal opinion, what is it and can it still be solved?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Eugene Mosyukov, 2013-11-24
@GeneMoss

Most likely, the algorithm simply shifts the ASCII code of characters, or some other mat. performs an operation on character codes. Then, probably, every two digits is a character code.
If there is no way to encode a known string in advance, then you have to kill a lot of time until a brilliant guess visits.

S
SanyaZol, 2013-11-24
@SanyaZol

If you take two digits and consider them shifted ASCII codes , nothing will come of
it. , decrypted text: EVwb.wbMfOE5OE if xor + shift (2 keys), then the text is also obtained, not like the truth. more sophisticated variants assume that more than a very small piece of ciphertext is available.

N
Nikita Gusakov, 2013-11-24
@hell0w0rd

maybe some kind of xor? There are options on how to decrypt a section of an encrypted message

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question