iPhone Unique Device Identifier的40位udid key算法

udid=hashlib.sha1(serial.upper()+imei+wifi_mac+bluetooth_mac).hexdigest()
print udid

都可以在iphones Settings - General -About里看到

Comments