rust-keylime icon indicating copy to clipboard operation
rust-keylime copied to clipboard

Add the ability to use persistent handles for IDevID and IAK rather than regenerating, and add auth values for them

Open Isaac-Matthews opened this issue 9 months ago • 0 comments

This PR adds into the config the ability to specify handles and auth values for IDevID and IAK keys. The auth values function in the same way as the TPM ownerpassword in that they can be hex values.

The new config options are:

idevid_password = ""
idevid_handle = ""

iak_password = ""
iak_handle = ""

Isaac-Matthews avatar May 07 '24 17:05 Isaac-Matthews