Attached: Untitled.png (751x417, 54K)
Holy shit fam
Jaxson Morgan
Michael Wright
>nigger can't remember a 8 character long password
Smh
Samuel Martin
I’m sure he’s commenting on not being able to have a password longer than 16 characters
Connor Clark
"password" is exactly 8 characters
Logan Jenkins
>passwords must contain at least one letter
Alexander Nelson
That's it.
>secure
?JÅ\
Xavier White
>Passwords must be original
>different from username
What are they keeping it all in plaintext?
Ian Young
Why do people even code this? I know the 8 character minimum is from DES and historical NIST rules, but why limit at 16 instead of 72 or something.
Nathaniel Nguyen
They're storing in plaintext and need to save space. It's obvious especially when they ask for a 2^n - 1 length password, you just know someone went
struct User
{
char name[32];
char password[16];
}
Brandon Jones
Holy shit cringe
Normal websites aren't programmed in C/C++
Entropy of 16 characters of lower case, upper case, digits: 95
Time it takes to break at 1 million operations per second: 1.5e15 years
I'm sure you can manage