On Wed, Nov 23, 2005, roro GRONAN wrote:
> Hi everybody,
> i'm new with the openssl libs (0.9.8a), I try to develop a program wich
> need to produce a file that can be decrypted with the openssl command line
> tool.
> i choosed des_ede3_cbc as the syemtric algorithm.
>
> the "encryption" part o
Hi everybody,
i'm new with the openssl libs (0.9.8a), I try to develop a program wich need
to produce a file that can be decrypted with the openssl command line tool.
i choosed des_ede3_cbc as the syemtric algorithm.
the "encryption" part of my code is given at the end of this post.
I verified