如何找出加密方式

发布于 2024-10-29 04:36:13 字数 90 浏览 1 评论 0原文

如果我有原始和加密的字符串,我怎样才能找到加密方法? 例如,我有原始字符串 0812388140 和编码后的字符串 B2BCxW1tnHkzEfMfJM888Q==。

If I have the original and encrypted string how can I find out the encryption method?
for example I have original string 0812388140 and the encoded one B2BCxW1tnHkzEfMfJM888Q==.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

靑春怀旧 2024-11-05 04:36:13

如果加密算法是安全的(就像任何最受支持的算法一样),您就不能:它们的设计目的是使加密文本显示为随机数据,因此它们都不会留下提示您的“签名”。

If the encryption algorithm is secure (like any of the most supported ones is) you cannot: they are designed to make the encrypted text appear as random data, so none of them leaves a 'signature' that will hint you.

Smile简单爱 2024-11-05 04:36:13

这样想:密码系统是一台“黑匣子机器”。你可以放入一根绳子,然后从另一端取出一根绳子。你不被允许看里面。您真正要问的是如何通过查看将单个字符串输入黑匣子时出现的结果来了解黑匣子的内部工作原理?显然,您不能这样做。

Think about it this way: The cryptosystem is a "black box machine". You can put in a string, and you get out a string at the other end. You're not allowed to look inside. What you're asking is really how can I tell the inner workings of the black box by looking at what comes out when a single string is fed to the box? Clearly, you cannot do this.

行雁书 2024-11-05 04:36:13

仅仅看加密结果是无法得知算法的。

You cannot find-out the algorithm by simply looking at the encrypted result.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文