When you hash something, the output is usually 32 characters or more in length, no matter how long the original input.
How might a hash of the password admin
look?
Exactly! With a hash, no matter how long the input text, the output will always be the same length.
Isn't the output supposed to be at least 32 characters long?