OpenSSL decode not working
- by JL
I am trying to use the following command:
openssl enc -base64 -in myfile -out myfile.b64
For more info this link, has full instructions. Nothing happens and via a DOS window, it just doesn't work.
Any suggestions why?