Peter2150
December 18th, 2003, 08:42 AM
Three questions.
1st. Is there a maximum length password that can be used.
2nd. Are longer lengths more effective, or is there a point above which it doesn't matter.
3rd. Is the space used as a character?
Jason_R0
December 18th, 2003, 10:32 PM
1. From what I recall it may be around 256 characters.
2. 40 Random characters basically equals 256bit protection. If you aren't using random characters you will need more. Some people use "phrases" or sentences as passwords since they are easy to remember. A 60 character phrase should roughly be equal to 256bits of protection, give or take.
3. Yeah it can be used. :)
A 20 random character password equals roughly 128bits of protection. Your password should ideally match the keysize you are encrypting, so anywhere from 20+ random characters to 40 will provide enough protection for many many years. CryptoSuite also adds "work-factor" to passphrases/keys to make them even harder to bruteforce.
-Jason-
vBulletin® Copyright ©2000-2008, Jelsoft Enterprises Ltd.