Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53358
| From | Roy Smith <roy@panix.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: HMAC encription issue |
| Date | 2013-08-31 10:39 -0400 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <roy-27E004.10390831082013@news.panix.com> (permalink) |
| References | <3479e08e-d435-492b-b2a0-a1c18678f6ab@googlegroups.com> |
In article <3479e08e-d435-492b-b2a0-a1c18678f6ab@googlegroups.com>, sergio7654@gmail.com wrote: > key="4545453030303743303134462035343733373432363420323031332D30382D33312031343A33353A3035" > key="4545453030303743303134462035343733373432363420323031332D30382D33312031343A33353A303$ To start with, your keys are not the same (the JS one ends in "35", the Python one ends in "3$", and I don't know what to make of the fact that your Python key isn't terminated with a quote.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
HMAC encription issue sergio7654@gmail.com - 2013-08-31 07:24 -0700
Re: HMAC encription issue Roy Smith <roy@panix.com> - 2013-08-31 10:39 -0400
Re: HMAC encription issue Sergio Sanchez <sergio7654@gmail.com> - 2013-08-31 07:48 -0700
Re: HMAC encription issue Roy Smith <roy@panix.com> - 2013-08-31 11:01 -0400
Re: HMAC encription issue Sergio Sanchez <sergio7654@gmail.com> - 2013-08-31 08:16 -0700
csiph-web