Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53361
| From | Roy Smith <roy@panix.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: HMAC encription issue |
| Date | 2013-08-31 11:01 -0400 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <roy-673BDB.11010131082013@news.panix.com> (permalink) |
| References | <3479e08e-d435-492b-b2a0-a1c18678f6ab@googlegroups.com> <roy-27E004.10390831082013@news.panix.com> <bf1666dc-8add-4472-b3a4-6a7c4ec0d357@googlegroups.com> |
In article <bf1666dc-8add-4472-b3a4-6a7c4ec0d357@googlegroups.com>, Sergio Sanchez <sergio7654@gmail.com> wrote: > > To start with, your keys are not the same > > Sorry, that was a problem with the cut & paste. And your credentials are different too: var credentials = "admin:amin"; credentials = "admin:admin" Is this also a cut & paste error? Please, post EXACTlY the code you are actually running. Otherwise, it really is impossible for anybody to figure out what you're doing wrong. This is double ultra especially true with crypto, since small differences in the inputs result (by design) in huge differences in the output.
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