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?

21232f297a57a5a743894a0e4a801fc32123

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?