I want to encrypt a file using openssl. I can do it by using
openssl des3 -salt -in /pritom/uaeyha_com.sql -out /pritom/a.ss
When I run this command, it gets password from me two times. I want to set password with the script and I used
openssl des3 -salt -in /pritom/uaeyha_com.sql -out /pritom/a.ss -pass pritom
but it gives me the following error:
Invalid password argument "pritom"
Error getting password
What can I do now?