DecryptFile@1 - ファイルの暗号化解除 (OpenSSL) v1 タスク
OpenSSL を使用してファイルの暗号化を解除します。
OpenSSL を使用したファイル復号化のためのシン ユーティリティ タスク。
構文
# Decrypt file (OpenSSL) v1
# Decrypt a file using OpenSSL.
- task: DecryptFile@1
inputs:
cipher: 'des3' # string. Required. Cypher. Default: des3.
inFile: # string. Required. Encrypted file.
passphrase: # string. Required. Passphrase.
#outFile: # string. Decrypted file path.
# Advanced
#workingDirectory: # string. Working directory.
# Decrypt File (OpenSSL) v1
# A thin utility task for file decryption using OpenSSL.
- task: DecryptFile@1
inputs:
cipher: 'des3' # string. Required. Cypher. Default: des3.
inFile: # string. Required. Encrypted file.
passphrase: # string. Required. Passphrase.
#outFile: # string. Decrypted file path.
# Advanced
#workingDirectory: # string. Working directory.
# YAML Syntax is not supported in TFS 2018.
# Use the classic designer to add and configure tasks.
# See the following Inputs section for details on the inputs that this task supports.
入力
inFile
- 暗号化されたファイル
string
. 必須です。
復号化するファイルの相対パス。
passphrase
- パスフレーズ
string
. 必須です。
復号化に使用するパスフレーズ。 パスフレーズを暗号化するには、変数を使用します。
outFile
- 復号化されたファイル パス
string
.
暗号化解除されたファイルのオプションのファイル名。 既定では、拡張子が ".out" の暗号化されたファイルです。
workingDirectory
- 作業ディレクトリ
入力エイリアス: cwd
. string
.
省略可能。 復号化用の作業ディレクトリ。 既定値は、リポジトリのルートです。
タスクコントロールのオプション
すべてのタスクには、タスク入力に加えて制御オプションがあります。 詳細については、 コントロール オプションと一般的なタスク プロパティに関するページを参照してください。
出力変数
[なし] :
解説
このタスクを使用して、OpenSSL を使用してファイルの暗号化を解除します。
要件
要件 | 説明 |
---|---|
パイプラインの種類 | YAML、クラシック ビルド、クラシック リリース |
実行 | エージェント、DeploymentGroup |
確認要求 | なし |
Capabilities | このタスクは、ジョブ内の後続のタスクに対する要求を満たしていません。 |
コマンドの制限 | このタスクは、次の コマンド制限を使用して実行されます。 |
設定可能な変数 | このタスクには、 次の変数を設定する権限があります。変数の設定は無効です |
エージェントのバージョン | 2.182.1 以降 |
タスクのカテゴリ | ユーティリティ |
要件 | 説明 |
---|---|
パイプラインの種類 | YAML、クラシック ビルド、クラシック リリース |
実行 | エージェント、DeploymentGroup |
確認要求 | なし |
Capabilities | このタスクは、ジョブ内の後続のタスクに対する要求を満たしていません。 |
コマンドの制限 | Any |
設定可能な変数 | Any |
エージェントのバージョン | サポートされているすべてのエージェント バージョン。 |
タスクのカテゴリ | ユーティリティ |