Template talk:Infobox encryption method: Difference between revisions

Content deleted Content added
Klutzy (talk | contribs)
 
(13 intermediate revisions by 7 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 (cipher)|Crypton]], [[Anubis (cipher)|Anubis]], [[GRAND CRU]]
| 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 [...]
}}
<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 (cipher)|Crypton]], [[Anubis (cipher)|Anubis]], [[GRAND CRU]]
| 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 39 ⟶ 6:
 
:Sure, all good ideas. I don't know about the sections part, though. In my opinion, the sections with four variables on the older infobox were too short to warrant a section - and they're likely to be even shorter with this one due to optional parameters. I would try them out, but I don't have time to play around right now. Of course you're welcome to give it a shot yourself. -- [[User:Intgr|intgr]] 21:35, 25 September 2006 (UTC)
 
::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)