generate MD5 HASH from email, used for Gravatar API requests
String hash() { return _generateMd5(_email); }