Re: Securing 'pickle'
Nagy László Zsolt <nagylzs@freema il.hu> writes:[color=blue][color=green]
> >Or is the checksum stored on the server, in some form of lookup
> >dictionary keyed by some user session identifier?
> >[/color]
> I think he wanted to write a digital signature instead. Right?[/color]
I used "cryptograp hic checksum" in a broad sense. More specifically
the suggestion is to use a secret-key authentication code like HMAC-MD5.
Nagy László Zsolt <nagylzs@freema il.hu> writes:[color=blue][color=green]
> >Or is the checksum stored on the server, in some form of lookup
> >dictionary keyed by some user session identifier?
> >[/color]
> I think he wanted to write a digital signature instead. Right?[/color]
I used "cryptograp hic checksum" in a broad sense. More specifically
the suggestion is to use a secret-key authentication code like HMAC-MD5.
Comment