Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distinction between the definitions of Verification and Authentication #33

Open
verocri opened this issue Aug 29, 2024 · 0 comments
Open
Assignees

Comments

@verocri
Copy link

verocri commented Aug 29, 2024

While the concepts are later clarified using the passport example, the initial definitions of verification and authentication remain somewhat ambiguous.

The example provided under the definition of verification also aligns with the provided definition of authentication. It would be more effective to illustrate verification with an example that does not simultaneously constitute authentication. For example, verifying a digital signature exemplifies verification alone: using a public key, one can verify that the signature is valid (in cryptographic terms, ensuring the signature was produced by the private key related to the public key used for verification). However, this process does not reveal the identity of the signer if the link between the public key and the individual (which constitutes authentication) is absent.

I find the NIST's definition of authentication as identity verification (in SP 800-63-3) convincing.

Furthermore, what do you mean with "formal" in Authentication is a specific, formal verification type?

@simoneonofri simoneonofri self-assigned this Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants