Key Length
- •
def
- •
the size (in bits) of a cryptographic key
- •
- •
rule of thumb
- •
"length is strength" — the longer the key, the stronger it is; larger keys resist brute-force attacks better (an attacker has more possible combinations to try), and typical minimum lengths grow larger over time
- •
- •
- •
example
- •
AES 256 (256-bit key) is stronger than AES 128 (128-bit key)
- •
- •