> read -sp "Enter path to key: " key
> read -sp "Enter IV: " iv
> openssl enc -e -aes256 -K $key -iv $iv -in ... -out ...

That doesn't help; the key is STILL in the argv list and can be seen by doing a 
ps.

        /r$

--  
Principal Security Engineer
Akamai Technology
Cambridge, MA

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to