I want to decrypt the text by openssl command. Please help me.
I am using the following command but could not able to decrypt it:
$ openssl enc -d -aes256 -in text.txt -out decrypt.txt
I am getting bad magic number error.
It is working fine on IOS end but not working with openssl.