A password with an embedded ampersand causes the latest USPS to choke - the error response is

80040B19 - XML Syntax Error: Please check the XML request to see if it can be parsed.(B)

Perhaps

htmlspecialchars($password,ENT_XML1)

is the way to pass the password in.