Template talk:Infobox encryption method: Difference between revisions

Content deleted Content added
m Fix links in 'derived to'
Klutzy (talk | contribs)
 
(10 intermediate revisions by 6 users 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)|]]
| 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 ==
 
Line 44 ⟶ 8:
 
::I just meant one very thin line under the image caption or just moving the caption closer to the image. Anyway, I might take a stab at it perhaps after I am finished with some other stuff. --[[User:Davidgothberg|David Göthberg]] 23:17, 25 September 2006 (UTC)
 
:::Well, I have removed the space between the image and its caption, do you still think it needs a line? -- [[User:Intgr|intgr]] 07:46, 15 December 2006 (UTC)
 
:We've got sections now! Any ideas what color they should be? I currently adopted the ones from {{tl|Infobox Weapon}} which I designed this after, but it does not look particularly good at the moment. -- [[User:Intgr|intgr]] 00:36, 10 May 2007 (UTC)
 
== "Certification" field? ==
I've been thinking of adding a "certification" field to the infobox that would say e.g. which block ciphers managed to the AES final, and which have been approved by [[NESSIE]]/[[CRYPTREC]]. Does anyone have ideas? -- [[User:Intgr|intgr]] 07:46, 15 December 2006 (UTC)
 
== Image? ==
 
Seriously? No block cipher has any images that would definitively identify it, except for diagrams that are going to be included later in the article. We should get rid of the image and caption part of the infobox: this infobox should be designed to work without images. [[User:Mangojuice|Mango]][[Special:Contributions/Mangojuice|<span style="color:orange">'''juice'''</span>]]<sup>[[User talk:Mangojuice|talk]]</sup> 19:32, 25 June 2007 (UTC)
 
 
== Digest size link nonsense ==
[[Digest size]] section points to an article on magazines size (??). No "hash digest size" article exists yet, but it should points to [[Hash_function]] as it makes a little more sense. I tried to change it myself but it doesn't seems to work.
:I've fixed it to point at [[Cryptographic hash function]]. Thanks, [[User:nneonneo|nneonneo]] <sup>[[User_talk:nneonneo|talk]]</sup> 22:21, 22 February 2009 (UTC)