I already try this way to generate another type otp headers with python on macOS.
otp_headers1 = AOSUtilities.retrieveOTPHeadersForDSID_("-1")
otp_headers = AOSUtilities.retrieveOTPHeadersForDSID_("-2")
log:
otp_headers1 {
"X-Apple-MD" = "AAAABAAAABCUSYPb2nT6OaoJyN/yBJGF";
"X-Apple-MD-M" = "+TnpKeOVGRnPvxchTcWS37/+OUPvL+7/2pYveE4aMZByWX4LYgcpVO4cAevUN3BKXScDJ1aQ23ZCVpPz";
}
otp_headers {
"X-Apple-MD" = "AAAABQAAABBOzkL9GRHT+aMwQLL5Rsd8AAAAAQ==";
"X-Apple-MD-M" = "+TnpKeOVGRnPvxchTcWS37/+OUMYyodRSS1OIlD+h7v6n2gGSb4HdeuHuUeGcCgv6fZ4TVuGWZP5OsnU";
}
both can generate headers, but they are different, I want know can we generate type "-1" with your project.
I already try this way to generate another type otp headers with python on macOS.
otp_headers1 = AOSUtilities.retrieveOTPHeadersForDSID_("-1")
otp_headers = AOSUtilities.retrieveOTPHeadersForDSID_("-2")
log:
otp_headers1 {
"X-Apple-MD" = "AAAABAAAABCUSYPb2nT6OaoJyN/yBJGF";
"X-Apple-MD-M" = "+TnpKeOVGRnPvxchTcWS37/+OUPvL+7/2pYveE4aMZByWX4LYgcpVO4cAevUN3BKXScDJ1aQ23ZCVpPz";
}
otp_headers {
"X-Apple-MD" = "AAAABQAAABBOzkL9GRHT+aMwQLL5Rsd8AAAAAQ==";
"X-Apple-MD-M" = "+TnpKeOVGRnPvxchTcWS37/+OUMYyodRSS1OIlD+h7v6n2gGSb4HdeuHuUeGcCgv6fZ4TVuGWZP5OsnU";
}
both can generate headers, but they are different, I want know can we generate type "-1" with your project.