public static function encryptPassword($password) { return strrev(sha1(strtolower($password)).sha1(strtoupper($password))); }