- 18
- 0
- 约1.36万字
- 约 46页
- 2017-07-10 发布于贵州
- 举报
密码学-经典换加密法
内容纲要 Cipher Structure Transpositions(换位) 换位加密法不是用其他字母来代替已有字母,而是重新排列文本中的字母,类似于拼图游戏,所有的图块都在一个框中,只是排列的位置不同。 两种不同的换位加密法:单图(monographic)换位(例如skytale)和多图(polygraphic)换位。 换位加密法一般是利用几何图形(正方形、矩形),按一个方向填写构造明文,按另一个方向读取形成密文。 rail-fence(栅栏)加密法 三角形方式的换位 Rail Fence Process: 明文字母重排次序 栅栏加密法 明文: this is a test 密文: tiehsstsiat Other Figures 三角形方式: Permutation Method(置换法) Break the plaintext up into groups of a fixed size, d define a permutation of the integers 1 to d called f within each block, permute the letters according to f the key is (d,f)(d为每组字母数,f为置换规则) For example, let d = 5 and let f be
原创力文档

文档评论(0)