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
質問日時: 木曜日
選択された回答
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.

9月27日 20:14
Julian