Search:

Type: Posts; User: XardozCom

Search: Search took 0.02 seconds.

  1. Re: [VB6] HMAC-SHA-256, HMAC-SHA-1 Using Crypto API

    Well, I guess it did not work.
    For some reason it worked once (Or appeared to).

    Input string: (Each line ends in a Chr$(10))


    Output from Class:
    au9MEWefulSThFOdIIzt796TU1uhbeSZWu1NAe6+aac=...
  2. Replies
    7
    Views
    3,963

    Re: xml over https

    Will this code work?


    Dim HTTP
    Set HTTP = CreateObject("WinHttp.WinHttpRequest.5.1")
    HTTP.setTimeouts 50000, 50000, 50000, 50000

    ...
  3. Re: [VB6] HMAC-SHA-256, HMAC-SHA-1 Using Crypto API

    Solved

    The Encoder was generating a result of: mQIrKnsvUpMQ/rGUe/mAv5xFvpwoqwCRAB1YsYa7YM8=

    But the host is calculating/expecting: mz6rcXAtV3Qyx7DqnxQ/0PY8/wj8prf3ON3Dyt22dtk=

    I am following...
  4. Replies
    3
    Views
    16,419

    Re: VB6 WinHttp not working

    Sorry for the mis-post.

    Thank you Olaf, I found the solution as you posted :)

    Issue solved.
    Below causes the issue, ASYNC=True

    HTTP.Open "POST", sAddress, True

    This works! ASYNC=False
  5. Replies
    3
    Views
    16,419

    VB6 WinHttp not working

    Dim HTTP
    Set HTTP = CreateObject("WinHttp.WinHttpRequest.5.1")
    HTTP.setTimeouts 50000, 50000, 50000, 50000
    HTTP.Open "POST", sAddress, True
    ...
  6. Re: [VB6] HMAC-SHA-256, HMAC-SHA-1 Using Crypto API

    Nevermind, found the answer above!
  7. Re: [VB6] HMAC-SHA-256, HMAC-SHA-1 Using Crypto API

    You demo work great, but when I try to throw my own data at it, I get: ""Failed to determine decoded length, system error ", "System Error 13"

    Any Ideas?
Results 1 to 7 of 7



Click Here to Expand Forum to Full Width