Difference between revisions of "AT+XNONCE"

From The iPhone Wiki
Jump to: navigation, search
(initial page)
 
Line 1: Line 1:
 
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|baseband firmware]]. The baseband checks the certificate and allows or denies installation of its firmware.
 
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|baseband firmware]]. The baseband checks the certificate and allows or denies installation of its firmware.
  +
<br>This string can be obtained by using the [[MobileDevice Library]] to call for AMDeviceCopyValue on "BasebandNonce".
   
 
===References / More infos===
 
===References / More infos===

Revision as of 04:45, 6 February 2011

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