Website with weak passwords
let’s say there’s a website with passwords and account names that follow these rules :
– Account must be between 6~20 characters
– Account can only contain lower case letters and numbers
– Password can only contain letters(a-z) and numbers(0-9)
– Password must be between 6~16 characters
– Don’t use Account name as your password
how hard would it be to bruteforce a password, if you only knew an account name, and how much easier would it be if you knew the password’s length?
submitted by /u/7thinker
[link] [comments]