Key clustering: Difference between revisions

Content deleted Content added
This link doesn't seem to have anything to do with cryptography
m Typo and General fixing, replaced: with out → without using AWB
Line 14:
==Importance==
 
If an 'attacker' tries to break a cipher by [[brute-force]] (trying all possible keys until it finds the correct key) then key clustering will result in an easier attack on a particular cipher text. If there are N possible keys with outwithout any key clustering then the attacker will on average need to try N/2 keys to decrypt it and a worst case of trying all N keys. If there are two keys that are clustered then the average number of keys to try is reduced to N/4 (worst case is N-1 keys). If three keys cluster than average attempt is only N/6 attempts.
 
==References==
Line 20:
 
[[Category:Key management]]
 
 
{{crypto-stub}}