PiotrMachowski / Xiaomi-cloud-tokens-extractor

This tool/script retrieves tokens for all devices connected to Xiaomi cloud and encryption keys for BLE devices.
MIT License
3.17k stars 327 forks source link

doesnt work #94

Closed realjax closed 1 year ago

realjax commented 1 year ago

error after chosing server is:

AttributeError: function/symbol 'ARC4_stream_init' not found in library '/usr/local/lib/python3.7/site-packages/Crypto/Util/../Cipher/_ARC4.cpython-37m-darwin.so': dlsym(0x308cb4fd0, ARC4_stream_init): symbol not found

realjax commented 1 year ago

In case someone else has same error, this fixed it for me

pip install pycryptodome==3.0.0

PiotrMachowski commented 1 year ago

Have you run the following command?

pip3 install -r requirements.txt
pwaldon commented 6 days ago

Python 3.12.3, works with pycryptodome==3.19.0