From Surf Wiki (app.surf) — the open knowledge base
Cipher security summary
Attacks against common ciphers
Attacks against common ciphers
This article summarizes publicly known attacks against block ciphers and stream ciphers. Note that there are perhaps attacks that are not publicly known, and not all entries may be up to date.
Table color key
Best attack
This column lists the complexity of the attack:
- If the attack doesn't break the full cipher, "rounds" refers to how many rounds were broken
- "time" — time complexity, number of cipher evaluations for the attacker
- "data" — required known plaintext-ciphertext pairs (if applicable)
- "memory" — how many blocks worth of data needs to be stored (if applicable)
- "related keys" — for related-key attacks, how many related key queries are needed
Common ciphers
Key or plaintext recovery attacks
Attacks that lead to disclosure of the key or plaintext.
| Cipher | Security claim | Best attack | Publish date | Comment | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| AES128 | 2128 | 2126.1 time, 288 data, 28 memory | 2011-08-17 | Independent biclique attack. | ||||||
| AES192 | 2192 | 2189.7 time, 280 data, 28 memory | ||||||||
| AES256 | 2256 | 2254.4 time, 240 data, 28 memory | ||||||||
| Blowfish | Up to 2448 | 4 of 16 rounds; 64-bit block is vulnerable to SWEET32 attack. | 2016 | Differential cryptanalysis. Author of Blowfish (Bruce Schneier) recommends using Twofish instead. SWEET32 attack demonstrated birthday attacks to recover plaintext with its 64-bit block size, vulnerable to protocols such as TLS, SSH, IPsec, and OpenVPN, without attacking the cipher itself.{{cite web | ||||||
| Twofish | 2128 – 2256 | 6 of 16 rounds (2256 time) | 1999-10-05 | Impossible differential attack. | ||||||
| Serpent-128 | 2128 | 10 of 32 rounds (289 time, 2118 data) | 2002-02-04 | Linear cryptanalysis. | ||||||
| Serpent-192 | 2192 | 11 of 32 rounds (2187 time, 2118 data) | ||||||||
| Serpent-256 | 2256 | |||||||||
| DES | 256 | 239 – 243 time, 243 known plaintexts | 2001 | Linear cryptanalysis. In addition, broken by brute force in 256 time, no later than 1998-07-17, see EFF DES cracker. Cracking hardware is available for purchase since 2006. | ||||||
| Triple DES | 2168 | 2113 time, 232 data, 288 memory; 64-bit block is vulnerable to SWEET32 attack. | 2016 | Extension of the meet-in-the-middle attack. Time complexity is 2113 steps, but along with proposed techniques, it is estimated to be equivalent to 290 single DES encryption steps. The paper also proposes other time–memory tradeoffs. SWEET32 attack demonstrated birthday attacks to recover plaintext with its 64-bit block size, vulnerable to protocols such as TLS, SSH, IPsec, and OpenVPN. | ||||||
| KASUMI | 2128 | 232 time, 226 data, 230 memory, 4 related keys | 2010-01-10 | author1=Orr Dunkelman | author2=Nathan Keller | author3=Adi Shamir | date=2010-01-10 | title=A Practical-Time Attack on the A5/3 Cryptosystem Used in Third Generation GSM Telephony | journal=Cryptology ePrint Archive | url=https://eprint.iacr.org/2010/013 }} |
| RC4 | Up to 22048 | 220 time, 216.4 related keys (95% success probability) | 2007 | Commonly known as PTW attack, it can break WEP encryption in Wi-Fi on an ordinary computer in negligible time. This is an improvement of the original Fluhrer, Mantin and Shamir attack published in 2001. |
Distinguishing attacks
Main article: Distinguishing attack
Attacks that allow distinguishing ciphertext from random data.
| Cipher | Security claim | Best attack | Publish date | Comment |
|---|---|---|---|---|
| RC4 | up to 22048 | ?? time, 230.6 bytes data (90% probability) | 2000 | Paper. |
Less-common ciphers
Key recovery attacks
Attacks that lead to disclosure of the key.
| Cipher | Security claim | Best attack | Publish date | Comment | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CAST (not CAST-128) | 264 | 248 time, 217 chosen plaintexts | 1997-11-11 | Related-key attack.{{cite conference | |||||||
| CAST-128 | 2128 | 6 of 16 rounds (288.51 time, 253.96 data) | 2009-08-23 | Known-plaintext linear cryptanalysis. | |||||||
| CAST-256 | 2256 | 24 of 48 rounds (2156.2 time, 2124.1 data) | |||||||||
| IDEA | 2128 | 2126.1 time | 2012-04-15 | url=https://www.di.ens.fr/~leurent/files/IDEA_EC12.pdf | title=Narrow-Bicliques: Cryptanalysis of Full IDEA | author1=Dmitry Khovratovich | author2=Gaetan Leurent | author3=Christian Rechberger | access-date=2015-08-26 | archive-url=https://web.archive.org/web/20131203001223/http://www.di.ens.fr/~leurent/files/IDEA_EC12.pdf | archive-date=2013-12-03 }} |
| MISTY1 | 2128 | 269.5 time, 264 chosen plaintexts | 2015-07-30 | Chosen-ciphertext, integral cryptanalysis, an improvement over a previous chosen-plaintext attack. | |||||||
| RC2 | 264 – 2128 | Unknown time, 234 chosen plaintexts | 1997-11-11 | Related-key attack. | |||||||
| RC5 | 2128 | ||||||||||
| SEED | 2128 | ||||||||||
| Skipjack | 280 | 280 | ECRYPT II recommendations note that, as of 2012, 80 bit ciphers provide only "Very short-term protection against agencies". NIST recommends not to use Skipjack after 2010. | ||||||||
| TEA | 2128 | 232 time, 223 chosen plaintexts | 1997-11-11 | Related-key attack. | |||||||
| XTEA | 2128 | ||||||||||
| XXTEA | 2128 | 259 chosen plaintexts | 2010-05-04 | Chosen-plaintext, differential cryptanalysis. |
Distinguishing attacks
Main article: Distinguishing attack
Attacks that allow distinguishing ciphertext from random data.
| Cipher | Security claim | Best attack | Publish date | Comment |
|---|---|---|---|---|
| CAST-256 | 2256 | 28 of 48 rounds (2246.9 time, 268 memory, 298.8 data) | 2012-12-04 | Multidimensional zero-correlation cryptanalysis. |
References
References
- (2011-08-17). "Biclique Cryptanalysis of the Full AES". Cryptology ePrint Archive.
- Vincent Rijmen. (1997). "Cryptanalysis and Design of Iterated Block Ciphers". Ph.D. Thesis.
- Dahna McConnachie. (2007-12-27). "Bruce Almighty: Schneier preaches security to Linux faithful". Computerworld.
- Niels Ferguson. (1999-10-05). "Impossible Differentials in Twofish".
- (2002-02-04). "Linear Cryptanalysis of Reduced Round Serpent".
- Junod, Pascal. (2001). "On the Complexity of Matsui's Attack".
- "DES Cracker Project". EFF.
- "COPACOBANA – Special-Purpose Hardware for Code-Breaking".
- Stefan Lucks. (1998-03-23). "Attacking Triple Encryption". Springer.
- (2010-01-10). "A Practical-Time Attack on the A5/3 Cryptosystem Used in Third Generation GSM Telephony". Cryptology ePrint Archive.
- Erik Tews. (2007). "Breaking 104 Bit WEP in Less Than 60 Seconds".
- (2001-12-20). "Weaknesses in the Key Scheduling Algorithm of RC4".
- Scott R. Fluhrer. "Statistical Analysis of the Alleged RC4 Keystream Generator".
- (2009-08-23). "Selected Areas in Cryptography".
- "Narrow-Bicliques: Cryptanalysis of Full IDEA".
- Achiya Bar-On. (2015-07-30). "A 270 Attack on the Full MISTY1". Cryptology ePrint Archive.
- Yosuke Todo. (2015-07-06). "Integral Cryptanalysis on Full MISTY1".
- (30 September 2012). "ECRYPT II Yearly Report on Algorithms and Keysizes (2011-2012)".
- [http://csrc.nist.gov/publications/nistpubs/800-131A/sp800-131A.pdf Transitions: Recommendation for Transitioning the Use of Cryptographic Algorithms and Key Lengths], NIST
- Elias Yarrkov. (2010-05-04). "Cryptanalysis of XXTEA". Cryptology ePrint Archive.
- Andrey Bogdanov. (2012-12-04). "Integral and multidimensional linear distinguishers with correlation zero". Springer.
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about Cipher security summary — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report