WhatsApp Flows data exchange in c#
1

Hi there. I am looking at the Node.js documentation example and I cant seem to get the same example to work using c#. I keep getting the error: The specified nonce is not a valid size for this algorithm. (Parameter 'nonce').

Iv been looking around for possible solutions and every post I have seen regarding this issue is un answered. If you can help, please help.

Storm
Pregunta realizada el jueves
Respuesta seleccionada
1

I had the same problem, you must use an external library like bouncy castle, the problem is that the iv of the C# library accepts only 12 bytes and the iv of the cloud api is 16 bytes.

27 de septiembre a las 8:14 p. m.
Julian