Difference between revisions of "Template:Infobox encryption method/doc"

From blackwiki
Jump to navigation Jump to search
imported>DixonDBot
m (Migrating 1 interwiki links, now provided by Wikidata on d:Q6504919)
imported>Intgr
m (Dates/years shouldn't be linked any more)
Line 7: Line 7:
 
| caption      = The <tt>SubBytes</tt> step, one of four stages in a round of AES
 
| caption      = The <tt>SubBytes</tt> step, one of four stages in a round of AES
 
| designers    = [[Vincent Rijmen]], [[Joan Daemen]]
 
| designers    = [[Vincent Rijmen]], [[Joan Daemen]]
| publish date  = [[1998]]
+
| publish date  = 1998
 
| derived from  = [[Square (cipher)|Square]]
 
| derived from  = [[Square (cipher)|Square]]
 
| derived to    = [[CRYPTON]], [[Anubis (cipher)|Anubis]], [[Grand Cru (cipher)|Grand Cru]]
 
| derived to    = [[CRYPTON]], [[Anubis (cipher)|Anubis]], [[Grand Cru (cipher)|Grand Cru]]
Line 24: Line 24:
 
| caption      = The <tt>SubBytes</tt> step, one of four stages in a round of AES
 
| caption      = The <tt>SubBytes</tt> step, one of four stages in a round of AES
 
| designers    = [[Vincent Rijmen]], [[Joan Daemen]]
 
| designers    = [[Vincent Rijmen]], [[Joan Daemen]]
| publish date  = [[1998]]
+
| publish date  = 1998
 
| derived from  = [[Square (cipher)|Square]]
 
| derived from  = [[Square (cipher)|Square]]
 
| derived to    = [[CRYPTON]], [[Anubis (cipher)|Anubis]], [[Grand Cru (cipher)|Grand Cru]]
 
| derived to    = [[CRYPTON]], [[Anubis (cipher)|Anubis]], [[Grand Cru (cipher)|Grand Cru]]

Revision as of 14:54, 29 January 2016

Example usage

AES
The SubBytes step, one of four stages in a round of AES
General
DesignersVincent Rijmen, Joan Daemen
First published1998
Derived fromSquare
SuccessorsCRYPTON, Anubis, Grand Cru
Related to...
Cipher detail
Key sizes128, 192 or 256 bits
Block sizes128 bits
StructureSubstitution-permutation network
Rounds10, 12 or 14 (depending on key size)
Best public cryptanalysis
A related-key attack can break up to 9 rounds of 256-bit AES [...]


{{Infobox block cipher
| name          = AES
| image         = [[Image:AES-SubBytes.svg|280px|center]]
| caption       = The <tt>SubBytes</tt> 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 [...]
}}