问题描述
有一个字符串:
$ code >
gH7PoV9ADLnysp1cLW + GJA8NfXebOkIseAUJtxaIiTD + T7eGX VXYzWw + wfFpksRWrTtMo98lm / 064Zv3ZggISVzrspZpV3faC + jW82Tg3ywnrZCHihy2lub30XjH 9kT3R47gufHCPkZrBVIcaA1Nmm4uDmJLzC0FfItid2jyMiOGiW illHVBZ7HhOjFOuBlvRJwtOit801BFeqMD5kdnuon4KufDVy8N Sww0hTIxXfJmDeF / 3KS / Guu1pmj0UXnbollE5UsqqqP1HIMwdDqY / FP
我不知道加密算法。如何解密?
为了分析和解决这个问题,我应该学习什么?
解决方案如果你能看看代码,那将是最简单的方法。我认为这是不可能的,所以最终可能会受到教育的猜测。
但是,这里有一个关于该主题的大型对话:
最初的步骤可能是找出是否是哈希或不是,如果它是盐渍的。如果您能够对数据进行散列/加密,并查看结果,请尝试对相同数据进行两次哈希/加密。如果结果不同,可能会使用盐。
希望有所帮助。
How to decrypt a string with unknow encryption algorithm?
There is a string:
AgF8ZSL8gPMgnjRt/2MQYmvTdDRxP/z0Rdt0a/2kNGhRldJcvwmShr2HtVW5nrUO8ZMqQDJhL5rpSc6xzqS7uZ42 rr9Tt5XCGMUswTKWxOlOUQ==
and
gH7PoV9ADLnysp1cLW+GJA8NfXebOkIseAUJtxaIiTD+T7eGX VXYzWw+wfFpksRWrTtMo98lm/064Zv3ZggISVzrspZpV3faC+jW82Tg3ywnrZCHihy2lub30XjH 9kT3R47gufHCPkZrBVIcaA1Nmm4uDmJLzC0FfItid2jyMiOGiW illHVBZ7HhOjFOuBlvRJwtOit801BFeqMD5kdnuon4KufDVy8N Sww0hTIxXfJmDeF/3Ks/Guu1pmj0UXnbollE5UsqqqP1HIMwdDqY/FP
I don't know the encryption algorithm. How to decrypt it?
To analyze and solve this problem, what should I learn?
解决方案If you are able to have a look at the code, that would be the easiest way. I assume that is not possible so it will probably end up in educated guessing.
However, there is a large conversation about that topic here:
First steps would probably be to find out if it is a hash or not and if it is salted. If you were able to hash/encrypt data and look at the results, try to hash/encrypt the same data twice. If the result differs, there is probably a salt used.
Hope that helps a little.
这篇关于如何使用unknow加密算法解密字符串,帮助我?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!