Difference between revisions of "Template:Infobox encryption method/doc"
Jump to navigation
Jump to search
imported>Igor Yalovecky (←Created page with 'uk:Template:Infobox encryption method') |
imported>Klutzy (example usage moved from Template_talk:Infobox encryption method; +Category:Cryptography templates) |
||
| Line 1: | Line 1: | ||
| + | {{Documentation subpage}} | ||
| + | |||
| + | ==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" /> | ||
| + | |||
| + | <includeonly> | ||
| + | [[Category:Cryptography templates]] | ||
| + | |||
[[uk:Template:Infobox encryption method]] | [[uk:Template:Infobox encryption method]] | ||
| + | </includeonly> | ||
Revision as of 16:22, 11 August 2012
| 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 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 [...]
}}