Hi there, I'm trying to write a login function that behaves like the latest LoginEx2 in Dahua's NetSDK. The camera replies with the Realm and Random number when prompted with the "hello" frame, and using that 2 numbers the SDK would calculate a 32-byte hash using some digest function. I found...