AES-GCM decryption vector length
1

Is there any updated doc for implementing AES-GCM decryption ? I'm getting a weird error : The specified nonce is not a valid size for this algorithm. (Parameter 'nonce')

Looks like the size of the iv is incorrect for the algorithm but im using the full length of the vector received.

Alejandro
Asked about a month ago
Bar

Which documentation are you using at the moment?

April 24 at 6:52 AM
Selected Answer
1

https://developers.facebook.com/docs/whatsapp/flows/guides/implementingyourflowendpoint#request-decryption-and-encryption

That one

April 24 at 3:14 PM
Alejandro
Bar

Which language are you implementing it in, and are you using any of the code samples (found on the same page you linked)?

April 24 at 3:22 PM
Alejandro

Im using c# Netcore 6.0 taking the Java example as base

April 25 at 6:31 AM