Crypto Questions

Paul Halliden Paul.Halliden at wiltsec.co.uk
Mon, 5 Mar 2001 11:54:18 -0000


On 04 March 2001 20:09 Peter Fairbrother asked:
> 1) Is there a way to have reliable authentication that is repudiable? I
>      think the concepts are too similar, but it would be useful.
Try a Message Authentication Code (MAC) as per ISO9807 or HMAC (RFC2104).
Both use symmetric key crypto.
Paul Halliden