Template talk:Infobox encryption method: Difference between revisions

Content deleted Content added
Sardanaphalus (talk | contribs)
m moved Template talk:Infobox Block cipher to Template talk:Infobox Encryption method: Template to be edited to handle Infobox Cryptographic hash function
Klutzy (talk | contribs)
 
(3 intermediate revisions by 3 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)|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 ==
 
Line 55 ⟶ 19:
 
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)