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 16: | Line 16: | ||
</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>European standard</td> | <td>[[International Data Encryption Algorithm]]</td><td></td><td>64</td><td>128</td><td>8</td><td>none</td><td>European standard, uses modular multiplication</td> | ||
</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> | |||
</tr> | </tr> | ||
</table> | </table> |
Revision as of 01:29, 9 August 2009
Cipher | Type | Block size | Key size | Rounds | S-boxes | Comment |
---|---|---|---|---|---|---|
Advanced Encryption Standard | SP network | 128 | 128,192,256 | 10 to 14 | one 8*8 | current US standard, widely used |
Data Encryption Standard | Feistel | 64 | 56 | 16 | 8 6*4 | obsolete, key too short against brute force |
GOST | Feistel | 64 | 256 | 32 | 8 4*4 | Soviet standard |
International Data Encryption Algorithm | 64 | 128 | 8 | none | European standard, uses modular multiplication | |
Serpent | SP network | 128 | 128,192,256 | 32 | 8 4*4 | finalist in AES competition |