Skip to content

Is there anyway to generate dsid=-1 type's otp headers? #117

@Me9ur1

Description

@Me9ur1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions