ICE (encryption algorithm)
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Encryption }} '''ICE''' ('''Information Concealment Engine''') is a a 64-bit private key block cipher, in the tradition of DES. How...") |
Parchivist (Talk | contribs) |
||
Line 5: | Line 5: | ||
'''ICE''' ('''Information Concealment Engine''') is a a 64-bit private key block cipher, in the tradition of DES. However, unlike DES, it was designed to be secure against differential and linear cryptanalysis, and has no key complementation weaknesses or weak keys. In addition, its key size can be any multiple of 64 bits, whereas the DES key is limited to 56 bits. | '''ICE''' ('''Information Concealment Engine''') is a a 64-bit private key block cipher, in the tradition of DES. However, unlike DES, it was designed to be secure against differential and linear cryptanalysis, and has no key complementation weaknesses or weak keys. In addition, its key size can be any multiple of 64 bits, whereas the DES key is limited to 56 bits. | ||
− | It is implemented in [[SNOW/stegsnow]] | + | It is implemented in [[SNOW/stegsnow]], [[icecrypt]], and [[gifshuffle]]. |
== Links == | == Links == | ||
* [https://darkside.com.au/ice/index.html ICE homepage] | * [https://darkside.com.au/ice/index.html ICE homepage] |
Latest revision as of 21:43, 27 August 2023
ICE (Information Concealment Engine) is a a 64-bit private key block cipher, in the tradition of DES. However, unlike DES, it was designed to be secure against differential and linear cryptanalysis, and has no key complementation weaknesses or weak keys. In addition, its key size can be any multiple of 64 bits, whereas the DES key is limited to 56 bits.
It is implemented in SNOW/stegsnow, icecrypt, and gifshuffle.