- Регистрация
- 25.11.2012
- Сообщения
- 544
- Благодарностей
- 26
- Баллы
- 28
Ok, a real complex case and not sure I can use ZP to pull this off.
According to Amazon API, as a means to identify myself as a unique sender, I need to run my secret Amazon key (to access their product database) through a security algorithm.
Here is a quote here, part 8:
According to Amazon API, as a means to identify myself as a unique sender, I need to run my secret Amazon key (to access their product database) through a security algorithm.
Here is a quote here, part 8:
Someone managed to use Ruby to pull this off here, so I'm going to hunt for the c#, PHP or Java version. Someone mentioned using encode64, if that makes any sense?Calculate an RFC 2104-compliant HMAC with the SHA256 hash algorithm using the string above with this example AWS secret key: 1234567890. For more information about this step, see documentation and code samples for your programming language.
Последнее редактирование: