v0.0.1
This is the first release of the tool for Tillitis signing and you verifying that your TKey is genuine.
Verifying your TKey in a few simple steps:
- download the suitable
tkey-verification
binary for your platform - rename the file to
tkey-verification
(add.exe
on Windows; dochmod +x ./tkey-verification
on other platforms) - plug in your TKey
- execute this command in your terminal:
./tkey-verification verify
(without./
on Windows)
The default operation of tkey-verification
requires Internet connectivity to download the verification data on the machine where you plug in your TKey. But it is also possible to run the verification on a machine that does not have connectivity, by first downloading the verification data on machine which does. See tkey-verification verify --help
for more information.
After processing the data and talking to your TKey, expect a final message saying TKey is genuine!
.