MrARM / UDID-Tools

Various tools to get data for Apple iDevices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apple UDID Tools

Build Status Calculates apple UDIDs.

Features

Feel free to propose new ideas for the project. Future changes might include making a profile based check.

  • UDID Calculation

Example

UDID Calculation

use \mrarm\UDID\Tools;
$UDID = Tools::CalculateUDID("DMPPF84LFK11", "6552664192520", "5c:f5:da:98:fc:e4", "5c:f5:da:98:fc:e5");
echo($UDID);

Returns efe72ce274fb3deaea3568544e510b182f4a8b85

About

Various tools to get data for Apple iDevices.

License:Other


Languages

Language:PHP 100.0%