MarkWattTech / TuyaKeyExtractor

A simple C# Console Project that parses the preference.xml file to give you the local keys in a tidy format.
54 stars 13 forks source link

Decoding bug #9

Open bilogic opened 1 year ago

bilogic commented 1 year ago

Came via your youtube video. Thanks!

I think there might be a bug.

  1. Partial XML localKey":"D*QaYx<(K3Qsm=:d","lon"
  2. This was my output
    Local Key is   : D*QaYx<(K3Qsm=
  3. The key should have been D*QaYx<(K3Qsm=:d
DxrMorgan commented 11 months ago

Yes! Bug!

rrudner commented 9 months ago

I tried making my version of the app in python to get rid of this error https://github.com/rrudner/TuyaLocalKeyExtractor