Add step 0 - Follow security checklist

This commit is contained in:
Michael Muré 2014-03-27 20:42:36 +01:00
parent 7f12a4c8a2
commit fa706d2378
2 changed files with 16 additions and 8 deletions

View file

@ -6095,13 +6095,17 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); }
<div id="singlesafety">
<div class="firstHalfSingleSafety">
<h3>Step 0. Follow the security checklist recommendation</h3>
<p>
First step is to download <a href="https://github.com/MichaelMure/PaperWallet/archive/master.zip">this website</a> from Github and open the index.html file directly from your computer. It's just too easy to sneak some evil code in the 6000+ lines of javascript to leak your private key, and you don't want to see your fund stolen. Code version control make it much easier to cross-check what actually run. For extra security, <strong>unplug your Internet access</strong> while generating your wallet.
</p>
<h3>Step 1. Generate new address</h3>
<p>
Choose your currency and click on the "Generate new address" button.
</p>
<h3>Step 2. Print the Paper Wallet</h3>
<p>
Click the Paper Wallet tab and print the page on high quality setting. <span class="redText">Never save the page as a PDF file to print it later since a file is more likely to be hacked than a piece of paper.</span>
Click the Paper Wallet tab and print the page on high quality setting. <strong>Never save the page as a PDF file to print it later since a file is more likely to be hacked than a piece of paper.</strong>
</p>
<h3>Step 3. Fold the Paper Wallet</h3>
<p>
@ -6109,18 +6113,18 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); }
</p>
<h3>Step 4. Share your public key</h3>
<p>
Use your public key to receive money from other crypto currency users. You can share your public keys as much as you want.
Use your public key to receive money from other crypto-currency users. You can share your public keys as much as you want.
</p>
<h3>Step 5. Keep your private key secret</h3>
<p>
The private key is literally the keys to your coins, if someone was to obtain it, they could withdraw the funds currently in the wallet, and any funds that might be deposited in that wallet.
</p>
<p>
<span class="redText">Please test spending a small amount before receiving any large payments.</span><br /><br />
<strong>Please test spending a small amount before receiving any large payments.</strong><br /><br />
</p>
<p>
<a href="https://blockchain.info/fr/wallet/paper-tutorial" target="_blank">To see blockchain.info's paper wallets tutorial click here</a>
<a href="https://blockchain.info/fr/wallet/paper-tutorial" target="_blank">For an extended tutorial on paper wallets, click here</a>
</p>
</div>
<div class="secondHalfSingleSafety">

View file

@ -188,13 +188,17 @@
<div id="singlesafety">
<div class="firstHalfSingleSafety">
<h3>Step 0. Follow the security checklist recommendation</h3>
<p>
First step is to download this website from <a href="https://github.com/MichaelMure/PaperWallet/archive/master.zip">Github</a> and open the index.html file directly from your computer. It's just too easy to sneak some evil code in the 6000+ lines of javascript to leak your private key, and you don't want to see your fund stolen. Code version control make it much easier to cross-check what actually run. For extra security, <strong>unplug your Internet access</strong> while generating your wallet.
</p>
<h3>Step 1. Generate new address</h3>
<p>
Choose your currency and click on the "Generate new address" button.
</p>
<h3>Step 2. Print the Paper Wallet</h3>
<p>
Click the Paper Wallet tab and print the page on high quality setting. <span class="redText">Never save the page as a PDF file to print it later since a file is more likely to be hacked than a piece of paper.</span>
Click the Paper Wallet tab and print the page on high quality setting. <strong>Never save the page as a PDF file to print it later since a file is more likely to be hacked than a piece of paper.</strong>
</p>
<h3>Step 3. Fold the Paper Wallet</h3>
<p>
@ -202,18 +206,18 @@
</p>
<h3>Step 4. Share your public key</h3>
<p>
Use your public key to receive money from other crypto currency users. You can share your public keys as much as you want.
Use your public key to receive money from other crypto-currency users. You can share your public keys as much as you want.
</p>
<h3>Step 5. Keep your private key secret</h3>
<p>
The private key is literally the keys to your coins, if someone was to obtain it, they could withdraw the funds currently in the wallet, and any funds that might be deposited in that wallet.
</p>
<p>
<span class="redText">Please test spending a small amount before receiving any large payments.</span><br /><br />
<strong>Please test spending a small amount before receiving any large payments.</strong><br /><br />
</p>
<p>
<a href="https://blockchain.info/fr/wallet/paper-tutorial" target="_blank">To see blockchain.info's paper wallets tutorial click here</a>
<a href="https://blockchain.info/fr/wallet/paper-tutorial" target="_blank">For an extended tutorial on paper wallets, click here</a>
</p>
</div>
<div class="secondHalfSingleSafety">