取得小米藍牙裝置 bindkey 加密金鑰 綁定碼
注意事項
- 要取得小米藍牙裝置的 bindkey 加密金鑰 綁定碼
- 台灣用戶的 Server 是 sg
環境
- 作業系統: MacOS 12.7
取得小米裝置資訊
curl -L -O https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor/releases/latest/download/token_extractor.zip
# 解壓縮
unzip token_extractor.zip
# 進入已解壓縮的資料夾
cd token_extractor
# 安裝該程式所需套件
pip3 install -r requirements.txt
# 執行該程式
python3 token_extractor.py
# 輸入小米帳號
# 再來輸入小米密碼
# Server 打 sg
# 就會列出該帳號有的所有裝置
# 欄位 BLE KEY 就是 bindkey 加密金鑰
來源:https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor#manual-run-in-python
留言
張貼留言