On Mon, Feb 4, 2019 at 3:09 PM Dale <rdalek1...@gmail.com> wrote: > > I'm not sure if one can convert that to NSA time or not. o_O The > password contains upper/lower case letters, couple symbols from up top > of the number keys and several numbers. None of which anyone would be > able to guess in any way. They have nothing to do with that list of > things not to use, birthdays etc. If a person was trying to just guess > it, even a best friend who knows me extremely well, they would not be > able to guess it much less the order of it. The only bad thing, it > isn't to easy to type. Of course, a really good password usually isn't > so . . .
And do you use that password on only a single site? If you use it on more than one, then as soon as one of those sites is compromised it will sniff your password and then your password can be used on all the others without any cpu cycles wasted on brute-forcing it at all. That is the weakness of random passwords. Unless you use some kind of password manager you won't actually use a unique password on each site due to difficulty with memorization... -- Rich