tpm2_rsaencrypt(1) | General Commands Manual | tpm2_rsaencrypt(1) |
tpm2_rsaencrypt(1) - Performs an RSA Encryption operation using the TPM.
tpm2_rsaencrypt [OPTIONS] FILE
tpm2_rsaencrypt(1) performs RSA encryption on the contents of FILE (defaulting to stdin) using the indicated padding scheme according to IETF RFC 3447 (PKCS#1). The scheme of keyHandle should not be TPM_ALG_NULL.
The key referenced by keyHandle is required to be:
the public portion of RSA key to use for encryption.
filename of the key context used for the operation.
specifies the password of KEY_HANDLE. Passwords should follow the password formatting standards, see section “Password Formatting”.
Output file path, record the decrypted data. The default is to print an xxd compatible hexdump to stdout. If a file is specified, raw binary output is performed.
Optional Input session handle from a policy session for authorization.
This collection of options are common to many programs and provide information that many users may expect.
This collection of environment variables that may be used to configure the various TCTI modules available.
The values passed through these variables can be overridden on a per-command basis using the available command line options, see the TCTI_OPTIONS section.
The variables respected depend on how the software was configured.
Note: Using the tpm directly requires the users to ensure that concurrent access does not occur and that they manage the tpm resources. These tasks are usually managed by a resource manager. Linux 4.12 and greater supports an in kernel resource manager at “/dev/tpmrm”, typically “/dev/tpmrm0”.
This collection of options are used to configure the varous TCTI modules available. They override any environment variables.
Passwords are interpreted in two forms, string and hex-string. A string password is not interpreted, and is directly used for authorization. A hex-string, is converted from a hexidecimal form into a byte array form, thus allowing passwords with non-printable and/or terminal un-friendly characters.
By default passwords are assumed to be in the string form. Password form is specified with special prefix values, they are:
tpm2_rsaencrypt -k 0x81010001 -I plain.in -o encrypted.out
0 on success or 1 on failure.
Github Issues (https://github.com/01org/tpm2-tools/issues)
See the Mailing List (https://lists.01.org/mailman/listinfo/tpm2)
SEPTEMBER 2017 | tpm2-tools |