A pinentry for GPG with Trezor
Project description
# Trezor-style PIN entry for GPG
This is an alternate PIN entry for use with [trezor-agent](https://github.com/romanz/trezor-agent/) or for people with number-only PINs. It displays a grid of unlabeled buttons and supports configurable keyboard mappings.
<img src=”screenshot.jpg”>
By default you can use any of these key grids to enter the PIN:
` w e r u i o 7 8 9 s d f j k l 4 5 6 x c v m , . 1 2 3 `
Press escape to cancel, backspace to clear everything you’ve entered, and enter to submit the PIN.
### Installation
Run pip install trezor-gpg-pinentry-tk
Find where it’s installed with by running which trezor-gpg-pinentry-tk
Add this line to $GPGHOME/gpg-agent.conf: pinentry-program /path/to/trezor-gpg-pinentry-tk
Run echo RELOADAGENT | gpg-connect-agent or restart your computer
### Configuration
Set these environment variables on your gpg-agent daemon, by overriding /usr/lib/systemd/user/gpg-agent.service for example.
PINENTRY_TREZOR_LOG_PATH = /path/to/log/file. Enable logging and write logs to /path/to/log/file
PINENTRY_TREZOR_DONT_FLASH = 1. Don’t show which keypad button was pressed when using the keyboard.
PINENTRY_TREZOR_KEYSET = 123456789. Use this letter grid for keyboard entry.
PINENTRY_TREZOR_DONT_EXPLAIN = 1. Don’t explain or show the grid when entering via TTY.
PINENTRY_TREZOR_FORCE_MESSAGE = My prompt message:. Use this prompt message instead of the GPG provided prompt.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file trezor-gpg-pinentry-tk-0.0.10.tar.gz
.
File metadata
- Download URL: trezor-gpg-pinentry-tk-0.0.10.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87f34929b2813f949bab405825eb3587691adbf93681252be7ae2a39065e01ce |
|
MD5 | bd19119fe5a9456a5fcdd25fee984b3a |
|
BLAKE2b-256 | f55dc3415f4c6927313bc7cc07e73476dcec314ea34136c0df43794353782940 |