tillitis-key/hw/application_fpga/tools/tpt
Daniel Jobson a37f687881 Change license to BSD-2-Clause
This was announced on the Tillitis Blog the 2nd of October 2024, for
more info visit https://tillitis.se
2025-10-30 13:07:59 +01:00
..
hkdf.py Change license to BSD-2-Clause 2025-10-30 13:07:59 +01:00
README.md Use TKey name 2022-12-02 08:03:06 +01:00
tpt.py Change license to BSD-2-Clause 2025-10-30 13:07:59 +01:00

Tillitis TKey Provisioning Tool

Introduction

TKey Provisioning Tool (tpt) is a program for generating the 32 byte Unique Device Secret (UDS). The tool will also generate the 8 byte Unique Device Identity. Both the UDS and the UDI are injected into the FPGA bitstream file during build.

The UDS is generated using HKDF (RFC 5869), and the user is expected to supply a secret as part of the input to the HKDF Extract operation. The Input Keying Material is generated by extracting 256 bytes using the Python secrets module.

The tool uses python-hkdf.