I have a file encoded using the following
echo "secret" | openssl enc -aes256 -salt -out file.enc -e -a -pbkdf2 -k \'PASSWORD\'
I am us