tpm_unsealdata - Man Page

unseal input data with the SRK of the system's TPM

TPM Management - tpm_unsealdata

Synopsis

tpm_unsealdata [OPTION]

Description

tpm_unsealdata unseals sensitive data that was sealed the SRK of the system's TPM.

-h,  --help

Display command usage info.

-v,  --version

Display command version info.

-l,  --log [none|error|info|debug]

Set logging level.

-i, --infile FILE

File containing data to unseal.

-o, --outfile FILE

Filename to write unsealed data to.  Default is STDOUT.

-z,  --well-known

Use TSS_WELL_KNOWN_SECRET (20 zero bytes) as the SRK password. You will not be prompted for the SRK password with this option.

See Also

tpm_sealdata(1), tpmUnsealFile(3)

Reporting Bugs

Report bugs to <trousers-users@lists.sourceforge.net>

Info

2019-01-27 TPM Management