Hashes a password
password The plain text password to hash Returns the hashed password
password
Future<String> hash(String password);