Difference between revisions of "Template:Infobox encryption method/doc"
Jump to navigation
Jump to search
imported>Jonesey95 m (Fix invalid self-closed HTML tag or other HTML Tidy-related tag error) |
imported>Sasuke Sarutobi (Populated info table and blank version of the template) |
||
| Line 2: | Line 2: | ||
==Example usage== | ==Example usage== | ||
| − | {{Infobox | + | {{Infobox encryption method |
| name = AES | | name = AES | ||
| image = [[Image:AES-SubBytes.svg|280px|center]] | | image = [[Image:AES-SubBytes.svg|280px|center]] | ||
| Line 19: | Line 19: | ||
{{clear}} | {{clear}} | ||
<pre><nowiki> | <pre><nowiki> | ||
| − | {{Infobox | + | {{Infobox encryption method |
| name = AES | | name = AES | ||
| image = [[Image:AES-SubBytes.svg|280px|center]] | | image = [[Image:AES-SubBytes.svg|280px|center]] | ||
| Line 35: | Line 35: | ||
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
| + | This template summarizes information about an encryption method. If you have suggestions as to how the template may be improved, please leave a message on the [[Template talk:Infobox encryption method|talk page]]. | ||
| + | |||
| + | ===All available parameters === | ||
| + | <pre style="overflow:auto"> | ||
| + | {{Infobox encryption method | ||
| + | | name = | ||
| + | | image = | ||
| + | | caption = | ||
| + | | designers = | ||
| + | | publish date = | ||
| + | | derived from = | ||
| + | | derived to = | ||
| + | | related to = | ||
| + | | key size = | ||
| + | | block size = | ||
| + | | structure = | ||
| + | | rounds = | ||
| + | | cryptanalysis = | ||
| + | }} | ||
| + | </pre> | ||
| + | |||
| + | ==Parameters== | ||
| + | This infobox takes a number of parameters, which are all optional: | ||
| + | |||
| + | {|class="wikitable" width="100%" | ||
| + | |- | ||
| + | !Parameter | ||
| + | !Description | ||
| + | |- | ||
| + | | style="text-align:center;" |'''name''' | ||
| + | |. | ||
| + | |- | ||
| + | | style="text-align:center;" |'''image''' | ||
| + | |. | ||
| + | |- | ||
| + | | style="text-align:center;" |'''caption''' | ||
| + | |. | ||
| + | |- | ||
| + | | style="text-align:center;" |'''designers''' | ||
| + | |. | ||
| + | |- | ||
| + | | style="text-align:center;" |'''publish date''' | ||
| + | |. | ||
| + | |- | ||
| + | | style="text-align:center;" |'''derived from''' | ||
| + | |. | ||
| + | |- | ||
| + | | style="text-align:center;" |'''derived to''' | ||
| + | |. | ||
| + | |- | ||
| + | | style="text-align:center;" |'''related to''' | ||
| + | |. | ||
| + | |- | ||
| + | | style="text-align:center;" |'''key size''' | ||
| + | |. | ||
| + | |- | ||
| + | | style="text-align:center;" |'''block size''' | ||
| + | |. | ||
| + | |- | ||
| + | | style="text-align:center;" |'''rounds''' | ||
| + | |. | ||
| + | |- | ||
| + | | style="text-align:center;" |'''cryptanalysis''' | ||
| + | |. | ||
| + | |- | ||
| + | |} | ||
<br clear="both" /> | <br clear="both" /> | ||
Revision as of 20:43, 30 May 2017
| 40px | This is a documentation subpage for Template:Infobox encryption method. It contains usage information, categories and other content that is not part of the original template page. |
Example usage
The SubBytes step, one of four stages in a round of AES | |
| General | |
|---|---|
| Designers | Vincent Rijmen, Joan Daemen |
| First published | 1998 |
| Derived from | Square |
| Successors | CRYPTON, Anubis, Grand Cru |
| Related to | ... |
| Cipher detail | |
| Key sizes | 128, 192 or 256 bits |
| Block sizes | 128 bits |
| Structure | Substitution-permutation network |
| Rounds | 10, 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 encryption method
| 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 [...]
}}
This template summarizes information about an encryption method. If you have suggestions as to how the template may be improved, please leave a message on the talk page.
All available parameters
{{Infobox encryption method
| name =
| image =
| caption =
| designers =
| publish date =
| derived from =
| derived to =
| related to =
| key size =
| block size =
| structure =
| rounds =
| cryptanalysis =
}}
Parameters
This infobox takes a number of parameters, which are all optional:
| Parameter | Description |
|---|---|
| name | . |
| image | . |
| caption | . |
| designers | . |
| publish date | . |
| derived from | . |
| derived to | . |
| related to | . |
| key size | . |
| block size | . |
| rounds | . |
| cryptanalysis | . |