FileDecrypt
Certified
Decrypt a file encrypted with AES-256
FileDecrypt
Certified
Decrypt a file encrypted with AES-256
yaml
type: io.kestra.plugin.compress.FileDecryptExamples
yaml
id: file_decrypt
namespace: company.team
inputs:
- id: file
type: FILE
tasks:
- id: decrypt
type: io.kestra.plugin.compress.FileDecrypt
from: "{{ inputs.file }}"
password: "{{ secret('ENCRYPTION_PASSWORD') }}"
Properties
from *Requiredstring
password *Requiredstring
iterations integerstring
Default
600000Outputs
uri string
Format
uri