- #1
- 21
- 0
At what point does a key reach the size where it becomes infeasible to crack encryption directly? Entropy of 85-bits is currently not breakable, but that's how many characters if all 95 keyboard characters are used?
Is 8-12 enough?
Is it better to use a passphrase of 4 words (20 letters), or 10 mixed with #'s and symbols?
if the pw length is 10, using full ASCII,
speed: 100,000,000,000/sec
Brute Force Attack will take up to 21 years.
is this pw:
tobeornottobethatisthequestion
Length: 30
Entropy: 110.2 bits
Charset Size: 26 characters
better than:
¥k7¢Z÷T§e®P<€4_Fœv
Length: 18
Entropy: 108 bits
Charset Size: 242 characters
r) U*c6{2 :1w$o!I-D7~vO
Length: 23
Entropy: 111.2 bits
Charset Size: 95 characters
Is 8-12 enough?
Is it better to use a passphrase of 4 words (20 letters), or 10 mixed with #'s and symbols?
if the pw length is 10, using full ASCII,
speed: 100,000,000,000/sec
Brute Force Attack will take up to 21 years.
is this pw:
tobeornottobethatisthequestion
Length: 30
Entropy: 110.2 bits
Charset Size: 26 characters
better than:
¥k7¢Z÷T§e®P<€4_Fœv
Length: 18
Entropy: 108 bits
Charset Size: 242 characters
r) U*c6{2 :1w$o!I-D7~vO
Length: 23
Entropy: 111.2 bits
Charset Size: 95 characters