Unable to decrypt (General questions)
I am trying to test your product for our company. However, I am having problems decrypting files.
If I encrypt a file with wodCrypt, I can decrypt it with wodCrypt.
However, if I use openssl to encrypt a file on my linux box, wodCrypt will not decrypt it. I keep getting:
Failed to decrypt data. Try setting optimized=FALSE
setting optimized to false does not decrypt the file, the decrypted file is not readable.
Here is my encryption command:
openssl enc -aes256 -in test.file -out test.enc -salt -pass file:<path to password file>
Please let me know what is wrong, why wodCrypt can not decrypt openssl encrypted files.
Thanks,
Chris