> 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
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)
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
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