-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
The known wallet file, .wallet
, is not actually fully secured by the chain of trust in this proposal. The certificate itself is but not the contents of the web server which are served out of band.
There are better options:
Coupling the name and the receive wallet
- The name itself is associated with a UTXO, and therefore, a wallet already.
Decoupling the name and the receive wallet
- A receive address can be stored on chain as a TXT record.
- A receive address can be served as TXT record by a DNSSEC secured authoritative zone.
- Use suggested HTTPS method, but with a signed message containing the receive address.
There are likely other options. By including the language in Decoupling#3 or by using one of the other options, a sender can rest assured they are sending to an address verified by the chain of trust as opposed to a potentially hacked web server that continues to maintain the right cert.
Metadata
Metadata
Assignees
Labels
No labels