hg wrote:
> Ning wrote:
>
>> I'm trying to write an IM client which sends encrypted messages to the
>> server. I tried to use pycrypto library, but when I came to 3DES
>> cypher I was confused about the keysize to use. In the standard it
>> said that it should be either 112 bits or 168 bits, wh
Ning wrote:
> I'm trying to write an IM client which sends encrypted messages to the
> server. I tried to use pycrypto library, but when I came to 3DES
> cypher I was confused about the keysize to use. In the standard it
> said that it should be either 112 bits or 168 bits, whereas it's 16
> byt