Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HMAC/ Hashlib Tutorial Request
#1
I'm requesting a tutorial/ help on how to create a new HMAC using SHA512 to send a get request to Bittrex.com's API to place a buy/sell/etc order/request.

I know how to do requests that are public but am having a really tough time finding how to create a new HMAC.

The internet desperately needs a basic explanation on these two or three topics, because I have searched youtube, forums, google search results, modules' code on github, api documentations like on Bittrex itself, and even bought 3 courses on Udemy.

NOTHING is explaining the entire process of creating a new HMAC request.

I am gladly ready to send anyone who helps me learn how to do this a tip in Bitcoin, because I would appreciate help that much.

Or also just pointing me somewhere to learn about HMAC, hashlib, and anything else that I may be missing such as UTF-8 encoding, ASCII encoding, bytearray, or anything else that could be where I'm going wrong.

Just in case I was unclear, my goal here is this:

To be able to write something similar to this:

If bitcoin_price >= 10000:
then buy_bitcoin
Reply


Messages In This Thread
HMAC/ Hashlib Tutorial Request - by dn237 - Nov-17-2019, 12:06 PM
RE: HMAC/ Hashlib Tutorial Request - by Larz60+ - Nov-17-2019, 04:02 PM
RE: HMAC/ Hashlib Tutorial Request - by dn237 - Nov-19-2019, 05:53 AM
RE: HMAC/ Hashlib Tutorial Request - by dn237 - Nov-20-2019, 07:56 AM
RE: HMAC/ Hashlib Tutorial Request - by buran - Nov-20-2019, 08:11 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020