-
Notifications
You must be signed in to change notification settings - Fork 87
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
Is Two-Factor Authentication an example of a simple Web of Trust Network? #62
Comments
This sounds like a great way of introducing people to the larger concepts! Highly networked people are definitely used to this kind of interaction and could easily imagine a cascade of the same through a decentralized system replacing centralized ones, especially now that reporting has done a good job of showing them to be huge brittle targets. |
This is not just two factor. It is multi-channel, out-of-band authentication. It is also "multimodal authentication" in adding a device factor to the authentication. If the face and/or voice factors of the person holding the device are verified passively the biometric mode is are added factors. Validating the gps local is another mode as is user behaviour. I should be able to specify what factors are needed for a person to represent me on the internet for some purpose. Both the factor requirements of the system and the user should be met or there should be no interaction. |
If we get out of using the language or term "web-of-trust" I think we will get a lot further. The fact is that 2 factor authentication is just that - an additional way to prove that person accessing an account is the rightful older of that account. |
I would suggest that decentralized overlapping webs of trust can be a I am not sure what the issue being raised with the term validation is but I On Mon, Nov 16, 2015 at 6:07 PM, Kaliya - Identity Woman <
|
You have to actually define what you mean by trust. I am an identity management expert - the word verification usually applies to the process of verifying attributes you present in a formal enrollment process (what is the name on your legal paperwork, birthdate, gender, address etc). What do you mean by Credentials? What do you mean by validation? |
In https://www.fbi.gov/seattle/press-releases/2013/man-in-the-e-mail-fraud-could-victimize-area-businesses the FBI advises:
In effect, a telephone call to verify a transaction could be considered the first of a series "web-of-trust" validations. What we are saying in #DPKI and #SmartSignatures is that a single validation up a chain to a root CA is insufficient. If we are going to do more validations, we should design more kinds of validation. This results is in a social network creation of trust, aka a "web of trust".
The text was updated successfully, but these errors were encountered: