-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase password padding #23
base: master
Are you sure you want to change the base?
Conversation
@waheedullahkhan001 I can't tell from your description - are you seeing some valid video but it keeps being interrupted, or are you just seeing noise? |
I am not able to preview it at all. I can only see the (I assume) video data being printed in console which I referred to as gibberish. |
Yes, that's as far as I got. I've looked at the stream contents and looked at the MP4 specs and cannot figure out what has been done to the video. It has obvious patterns, but nothing that looks like the expected video framing. My best guess is that it's been XORed with some key. I tried reversing the Android app but it has been obfuscated in some way that I haven't yet figured out. |
@kw217 Can you try changing the key to |
Hi Keith |
Thanks both! I'll give this a whirl in the next few days! |
For mine too: Hw_AIC33105_W1_50_WF1_20230519 |
Tested with 64-bytes mechanism: "invalid password" :( |
Any luck in decoding the stream? |
Same question here, can no one help get this v380 tool actually support v380? |
I'm hoping to get time to work on this again in the next few weeks. If anyone else is keen, please go ahead! |
Hi, I'm interested. How can I help? |
Try setting up the project and getting to the point where you get the stream data using comments here for starters. |
Use 64 bytes for encrypted passsword rather than 32, as required for my firmware Hw_AWT3610E_XHR_E_V1.0_WF_20231114.
Not ready for merge - it should probably be an option whether to use the old or new mechanism, and also I haven't yet proven that the stream data that comes out is usable.
Fixes #22 .