Decrypts a file using AES and secret key.
encryptedFile (file path), inputKey (secret key), outputKey (where output is saved)
{ "sampleKey": { "encryptedFile": "folder1/folder2/yourFile.txt", "inputKey": "yourStateKey", "outputKey": "yourStateKey" } }