423
Creating a password in 2023 be like
(programming.dev)
Post funny things about programming here! (Or just rant about your favourite programming language.)
In the least bad case, they encrypt the password instead of hashing it, making it possible to decrypt the password.
In the most common case, they store the password in plaintext, so there isn't even any encryption to be reversed.