Pregunta de entrevista de PayU

How would you detect whether a API payload has been tampered on its way.

Respuesta de la entrevista

Anónimo

16 feb 2018

1. Using SSL. 2. By sending a checksum alongwith the payload, and then verifying the same at the server end. Checksum generation algorithm should not be easily guessable.

1