Hi,
remember the entire openssl is open-source? if you would like to know
how to code certain things the openssl command line utility can perform,
look right into its source codes in apps\
as for the enc/dec functions, look in the file apps\enc.c
i'm sure u can figure out from there
Brian Murphy
In message <[EMAIL PROTECTED]> on Mon, 11 Oct 2004 11:11:07 +, "Brian Murphy"
<[EMAIL PROTECTED]> said:
brian_731> Hi
brian_731>
brian_731> The text "some text 123" in file named test.txt was encrypted with the
brian_731> following command
brian_731> 'openssl enc -aes128 -in test.txt -out t