mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-23 15:20:50 +01:00
Mention that "Unsecure money receiver" use-case prevents theft
This commit is contained in:
parent
fbc7e67783
commit
d201d139cd
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ Such a mechanism could also be used by mining pool operators as variable payout
|
|||
|
||||
====Unsecure money receiver: N(m/i<sub>H</sub>/0)====
|
||||
|
||||
When an unsecure webserver is used to run an e-commerce site, it needs to know public addresses that are used to receive payments. The webserver only needs to know the public extended key of the external chain of a single account. This means someone illegally obtaining access to the webserver can at most see all incoming payments, but will not (trivially) be able to distinguish outgoing transactions, nor see payments received by other webservers if there are several ones.
|
||||
When an unsecure webserver is used to run an e-commerce site, it needs to know public addresses that are used to receive payments. The webserver only needs to know the public extended key of the external chain of a single account. This means someone illegally obtaining access to the webserver can at most see all incoming payments but will not be able to steal the money, will not (trivially) be able to distinguish outgoing transactions, nor be able to see payments received by other webservers if there are several.
|
||||
|
||||
==Compatibility==
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue