all repos — lindell @ master

Anonymous Authentication after Lindell

ab3423d3
update dependencies
Raphael Sprenger
Fri, 31 Oct 2025 14:50:51 +0100
33c24d85
add thoughts
Raphael
Fri, 03 Jul 2020 12:53:30 +0200
3f2c8beb
improve comments and error messages
Raphael
Fri, 03 Jul 2020 00:42:30 +0200

Anonymous Authentication

This software implements the anonymous authentication as described by Lindell, page 12 (https://www.blackhat.com/presentations/bh-usa-07/Lindell/Whitepaper/bh-usa-07-lindell-WP.pdf).

It uses the well known NaCl library for public key cryptography. To verify the client’s anonymity in step 4, the cypher text must be deterministic. For this reason, a deterministic random number generator is used.

What’s the use?

Please refer to above paper to get an overview of what anonymous authentication is.

Additional thoughts

clone
git clone https://code.raphting.dev/lindell.git