mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Merge pull request #646 from bitcoin/transparencyhardware
Update transparency scores for hardware wallets
This commit is contained in:
commit
d7aea86493
1 changed files with 6 additions and 2 deletions
|
@ -156,14 +156,18 @@ en:
|
||||||
checkfailvalidationcentralizedtxt: "This wallet relies on a centralized service by default. This means a third party must be trusted to not hide or simulate payments."
|
checkfailvalidationcentralizedtxt: "This wallet relies on a centralized service by default. This means a third party must be trusted to not hide or simulate payments."
|
||||||
checkgoodtransparencydeterministic: "Complete transparency"
|
checkgoodtransparencydeterministic: "Complete transparency"
|
||||||
checkgoodtransparencydeterministictxt: "This wallet is open-source and built deterministically. This means any developer in the world can audit the code and make sure the final software isn't hiding any secrets."
|
checkgoodtransparencydeterministictxt: "This wallet is open-source and built deterministically. This means any developer in the world can audit the code and make sure the final software isn't hiding any secrets."
|
||||||
checkpasstransparencyopensource: "Good transparency"
|
checkpasstransparencyopensource: "Basic transparency"
|
||||||
checkpasstransparencyopensourcetxt: "The developers of this wallet publish the source code for the client. This means any developer in the world can audit the code. However, you still need to trust developers of this wallet when installing or updating the final software because it was not built deterministically like <a href=\"#download#\">Bitcoin Core</a>."
|
checkpasstransparencyopensourcetxt: "The developers of this wallet publish the source code for the client. This means any developer in the world can audit the code. However, you still need to trust developers of this wallet when installing or updating the final software because it was not built deterministically like <a href=\"#download#\">Bitcoin Core</a>."
|
||||||
|
checkpasstransparencyopensourcehardware: "Basic transparency"
|
||||||
|
checkpasstransparencyopensourcehardwaretxt: "The source code for this wallet is public. This means any developer in the world can audit the code. However, you still need to trust developers of this wallet because the device cannot be verified to be using the same source code to generate secure random seeds and for other operations. Updating your device's firmware, generating your own secure random seed or using multi-signature can make it harder to steal your bitcoins."
|
||||||
|
checkpasstransparencyopenspechardware: "Basic transparency"
|
||||||
|
checkpasstransparencyopenspechardwaretxt: "The specification for this wallet is public. This means any developer in the world can do blackbox testing. However, you still need to trust developers of this wallet because the device cannot be verified to be generating secure random seeds and the source code cannot be audited. Updating your device's firmware, generating your own secure random seed or using multi-signature can make it harder to steal your bitcoins."
|
||||||
checkfailtransparencyclosedsource: "No transparency"
|
checkfailtransparencyclosedsource: "No transparency"
|
||||||
checkfailtransparencyclosedsourcetxt: "This wallet is not open-source. This means it is not possible to audit the code and make sure the final software isn't hiding dangerous code or doing anything you wouldn't agree to."
|
checkfailtransparencyclosedsourcetxt: "This wallet is not open-source. This means it is not possible to audit the code and make sure the final software isn't hiding dangerous code or doing anything you wouldn't agree to."
|
||||||
checkfailtransparencyremote: "Remote app"
|
checkfailtransparencyremote: "Remote app"
|
||||||
checkfailtransparencyremotetxt: "This wallet is loaded from a remote location. This means that whenever you use your wallet, you need to trust the developers not to steal or lose your bitcoins in an incident on their site. Using a browser extension or mobile app, if available, can reduce that risk."
|
checkfailtransparencyremotetxt: "This wallet is loaded from a remote location. This means that whenever you use your wallet, you need to trust the developers not to steal or lose your bitcoins in an incident on their site. Using a browser extension or mobile app, if available, can reduce that risk."
|
||||||
checkfailtransparencynew: "New app"
|
checkfailtransparencynew: "New app"
|
||||||
checkfailtransparencynewtxt: "The developers of this wallet publish the source code for the client. However, this wallet has not been tested and publicly reviewed by a significant number of people. This means this app might be more at risk of hiding dangerous code or doing something you wouldn't agree to."
|
checkfailtransparencynewtxt: "This wallet has not been tested and publicly reviewed by a significant number of people. This means this app might be more at risk of hiding dangerous code or doing something you wouldn't agree to."
|
||||||
checkgoodenvironmenthardware: "Very secure environment"
|
checkgoodenvironmenthardware: "Very secure environment"
|
||||||
checkgoodenvironmenthardwaretxt: "This wallet is loaded from a secure specialized environment provided by the device. This provides very strong protection against computer vulnerabilities and malware since no software can be installed on this environment."
|
checkgoodenvironmenthardwaretxt: "This wallet is loaded from a secure specialized environment provided by the device. This provides very strong protection against computer vulnerabilities and malware since no software can be installed on this environment."
|
||||||
checkpassenvironmentmobile: "Secure environment"
|
checkpassenvironmentmobile: "Secure environment"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue