#Request returns to homepage
1 messages · Page 1 of 1 (latest)
translation error
I also wouldn’t be putting so much validation around the email and password fields, as you’re just leaking whether an email actually exists in the database, and the minimum and maximum length of passwords, which just means an attacker can narrow their efforts.
What's the directory?
ok, but these evaluations do not check with the database, they only ask for a password and the minimum number of characters
Yes, and now an attacker can go “Cool, I just need to bother with trying to crack passwords between 8 and 50 characters.”
passwords over 8 characters, with number, lowercase and uppercase letter and a special character take years to be cracked.
years is an exaggeration but days
and if I increase it to 12 characters, this becomes impossible