proget-hq/apple-activation-lock
最新稳定版本:0.2.0
Composer 安装命令:
composer require proget-hq/apple-activation-lock
包简介
Library for generating Apple Activation Lock Bypass key and hash
README 文档
README
Library for generating Apple Activation Lock Bypass key and hash
Install
composer require proget-hq/apple-activation-lock
Usage
require_once __DIR__.'/vendor/autoload.php'; use \Proget\Apple\ActivationLock\ActivationLockHashGenerator; use \Proget\Apple\ActivationLock\ActivationLockKeyGenerator; use \Proget\Apple\ActivationLock\ActivationLockRandomBytesGenerator; $bytes = (new ActivationLockRandomBytesGenerator())->generate(); $hash = (new ActivationLockHashGenerator())->generate($bytes); $key = (new ActivationLockKeyGenerator())->generate($bytes);
License
MIT
统计信息
- 总下载量: 14.87k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 60
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-22