Block cipher/Catalogs/Cipher table: Difference between revisions
< Block cipher | Catalogs
Jump to navigation
Jump to search
imported>Sandy Harris No edit summary |
imported>Sandy Harris No edit summary |
||
Line 1: | Line 1: | ||
<table border="1" cellpadding="2" cellspacing="0" class="sortable wikitable"> | <table border="1" cellpadding="2" cellspacing="0" class="sortable wikitable"> | ||
<tr> | <tr> | ||
<th>Cipher</th><th>Type</th><th>Block size</th><th>Key size</th><th>Rounds</th><th>S-boxes</th><th>Comment</th> | <th>Cipher</th><th>Type</th><th>Block size</th><th>Key size</th><th>Rounds</th><th>S-boxes</th><th>Standard in</th><th>Comment</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>[[Advanced Encryption Standard]]</td><td>SP network</td><td>128</td><td>128,192,256</td><td>10 to 14</td><td>one 8*8</td><td>current US standard, widely used</td> | <td>[[Advanced Encryption Standard]]</td><td>SP network</td><td>128</td><td>128,192,256</td><td>10 to 14</td><td>one 8*8</td><td>US, 2002 onward</td><td>current US standard, widely used</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>[[Data Encryption Standard]]</td><td>Feistel</td><td>64</td><td>56</td><td>16</td><td>8 6*4</td><td>obsolete, key too short against [[brute force]]</td> | <td>[[Data Encryption Standard]]</td><td>Feistel</td><td>64</td><td>56</td><td>16</td><td>8 6*4</td><td>US, 1976-2002</td><td>obsolete, key too short against [[brute force]]</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>[[GOST cipher|GOST]]</td><td>Feistel</td><td>64</td><td>256</td><td>32</td><td>8 4*4</td><td>Soviet | <td>[[GOST cipher|GOST]]</td><td>Feistel</td><td>64</td><td>256</td><td>32</td><td>8 4*4</td><td>Soviet Union</td><td></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>[[International Data Encryption Algorithm]]</td><td></td><td>64</td><td>128</td><td>8</td><td>none</td><td> | <td>[[International Data Encryption Algorithm]]</td><td></td><td>64</td><td>128</td><td>8</td><td>none</td><td>Europe</td><td>uses modular multiplication</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>[[Serpent (cipher)|Serpent]]</td><td>SP network</td><td>128</td><td>128,192,256</td><td>32</td><td>8 4*4</td><td>finalist in [[AES competition]]</td> | <td>[[Serpent (cipher)|Serpent]]</td><td>SP network</td><td>128</td><td>128,192,256</td><td>32</td><td>8 4*4</td><td></td><td>finalist in [[AES competition]]</td> | ||
</tr> | </tr> | ||
</table> | </table> |
Revision as of 01:34, 9 August 2009
Cipher | Type | Block size | Key size | Rounds | S-boxes | Standard in | Comment |
---|---|---|---|---|---|---|---|
Advanced Encryption Standard | SP network | 128 | 128,192,256 | 10 to 14 | one 8*8 | US, 2002 onward | current US standard, widely used |
Data Encryption Standard | Feistel | 64 | 56 | 16 | 8 6*4 | US, 1976-2002 | obsolete, key too short against brute force |
GOST | Feistel | 64 | 256 | 32 | 8 4*4 | Soviet Union | |
International Data Encryption Algorithm | 64 | 128 | 8 | none | Europe | uses modular multiplication | |
Serpent | SP network | 128 | 128,192,256 | 32 | 8 4*4 | finalist in AES competition |