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

2018-06-15 Thread Fernando A
l.org) escribió: > > > 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

[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