function cryptPassword(password, ssoId) { return hex_md5(hex_md5(password) + ssoId); }