27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
# Tutorial
|
|
|
|
First, install [Thunderbird](https://www.mozilla.org/en-US/thunderbird/) and
|
|
the [Enigmail](https://www.enigmail.net/index.php/en/) add-on.
|
|
|
|
Make sure to use the correct GNUPGHOME path before starting Thunderbird:
|
|
```bash
|
|
$ export GNUPGHOME=${HOME}/.gnupg/trezor
|
|
$ thunderbird
|
|
```
|
|
Run the Enigmail's setup wizard and choose your GPG identity:
|
|

|
|

|
|

|
|
|
|
Then, you can compose encrypted (and signed) messages using the regular UI:
|
|
|
|
NOTES:
|
|
- The email's title is **public** - only the body is encrypted.
|
|
- You will be asked to confirm the signature using the hardware device before sending the email.
|
|
|
|

|
|

|
|
|
|
After receiving the email, you will be asked to confirm the decryption the hardware device:
|
|

|