Block cipher/Catalogs/Cipher table: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Sandy Harris
(New page: <table border="1" cellpadding="2" cellspacing="0" class="sortable wikitable"> <tr> <th>Cipher</th><th>Type</th><th>Block size</th><th>Key size</th><th>Rounds</th><th>S-boxes</th><th>Comm...)
 
imported>Sandy Harris
No edit summary
Line 3: Line 3:
   <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>Comment</th>
</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></td><td></td><td></td>
 
<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>
</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>
</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 standard</td>
</tr>
</tr>
</table>
</table>

Revision as of 02:22, 9 August 2009

CipherTypeBlock sizeKey sizeRoundsS-boxesComment
Advanced Encryption StandardSP network128128,192,25610 to 14one 8*8current US standard, widely used
Data Encryption StandardFeistel6456168 6*4obsolete, key too short against brute force
GOSTFeistel64256328 4*4Soviet standard