I am working on aan encrypted data set. And using the code below to decryptiondecrypt files.
openssl enc -aes-256-cbc -d -in $encryptedfile -out $decrypted_file -pass file:secret.txt
But I am always notified with this error:
error writing output file