Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "trez", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Encrypt or decrypt files using a Trezor hardware wallet.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -56,8 +56,7 @@ [![NPM](https://img.shields.io/npm/v/trez.svg)](https://www.npmjs.org/package/trez) | ||
- It is easy to identify a Trez file by looking at the data | ||
- The Trezor's device label is saved in plain text in the trez file (that device | ||
- The Trezor's device label is saved in plain text in the trez file (this label | ||
is required to decrypt). | ||
- The Trezor confirmation message is saved in plain text in the trez file (this | ||
phrase is required to decrypt). | ||
- A device confirmation to decrypt is required. However, unless Trezor is | ||
configured to prompt for a passphrase or needs the PIN, a confirmation to | ||
- A device confirmation to decrypt is used. However, a confirmation to | ||
encrypted is not used. | ||
@@ -72,6 +71,1 @@ | ||
Node 6+ | ||
# Disclaimer | ||
No warranty. Audit the code or have someone check this for you. Your fully | ||
responsible for your own security. |
104927
70