Key clustering: Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 14:
 
If an attacker tries to break a cipher by a [[brute-force attack]], trying all possible keys until it finds the correct key, key clustering makes it easier to attack a particular cipher text. If there are ''n'' possible keys without any key clustering, the attacker needs to try an average of ''n''/2 keys to decrypt it and no more than ''n'' keys. If there are two keys that are clustered, the average number of keys is reduced to ''n''/4 and the maximum is ''n''-1 keys. If three keys cluster, the average attempt is only ''n''/6 attempts.
 
==References==
{{reflist}}
 
[[Category:Key management]]
 
 
{{crypto-stub}}