Test Page

本页面用来进行测试

h2

h3

h4

h5

code code code code

  • list1
  • list2
  • list3
    • llist1
    • llist2
  1. list1
  2. list2
  3. list3
  4. list4
Test404.py
1
2
3
4
import os


os.system("ls -l")

I jump you jump

行千里路,吃万家菜

https://404.com

404

$C^2$

graph LR 
    subgraph 初始轮 
        txt[明文块] --> init0[加轮秘钥] 
    end 
    subgraph 普通轮 第1轮
        pu0[字节代替] 
        pu1[行移位] 
        pu2[列混淆] 
        pu3[加轮秘钥] 
    end
    init0[加轮秘钥] --> pu0[字节代替] 
    pu3[加轮秘钥] --> lue0[...] 
    subgraph 普通轮 第9轮
        pu20[字节代替] 
        pu21[行移位] 
        pu22[列混淆] 
        pu23[加轮秘钥] 
    end
    lue0[...] --> pu20[字节代替] 

    subgraph 最终轮
        end0[字节代替]
        end1[行移位]
        end2[加轮秘钥]
    end
    pu23[加轮秘钥] --> end0[字节代替]
    end2[加轮秘钥] --> end3[密文] 

    subgraph 扩展密钥
        expand0[W 0-15]
        expand1[W 16-31]
        expand2[W 144-159]
        expand3[W 160-175]
    end

    密钥 --- expand0[W 0-15]

    expand0[W 0-15] --> init0[加轮秘钥]
    expand1[W 16-31] --> pu3[加轮秘钥]
    expand2[W 144-159] --> pu23[加轮秘钥]
    expand3[W 160-175] --> end2[加轮秘钥]

error