Search found 23 matches

by imaxeman69
Thu Apr 21, 2022 3:02 pm
Forum: Other ScottKlement.com Tools
Topic: HMAC Hash Code
Replies: 9
Views: 13772

HMAC Hash Code

I'm trying to use your tool to generate an SHA256 Hash Code. I'm trying to compare what I'm getting from the program to what's coming out of Postman to do a POST to a Web Server. I know what's going in is the same, but what's coming out is not. I set up a proc/PI to pass the data and secret key to t...
by imaxeman69
Thu Mar 17, 2022 3:58 pm
Forum: YAJL-ILE
Topic: do_genValue: received YAJL generator status 4 for type code 1
Replies: 1
Views: 1642

Re: do_genValue: received YAJL generator status 4 for type code 1

Aaahhh. I didn't do a yajl_beginObj() after the yajl_genOpen(*on)
All good now.
by imaxeman69
Thu Mar 17, 2022 2:30 pm
Forum: YAJL-ILE
Topic: do_genValue: received YAJL generator status 4 for type code 1
Replies: 1
Views: 1642

do_genValue: received YAJL generator status 4 for type code 1

Getting this code when using yajl_addChar(). Not sure what may be happening.