Relative Content

Tag Archive for protocolscommunication

Method to validate the Digest authentication process

I’m receiving data through the camera. Fortunately, this camera supports both MD5 and SHA256 for Digest authentication. Consequently, I became curious to inspect packets for both SHA256 and MD5. I was able to verify communication via SHA256 over HTTP. However, for MD5, I couldn’t observe the authentication packets sent from the client to the server. Nevertheless, video output works properly through ONVIF. Is this authenticated through a different protocol? Or have I done something wrong? Thanks for reading.