Dacris.Maestro.Encrypt.AesEncrypt Interaction

Encrypts a file using AES and secret key.


Sample State.json Input

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