Dacris.Maestro.Encrypt.AesDecrypt Interaction

Decrypts a file using AES and secret key.

Preconditions:

encryptedFile (file path), inputKey (secret key), outputKey (where output is saved)

Sample State.json Input

{
  "sampleKey": {
    "encryptedFile": "folder1/folder2/yourFile.txt",
    "inputKey": "yourStateKey",
    "outputKey": "yourStateKey"
  }
}