|
|
|
|
|
by Aqua_Geek
5121 days ago
|
|
> Are you attempting to reencrypt the parameters with another key? If so then why run that through https? I think they are talking about generating a hash from all of the parameters in the request + a secret, pre-shared key. Doing so prevents MITM attacks from changing the parameters. IIRC, Amazon does this (among many others). |
|