Jump to content

Template:Infobox encryption method

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sardanaphalus (talk | contribs) at 12:34, 19 March 2008 ({{Infobox}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
{{Infobox encryption method
| name          = AES
| image         = [[Image:AES-SubBytes.svg|280px|center]]
| caption       = The <code>SubBytes</code> step, one of four stages in a round of AES
| designers     = [[Vincent Rijmen]], [[Joan Daemen]]
| publish date  = 1998
| derived from  = [[Square (cipher)|Square]]
| derived to    = [[CRYPTON]], [[Anubis (cipher)|Anubis]], [[Grand Cru (cipher)|Grand Cru]]
| related to    = ...
| key size      = 128, 192 or 256 bits
| block size    = 128 bits
| structure     = [[Substitution–permutation network]]
| rounds        = 10, 12 or 14 (depending on key size)
| cryptanalysis = A [[related-key attack]] can break up to 9 rounds of 256-bit AES [...]
}}

This template summarizes information about an encryption method. If you have suggestions as to how the template may be improved, please leave a message on the talk page.

All available parameters

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

Parameters

This infobox takes a number of parameters, which are all optional:

Parameter Description
name .
image .
caption .
designers .
publish date .
derived from .
derived to .
related to .
key size .
block size .
rounds .
cryptanalysis .


|

{{{name}}}
{{{image}}}
{{{caption}}}
General
Designers{{{designers}}}
First published{{{publish date}}}
Series{{{series}}}
Derived from{{{derived from}}}
Successors{{{derived to}}}
Related to{{{related to}}}
Certification{{{certification}}}
Detail
Digest sizes{{{digest size}}}
Key sizes{{{key size}}}
Security claims{{{security claim}}}
Block sizes{{{block size}}}
Structure{{{structure}}}
Rounds{{{rounds}}}
Best public cryptanalysis
{{{cryptanalysis}}}

|}