nkaminski / csrmesh

Reverse engineered bridge implementation of the CSRMesh BTLE protocol
GNU Lesser General Public License v3.0
70 stars 20 forks source link

Use correct key derivation function on bruteforce #12

Closed t0mas closed 7 years ago

t0mas commented 7 years ago

Use network_key_feit instead of network_key in the ASCII string because the former works on ASCII and the latter expects a binary key. Was probably a typo, without this change it doesn't actually find the key.