-
Notifications
You must be signed in to change notification settings - Fork 24
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
Thoughts on naming in the decentralized future #9
Comments
There a three kinds of names that you need to consider Address, Fingerprints, and Tags. An address is a combination of a consensus algorithm and a chosen name. Typically this is done with a centralised authority but could also be done with a consensus group of limited trust parties or even a public legger. The second type is the fingerprints. Typically this is as hash. It could be your public key, a hash of your public key, or the hash of a certificate. I could have a cert that provides my keys: {
"Public key":"{key}",
"Revocation key":"{key}",
"Revocation uri":"{URL}",
"Rotation key":"{key}",
"tags": ["my_cool_name"]
} and my fingerprint could be the hash of that cert. Lately we have tags they are not secured by ether a consensus algorithm or large random numbers.
|
1 similar comment
There a three kinds of names that you need to consider Address, Fingerprints, and Tags. An address is a combination of a consensus algorithm and a chosen name. Typically this is done with a centralised authority but could also be done with a consensus group of limited trust parties or even a public legger. The second type is the fingerprints. Typically this is as hash. It could be your public key, a hash of your public key, or the hash of a certificate. I could have a cert that provides my keys: {
"Public key":"{key}",
"Revocation key":"{key}",
"Revocation uri":"{URL}",
"Rotation key":"{key}",
"tags": ["my_cool_name"]
} and my fingerprint could be the hash of that cert. Lately we have tags they are not secured by ether a consensus algorithm or large random numbers.
|
Should I open a new issue? This was my issue in Gitlab but I didn't know it was moved until just now. |
up to you |
I (Paul Webb) compiled my thoughts in this file, may be a bit jumbled haha.
Imported from Gitlab. See Original.
The text was updated successfully, but these errors were encountered: