Holy shit fam

Attached: Untitled.png (751x417, 54K)

>nigger can't remember a 8 character long password
Smh

I’m sure he’s commenting on not being able to have a password longer than 16 characters

"password" is exactly 8 characters

>passwords must contain at least one letter

That's it.
>secure
?JÅ\

>Passwords must be original
>different from username
What are they keeping it all in plaintext?

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.

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];
}

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