I have an encrypted block of a number of bytes (>10k).
When I run openssl (with the newest release) I'm doing:
sprintf(command, "openssl enc -aes-128-cfb -d -K %s -iv %s >>test.ogg",
hexkey, iv)
(where hexkey and iv are hexified character arrays...)
and it works fine through popen...
I've played around with various
AES_cfb*_encrypt calls (with a loop that does 16 bytes at a time).
I can't get it to work...is there a "way" to a simple way to put the above
command line in C code (where I can supply input/output arrays?)
marty
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]