Name: Anonymous 2008-09-22 13:01
Got a question. I know a few basic things about encryption, like how they say you need to make a password lengthy, use numbers, symbols and upper and lower case letters. But isn't password length essentially the most useful? For example, what if I made a password 50 characters, but all just 123 repeated? It's 50 characters long. Wouldn't it take ages for even a powerful computer to crack it?
See, I'm wondering why it matters if you have symbols/case changes or not. Doesn't a computer simply try one a time, regardless of what it actually is? Like 123 is the same to a computer as !5E, isn't it?
Do partial matches and patterns register when searching? Or does it need the entire password at once to get through? If so, length seems like the only important thing.
Another option. Couldn't you just create an insanely bizarre 120 character password and then copy and paste it? Assuming no keyloggers catch it, that would keep every (human) out, because you could easily hide it in a mix of other random numbers in another file. It could be a box of code hundreds of lines long, and to find it you just look for the starting 3 numbers or something and copy and paste from there.
It's mostly a curiosity thing, but I wonder if these methods would work.
See, I'm wondering why it matters if you have symbols/case changes or not. Doesn't a computer simply try one a time, regardless of what it actually is? Like 123 is the same to a computer as !5E, isn't it?
Do partial matches and patterns register when searching? Or does it need the entire password at once to get through? If so, length seems like the only important thing.
Another option. Couldn't you just create an insanely bizarre 120 character password and then copy and paste it? Assuming no keyloggers catch it, that would keep every (human) out, because you could easily hide it in a mix of other random numbers in another file. It could be a box of code hundreds of lines long, and to find it you just look for the starting 3 numbers or something and copy and paste from there.
It's mostly a curiosity thing, but I wonder if these methods would work.