|
|
|
|
|
by OskarS
2476 days ago
|
|
Yeah. It either means that they do, in fact, save your passwords and the column in the database has a fixed length. Or... I dunno... the backend is written in C and they store the password in a `char password[16];` before sending it off to be hashed. Whatever the reason is, it's pretty darn stupid! |
|