> Hello,
>
> I'm trying to compare the results of the openssl tool with the cryptool
> 1.4.31
>
> + Filename topsecret.txt which only contains the character 'a'
> + Encrypt it with DES using CBC mode with key and iv = 0 produces the
> result '32ea a0fa 4f77 fb92'
>
> user@debian:~$ xxd topsecret.tx
I am writing to/reading from a file. Opening the file in binary mode seems
to have done the trick. Thanks!
On Wed, Oct 30, 2013 at 9:30 PM, Dave Thompson wrote:
> First, what do you mean by string? I assume you realize that raw
> RSA-encrypted values
>
> (and other modern algorithms like
If the negotiated cipher suite for an RSA encrypted client-server
session does not involve using the RSA public keys, then when is RSA
used in that session ?
Not sure to fully understand your question, but the answer may be :
'Just for [server] authentication'
Hope this helps.