h2non / jshashes

Fast and dependency-free cryptographic hashing library for node.js and browsers (supports MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hmac-SHA256 for aws

hectorvp opened this issue · comments

Can anyone tell me how can i use this code for aws signature generation.
It is step 3 of aws signature generation.
Link of aws doc : https://docs.aws.amazon.com/general/latest/gr/sigv4-calculate-signature.html

Signature generated does not match .......sample input is given in aws document.

@hectorvp this is an old one but my comment on #39 should help.