HMAC encription issue

Roy Smith roy at panix.com
Sat Aug 31 11:01:01 EDT 2013


In article <bf1666dc-8add-4472-b3a4-6a7c4ec0d357 at googlegroups.com>,
 Sergio Sanchez <sergio7654 at 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.



More information about the Python-list mailing list