nethsm-key-decrypt(1) | General Commands Manual | nethsm-key-decrypt(1) |
NAME
nethsm-key-decrypt - Decrypt a message using a key
SYNOPSIS
nethsm key decrypt [-f|--force] [-i|--initialization-vector] [-o|--output] [-a|--auth-passphrase-file] [-c|--config] [-l|--label] [-u|--user] [-h|--help] <KEY_ID> <MESSAGE> [DECRYPT_MODE]
DESCRIPTION
Decrypt a message using a key
The chosen decryption mode must match the targeted key and the initialization vector (if applicable) must be identical to the one used for encryption.
System-wide users in the "Operator" role can only decrypt messages using system-wide keys. Namespaced users in the "Operator" role can only decrypt messages using keys in their own namespace.
Requires authentication of a user in the "Operator" role that has access (see "nethsm key tag" and "nethsm user tag") to the targeted key.
OPTIONS
- -f, --force
- Write to output file even if it exists already
- -i, --initialization-vector=INITIALIZATION_VECTOR
- The path to a file containing the initialization vector (IV) for symmetric
decryption
The IV can only be used when choosing symmetric decryption (i.e. with "AesCbc")
- -o, --output=OUTPUT
- The path to a specific file to write the decrypted message to
- -a, --auth-passphrase-file=AUTH_PASSPHRASE_FILE
- The path to a file containing a passphrase for authentication
The passphrase provided in the file must be the one for the user chosen for the command.
This option can be provided multiple times, which is needed for commands that require multiple roles at once. With multiple passphrase files ordering matters, as the files are assigned to the respective user provided by the "--user" option.
- -c, --config=CONFIG
- The path to a custom configuration file
If specified, the custom configuration file is used instead of the default configuration file location.
- -l, --label=LABEL
- A label uniquely identifying a device in the configuration file
Must be provided if more than one device is setup in the configuration file.
- -u, --user=USER
- A user name which is used for a command
Can be provided, if no user name is setup in the configuration file for a device. Must be provided, if several user names of the same target role are setup in the configuration file for a device.
This option can be provided multiple times, which is needed for commands that require multiple roles at once.
- -h, --help
- Print help (see a summary with '-h')
- <KEY_ID>
- The ID of the key to use for decryption
- <MESSAGE>
- The path to an encrypted message to decrypt
- [DECRYPT_MODE]
- The decryption mode to use
One of ["AesCbc", "OaepMd5", "OaepSha1", "OaepSha224", "OaepSha256", "OaepSha384", "OaepSha512", "Pkcs1", "Raw"] (defaults to "Raw").
nethsm-key-decrypt |