Other uses for the hostname #2
hackerfactor
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
VIDA uses a hostname's TXT field in a DNS record for storing the public key. However, how else can the hostname be used?
For example:
The hostname could store a unique user identifier.
vida.hackerfactor.comis for a site-specific public key.neal.vida.hackerfactor.comcould store a unique public key for user "neal"1111222233334444.5555666677778888.facebook.comcould hold the anonymized account information for a particular user. (Facebook uses really long numbers for ids, and they like to include at least one long number as a random seed to deter brute-force iterations.)The VIDA DNS entry only needs a TXT field, not a network address (A or AAAA). But what if they also had a network address? For example, what if it had a running web server?
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions