adduc / stitcher-password
为Stitcher API加密密码
1.0
2017-01-02 10:52 UTC
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-09-18 20:12:32 UTC
README
此库用于加密在Stitcher API中使用密码。
示例
<?php
$deviceId = "abcdef";
$password = "qwerty";
$encrypter = new Adduc\Stitcher\Password();
$encrypted = $encrypter->encrypt($deviceId, $password);