I have been working with the latest release (1.0.0d) and the command line tool,
however, I am having some difficulty.
Using the directions on this page:http://www.openssl.org/docs/apps/enc.html#
I was trying to do something like the following:"openssl+.exe" des3 -in T1.txt
-out T2.txt
I have tried a number of variations and have discovered that the command line
tool does not seem to be doing what I expect.
The above command seems to run, and prompts for a password however, the out
file is never created. No errors, actually no output of any kind.
The following:"openssl+.exe" enc -des3 -in T1.txt -out T2.txt
Adding the "enc" part never works for me, it just causes some directions to
appear.
I was also having some difficulty using the -pass parameter, however, -k seems
to work ok. using -pass pass:test causes a path exception..
Anyway, I was starting to suspect that the command line tool has changed and
the documentation has not been updated, or I am missing something :(...
Thanks for any suggestions..Kurt