|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 2 matches |
Author |
Message |
Topic: Using hmac-sha256 |
blink
Replies: 2 Views: 25968
|
Forum: WebSphere DataPower Posted: Tue Aug 22, 2017 11:10 am Subject: Using hmac-sha256 |
Here is the associated code to help clarify what I'm trying to do:
DP code:
var keyBuf = new Buffer("mysecretkey");
var hmac = crypto.createHmac('hmac-sha256', keyBuf) ... |
Topic: Using hmac-sha256 |
blink
Replies: 2 Views: 25968
|
Forum: WebSphere DataPower Posted: Tue Aug 22, 2017 11:08 am Subject: Using hmac-sha256 |
At a high level i'm looking for a way to mimic the hmac-sha256 function used in JavaScript.
The JS version allows for a secret key which is not a 256 bit value e.g. "mysecretkey". Howe ... |
|
|
|