在某种程度上,文本是基于字母表布局编码的;
如果布局是加扰的(基于一个键)对每一个普通字符(扰码布局,编码D,加扰,编码A等)?
频率分析同样有效?谢谢。
发布于 2016-09-06 10:11:57
我的回答不会让你满意,但我们这里不分析密码。您的设计是有趣的笔和纸,但仍然可能是明智的统计分析,给出足够长的密码文本。
这基本上是与这里相同的答案。
您假设是弱攻击者:它只能访问密码文本。
在密码学中,我们认为是一个强攻击者:他可以完全访问该算法,并且可以尝试加密任意数量的明文。其思想是能够检索密钥,以便解密初始密码文本。
设想如下:
1. Eve has intercepted an encrypted message from Alice.
She can't read it.
2. During lunch, she access Alice's computer.
For some reason she can not decipher the message.
But she can encrypt many more messages so she will be able to attack the key later.
3. With all this encrypted message (with the same key) Eve can find the encryption key.
4. With this encryption key, she can now decrypt the initial message.这是通常的假设。在你的情况下,你只需要加密像AAA.A.B.Y.Z.在某个时候,你就会返回表的所有组合,从而导致密码的破解。
https://crypto.stackexchange.com/questions/39800
复制相似问题