LoganDark, on 13 January 2016 - 11:12 PM, said:
Crappy password but without logic, very hard to crack
Not hard, time consuming. with your password you have 52^28 different possibilities at that length, and that's without symbols or spaces. Running my brute force that I was using, I was implementing symbols into it, so it would of taken 93^28 possible permutations until it found your password. running it now, it's still going to take a long time. So I guess we'll see.
Running the brute force I made, I'm at 5 digits with only capital and lowercase letters. It still will take the computer over 52^27 permutations to get your password. Given what I've been using to actually do so, making it count up in digits amount, it's actually more of 53^28 - 1 permutations.
Edited by Dragon53535, 14 January 2016 - 03:38 PM.