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