"mei xiao" <mxiao@peerdirect.com> wrote in message
> Can I use OpenSSL to encrypt a stream and decrypt it in my C# program using
> the same key and hash value?
What exactly do you mean with 'hash value'? TripleDES -- like other block
ciphers -- needs a key and an initialization vector before encrypting data.
As far as compatibility is concerned, yes, C# and OpenSSL are compatible.
Data encrypted with OpenSSL can be decrypted in C#.
Regards,
Pieter Philippaerts