study of analyzing cryptographic systems in order to get information of the key or the message by finding weaknesses in the cryptographic algorithm.
The question on this tag should be related to one of the following subjects: Cryptanalysis methods, Cryptanalysis implementations. It should not contain question about: side channel attacks.
The quality of an attack is measured by 3 parameters:
Time: The amount of encryptions taken to attack. It can be splitted to time before attacking and online time.
Memory: Size of the needed memory.
Data: Amount of data needed to perform the attack. This can be known plaintext, chosen plaintexts, known ciphertext, etc.