Hello, hope not to bore anybody here, but I'm new to the list and to SSLeay/OpenSSL. I suppose OpenSSL is the evolution of SSLeay, and began testing with SSLeay. I got SSLeay, and did some tests on my NT machine using SSLeay binaries ; now I'd like to do a simple application, which gets an ascii input file and creates an encrypted (DES) output file. I am able to do this with ssleay: ssleay.exe enc -des -in input.txt -out output.txt -e -a -k mypassword I believe the des functions des_enc_read() or des_fcrypt() should be useful for me, but I miss details and cannot find them in the docs. des_enc_read has a latter des_cblock* parameter.. what's this for? fcrypt() has a char* salt parameter, what's that? Can anybody help? thanks albe. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
