Re: [openssl-users] I need help to implement triple des algorithm with openssl

2018-06-16 Thread Dave Coombs
> Thank you Matt!, > yes it odd, the component in C# is from a third an we don't know C#, we think > that for a moment we could replace that using openssl command line. > > Could show me how pass a key to the openssl? To use a specific key instead of deriving it from a passphrase, use -K instead

Re: [openssl-users] I need help to implement triple des algorithm with openssl

2018-06-15 Thread Fernando A
Thank you Matt!, yes it odd, the component in C# is from a third an we don't know C#, we think that for a moment we could replace that using openssl command line. Could show me how pass a key to the openssl? Thank you! El vie., 15 de jun. de 2018 a la(s) 10:53, Matt Caswell (m...@openssl.org)

Re: [openssl-users] I need help to implement triple des algorithm with openssl

2018-06-15 Thread Matt Caswell
On 15/06/18 14:34, Fernando A wrote: > Hi all, > > I am not an expert with openssl and I need replace a component in c# > that run algorithm Triple DES. > I tried in the command line something like thisĀ  > "openssl enc -des-ede3 -k 1234567890123456ABCDEFGH -in test.txt -out > test.enc" > > but

[openssl-users] I need help to implement triple des algorithm with openssl

2018-06-15 Thread Fernando A
Hi all, I am not an expert with openssl and I need replace a component in c# that run algorithm Triple DES. I tried in the command line something like this "openssl enc -des-ede3 -k 1234567890123456ABCDEFGH -in test.txt -out test.enc" but the result that I obtain is diferent of result launched by