-
Is that the password or the private key statistics?
Because if it's a password, then it can be easily defended if you put something 50-60 character long.
it is the password which is used to encrypt the wallet file and NO you do not need a 50-60 char long pass. brute force is done with a dictionary or similar ways so you are still pretty safe with a password which is 8 char long but it is random letter+number+signs
although i am interested to hear from f___o about the method he is talking about for breaking these encryptions, is it brute force the way i think or is it something else?
You should have at least 20 chars, but that is pretty bad for longterm. So anything over 30 chars should be considered.