Template talk:Infobox encryption method: Difference between revisions

Content deleted Content added
Klutzy (talk | contribs)
 
(One intermediate revision by one other user not shown)
Line 1:
==Example usage==
{{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 [...]
}}
<br clear=all>
<pre><nowiki>
{{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 [...]
}}
</nowiki></pre>
<br clear="both" />
 
== Too grey/gray ==