From d71fab627f6201cf3ef1b96eae77e50c8888be14 Mon Sep 17 00:00:00 2001 From: Saivann Date: Sun, 16 Nov 2014 02:14:13 -0500 Subject: [PATCH] Make it clearer that auditing the RNG of a hardware wallet depends on verifying that the device uses the right source code --- _translations/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_translations/en.yml b/_translations/en.yml index 3237b519..9e6f6625 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -159,7 +159,7 @@ en: 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 Bitcoin Core." 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 generating secure random seeds and to be using the same source code. Updating your device's firmware, generating your own secure random seed or using multi-signature can make it harder to steal your bitcoins." + 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"