1tpm_sealdata(1) General Commands Manual tpm_sealdata(1)
2
3
4
5 TPM Management - tpm_sealdata
6
8 tpm_sealdata - seal input data to the system's TPM
9
11 tpm_sealdata [OPTION]
12
13
15 tpm_sealdata seals sensitive input data to the SRK of the system's TPM
16 and optionally a PCR configuration. Backup your data, it is
17 unrecoverable from this format if the SRK changes or the specified PCR
18 configuration is unreproducable. The result can be unsealed by
19 functions in libtpm_unseal, such as tpmUnsealFile(3).
20
21
22 -h, --help
23 Display command usage info.
24
25 -v, --version
26 Display command version info.
27
28 -l, --log [none|error|info|debug]
29 Set logging level.
30
31 -i, --infile FILE
32 File containing input data to seal.
33
34 -o, --outfile FILE
35 Output file. Default is STDOUT.
36
37 -p, --pcr NUMBER
38 Seal data to the current value of the specified pcr. This option
39 can be given NUM_PCRS times. The specified pcr is in the range
40 of 0 to NUM_PCRS-1. NUM_PCRS is at least 16 but may vary by
41 platform.
42
43 -z, --well-known
44 Use TSS_WELL_KNOWN_SECRET (20 zero bytes) as the SRK password.
45 You will not be prompted for the SRK password with this option.
46
47 -u, --unicode
48 Use TSS UNICODE encoding for the SRK password to comply with
49 applications using TSS popup boxes.
50
51
53 tpm_takeownership(8), tpmUnsealFile(3)
54
55
57 Report bugs to <trousers-users@lists.sourceforge.net>
58
59
60
61TPM Management 2005-08-10 tpm_sealdata(1)