Difference between revisions of "TREZOR"

From Bitcoin Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
[[File:Trezor-tx.jpg|300px|thumb|right|Confirming transaction with TREZOR]]
 
[[File:Trezor-tx.jpg|300px|thumb|right|Confirming transaction with TREZOR]]
'''TREZOR is a hardware wallet providing the highest level of security and convenience for a common computer user.'''
+
'''TREZOR is a hardware wallet providing security for your bitcoins by virtue of its design while retaining convenience of use. No matter whether you're a beginner or a security-paranoid geek.'''
  
Unlike a cold storage (offline storage or paper wallet), TREZOR is also able to sign transactions. That means spending bitcoins is secure without exposing your private keys to a potentially compromised computer.
+
Unlike a cold storage (offline storage or paper wallet), TREZOR is also able to send bitcoins in a secure way. Without the need to expose your private keys to a potentially compromised computer.  
  
== TREZOR Hardware Design ==
+
More on the security principles here:
  
TREZOR is a small USB device with a display and two buttons.
+
* [http://doc.satoshilabs.com/trezor-user/securityphilosophy.html Philosophy of Security]
  
It connects to a computer via a USB via protocol that allows only to send a transaction template to the device and protects the wallet against malware.
 
  
The display allows the user to visually verify the payment address and the amount to be sent. In order to proceed the transaction, a physical human interaction (pressing the button) is required.
+
== How does it work? ==
  
== TREZOR Software Design & Security ==
+
TREZOR is basically a small computer. It is designed to protect your private keys from possible online and offline risks. In order to do this, TREZOR keeps the private keys away from the Internet and confirms the transactions in-device. That way you can always check the screen for the right address, amount and transaction fee before sending your bitcoins.
  
=== Backup ===
+
In layman's terms you can connect TREZOR to an infected computer and still be able to have 100% control over the funds in your device. 
  
TREZOR uses hierarchical deterministic wallet creation ([[BIP 0032]]) which makes regular backups of private keys unnecessary.
+
Read more on difference between TREZOR and other solutions:
  
When first initialized, a mnemonic code of 24 words, the recovery seed, is created. In case the device gets lost or stolen, the user can recover the entire holdings including transaction history into a new device or other compatible wallet, using the recovery seed.
+
* [http://doc.satoshilabs.com/trezor-faq/differences.html How is TREZOR different from..]
  
=== PIN protection ===
 
  
A PIN is set by the user during the setup. It protects TREZOR against being used by unauthorized persons. The wallet creators have invented a secure way of entering the PIN that can't be logged and misused.
+
== Using TREZOR ==
 +
 
 +
TREZOR needs an online wallet or other client as a user interface. To ensure validity of communication between the device and the interface TREZOR uses pin scrambling matrix. See more here.
 +
 
 +
* [http://doc.satoshilabs.com/trezor-user/enteringyourpin.htm Entering your PIN]
 +
 
 +
Have a look how easy and comfortable it is to send transactions:
  
=== Passphrase encryption ===
+
* [http://doc.satoshilabs.com/trezor-user/makingpayments.html Making payments]
  
Another level of protection is the encryption passphrase which protects the device in case of seizure. Multiple passphrases can be used for plausible deniability.
+
Make sure that the receiving address you have provided to someone else has not been changed by infected computer. Feature "Show on TREZOR" has been developed exactly for this purpose:
  
== Using TREZOR ==
+
* [http://doc.satoshilabs.com/trezor-user/receivingpayments.html Receiving payments]
  
TREZOR needs an online wallet or a desktop client as an interface that broadcasts the transactions signed by the device to the blockchain.
+
It is also possible to sign and verify messages using TREZOR:
  
In order to send coins or change the basic settings, the device needs to be connected to a computer with a micro USB cable.
+
* [http://doc.satoshilabs.com/trezor-user/messages.html Sign & verify messages]
  
In order to receive coins there is no need to have the device plugged in.
 
  
===Compatible software===
+
=== Backup and recovery ===
  
In order to be compatible with TREZOR a software must implement the following standards: [[BIP 0032]], [[BIP 0039]] and [[BIP 0044]]
+
Upon first activation you are asked to write down the seed phrase.
  
* [https://mytrezor.com myTREZOR Web Wallet]
+
This means that in case your TREZOR is lost or stolen you can easily retrieve your coins to another TREZOR or any recovery seed compatible wallet.
  
* [https://play.google.com/store/apps/details?id=com.bonsai.wallet32 Wallet32 for Android]
+
* [http://doc.satoshilabs.com/trezor-faq/overview.html#what-if-i-lose-my-trezor What if I lose my TREZOR?]
 +
* [http://doc.satoshilabs.com/trezor-user/recovery.html Recovery procedure]
  
 
== Resources ==
 
== Resources ==
  
 
* [http://doc.satoshilabs.com/ TREZOR Manual]
 
* [http://doc.satoshilabs.com/ TREZOR Manual]
 +
* [http://doc.satoshilabs.com/trezor-faq/index.html TREZOR FAQ]
 
* [http://bitcointrezor.com TREZOR Website]
 
* [http://bitcointrezor.com TREZOR Website]
 
* [https://buytrezor.com E-shop BuyTrezor.com]
 
* [https://buytrezor.com E-shop BuyTrezor.com]
 
* [https://mytrezor.com myTREZOR Web Wallet]
 
* [https://mytrezor.com myTREZOR Web Wallet]
 +
* [http://doc.satoshilabs.com/trezor-faq/overview.html#which-wallets-are-compatible-with-trezor-hardware Compatible wallets]
  
 
[[Category:Security]]
 
[[Category:Security]]
 
[[Category:Wallets]]
 
[[Category:Wallets]]
 
[[Category:Hardware]]
 
[[Category:Hardware]]

Revision as of 12:16, 31 March 2015

BitcoinTrezor.com

Confirming transaction with TREZOR

TREZOR is a hardware wallet providing security for your bitcoins by virtue of its design while retaining convenience of use. No matter whether you're a beginner or a security-paranoid geek.

Unlike a cold storage (offline storage or paper wallet), TREZOR is also able to send bitcoins in a secure way. Without the need to expose your private keys to a potentially compromised computer.

More on the security principles here:


How does it work?

TREZOR is basically a small computer. It is designed to protect your private keys from possible online and offline risks. In order to do this, TREZOR keeps the private keys away from the Internet and confirms the transactions in-device. That way you can always check the screen for the right address, amount and transaction fee before sending your bitcoins.

In layman's terms you can connect TREZOR to an infected computer and still be able to have 100% control over the funds in your device.

Read more on difference between TREZOR and other solutions:


Using TREZOR

TREZOR needs an online wallet or other client as a user interface. To ensure validity of communication between the device and the interface TREZOR uses pin scrambling matrix. See more here.

Have a look how easy and comfortable it is to send transactions:

Make sure that the receiving address you have provided to someone else has not been changed by infected computer. Feature "Show on TREZOR" has been developed exactly for this purpose:

It is also possible to sign and verify messages using TREZOR:


Backup and recovery

Upon first activation you are asked to write down the seed phrase.

This means that in case your TREZOR is lost or stolen you can easily retrieve your coins to another TREZOR or any recovery seed compatible wallet.

Resources