>>> I am able to do this with ssleay: >>> ssleay.exe enc -des -in input.txt -out output.txt -e -a -k mypassword >> [...] for "openssl enc", you could use, say, >> -des_ede instead of -des. (-des_ede is two-key Triple-DES). >> Look at its implementation (apps/enc.c) to see what applications can >> do to use the ciphers. > Wow, nothing easy for me to understand in that file.. I even tried compiling > it (NT, VC++5) , but failed to do so. No, you didn't :-) "openssl enc" (or "ssleay enc" if you're still using SSLeay) starts the application in apps/enc.c. You don't have to compile it separately. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
