iPhone Unique Device Identifier的40位udid key算法
Posted | archive
udid=hashlib.sha1(serial.upper()+imei+wifi_mac+bluetooth_mac).hexdigest()
print udid
都可以在iphones Settings - General -About里看到
Posted | archive
udid=hashlib.sha1(serial.upper()+imei+wifi_mac+bluetooth_mac).hexdigest()
print udid
都可以在iphones Settings - General -About里看到
Comments