pub fn hash_password(plaintext_password: &str, salt: [u8; 16]) -> Hash
Creates a password hash by appending a 4 byte salt to the plaintext password.