python-dvr icon indicating copy to clipboard operation
python-dvr copied to clipboard

Base64-ish communication format?

Open Caian opened this issue 3 years ago • 1 comments

Hello, congratulations for the work and effort.

I'm using Wireshark to decode some messages from my ICSee app/camera that are different from yours, but my requests and responses are not coming in plain JSON format, but rather something that resembles base64. I tried to decode it as base64, but it returns gibberish.

Have you ever encountered something like this? I'm suspecting it is some form of encryption using the password stored in the device.

Thank you.

Caian avatar Jul 02 '21 09:07 Caian

I am try to capture Dahua - it format like XM - 20 bytes head, but all conversation comes in binary and no documentation for it. Im thinks it is possible - step by step decrypting - camera have not cpu power to hard realtime enryption. But you may be need to dissassemble windows exe/dll or android apk/java/class to understand protocol.

NeiroNx avatar Jul 02 '21 17:07 NeiroNx