AT+XNONCE

From The iPhone Wiki
Revision as of 04:45, 6 February 2011 by Whiteshinyapple (talk | contribs)
Jump to: navigation, search

The at+nonce command returns a random string that was generated at boot time. This string is used together with some other device specific identifiers as a base to let Apple generate a certificate, similar to SHSH, to allow installation of baseband firmware. The baseband checks the certificate and allows or denies installation of its firmware.
This string can be obtained by using the MobileDevice Library to call for AMDeviceCopyValue on "BasebandNonce".

References / More infos