Dacris.Maestro.Encrypt.AesEncrypt Interaction

Encrypts a file using AES and secret key.

Preconditions:

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

Sample State.json Input

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