Jump to content
UBot Underground

[Free Plugin] HMCA SHA1 encryption


Recommended Posts

My first plugin HMCA SHA1 encryption

 

HMAC-SHA1 is a one-way hash and isn't meant to be decrypted.

 

The reason I created the plugin is some HTTP APIs are using it

 

you could also use it for storing password logins for you bots and several other uses.

 

post-7224-0-81478900-1386451867_thumb.png

 

to download and for instructions of use download from here http://robobest.com/2013/11/22/hmac-sha1/

 

many thanks and hopefully this will be the start of many free plugins

  • Like 2
Link to post
Share on other sites
  • 4 weeks later...
  • 7 months later...
  • 3 weeks later...
  • 3 weeks later...

Hi Kev,

 

Do you have an HMAC-SHA256 version? My guess is no, but though I'd ask on the off chance.

 

Cheers.

no but I can look at adding it, on the road at min once I'm back at base later in the week and catch up with a few things I can take a look.

 

thanks

Kev

Link to post
Share on other sites
  • 4 weeks later...

it needs to be base64 hash

 

also

 

SignatureMethod — The HMAC hash algorithm you are using to calculate your signature. Both HmacSHA256 and HmacSHA1 are supported hash algorithms, but Amazon recommends using HmacSHA256.

 

hmacsha1 and the required output format is already included in this plugin?

Link to post
Share on other sites

it needs to be base64 hash

 

also

 

SignatureMethod — The HMAC hash algorithm you are using to calculate your signature. Both HmacSHA256 and HmacSHA1 are supported hash algorithms, but Amazon recommends using HmacSHA256.

 

hmacsha1 and the required output format is already included in this plugin?

Yes, SHA1 is working fine. No issues right now. In emails I've had from the Amazon dev support team they have eluded to dropping SHA1 support in the future ... hence my post asking about SHA256.

Link to post
Share on other sites

Yes, SHA1 is working fine. No issues right now. In emails I've had from the Amazon dev support team they have eluded to dropping SHA1 support in the future ... hence my post asking about SHA256.

ok makes sense now I know the output format I can look to add it.

Link to post
Share on other sites
  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...