跳转到内容

Template:Infobox encryption method

维基百科,自由的百科全书

这是本页的一个历史版本,由Isnow留言 | 贡献2007年4月4日 (三) 19:40 {{PAGENAME}}编辑。这可能和当前版本存在着巨大的差异。


{{{name}}}
{{{image}}}
{{{caption}}}
開發者: {{{designers}}}
首次發表問世: {{{publish date}}}
基礎理論: {{{derived from}}}
繼承理論: {{{derived to}}}
相關理論: {{{related to}}}
認證: {{{certification}}}
密碼長度: {{{key size}}}
區塊大小: {{{block size}}}
結構: {{{structure}}}
回合數: {{{rounds}}}
最佳公開破解:
{{{cryptanalysis}}}

Syntax

{{Infobox block cipher
| name          = 
| image         = 
| caption       = 
| designers     = 
| publish date  = 
| derived from  = 
| derived to    = 
| related to    = 
| certification = 
| key size      = 
| block size    = 
| structure     = 
| rounds        = 
| cryptanalysis = 
}}

Description of fields

(See talk page for an example)

All fields except for name are optional.

  • name: Name of the block cipher, or preferably the abbreviation if the expansion contains multiple words and would not fit well.
  • image: An illustrative image for the block cipher; typically this would contain the cipher's Feistel function for Feistel-structured ciphers.
    • caption: (Only if the image field is specified) caption for the image.
  • designers: Names of the designers/authors of the block cipher, separated by commas. Should not contain organization names unless names of the real authors are unknown. The names should be linked if articles about them exist.
  • publish date: Date that the block cipher was first presented. If the exact date is unknown, this should at least contain the year number.
  • derived from: A comma-separated list of block ciphers that inspired the design of the subject block cipher.
  • derived to: A comma-separated list of block ciphers whose design was inspired by the subject block cipher.
  • related to: A list of block ciphers that are otherwise related to the subject. This field should be used minimally, and only when the relation is clearly remarkable.
  • certification: Entities that have selected/recommended this algorithm. For example, "AES finalist", "NESSIE", "CRYPTREC"
  • key size: Key size(s) that the block cipher was originally designed to operate with, in bits. Should contain the suffix "bits". May contain multiple sizes. For example, AES submissions would have "128, 192 or 256 bits"
  • block size: Size(s) of the input and output blocks of the block cipher. Should contain the suffix "bits". May contain multiple sizes.
  • structure: If the cipher follows a common structure. Typical ciphers should have "Feistel network" or "Substitution-permutation network" here.
  • rounds: The number(s) of rounds the cipher was originally designed to work with. May contain several values.
  • cryptanalysis: The best-known cryptanalysis for the subject cipher. Should contain a brief overview of the vulnerabilities found, and a footnote link to the reference.