Most of the articles and forums are stating that the Brute Force attack can test the strength of an encryption algorithm. However, I am looking for those attacks that AES can withstand for the testing simulation purpose.
Asked
Active
Viewed 119 times
0
-
1Hybrid Chaos? What does it mean? Do the answers of this question satisfy you Has AES-128 been fully broken? – kelalaka Jul 05 '20 at 14:19
-
@kelalaka nope.... I am new to cryptography and I would like to perform any attacks to an AES encryption and to prove that AES is strong enough. But I could not find any attacks that can be performed ..... – zebiskin Jul 05 '20 at 14:23
-
Other than the side-channel attacks, AES withstand attacks in 20 years. AES has shown itself quite resilient to attacks. – kelalaka Jul 05 '20 at 14:27
-
Is there any attacks that is easy to perform to the AES for testing simulation purpose? – zebiskin Jul 05 '20 at 14:28
-
1Cache attacks, you can find codes around. But remember these are not a direct mathematical attack on the AES. You cannot bruteforce a 128-bit key size. – kelalaka Jul 05 '20 at 14:30
-
Got ya, thanks a lot mate .... your answer is very helpful ! – zebiskin Jul 05 '20 at 14:32
-
2@zebiskin "I would like to perform any attacks to an AES encryption and to prove that AES is strong enough" - attacks can only prove the weakness of an algorithm, not its strength – ngn Jul 05 '20 at 14:48