I'm tring to develope newcamd virtual server
i have read the newcamd protocol documentation
there is some missed Points
the newcamd protocol uses 3des encryption 112bit CBC Mode
point one : what is the padding mode??
point two : what is the vector key??
another thing for example
i spyed on client server connection tring to decrypt the connection without success
if the deskey is
0102030405060708091011121314
and the first server response after connection is (after converting to hex)
277FC3F64C995D9C05A8C660DB71
and the client replyed with
00480F9F373D0E167324955DDA875E69F7234CE3DCAE6DA9237AD14CF8C03DE13E11F6FE5D070BD84C2B44CEDE3CFAB30CADCDB3300274275133C9DE2DF288A2E576A7D93C47E0AA6AC3
how to decode this client messsage
i mean what is 3des 24byte key, what is the vector key??, and what the exact data should be decoded
thanks for reply