View Single Post
Old 25-01-07, 01:26 PM   #13
toni66
Registered User
 
Join Date: Jul 2006
Posts: 40
Default

Basic encryption:
Quote:
Basic is VERY basic encryption. In the lines of XOR "encryption"

SSL encryption:

THEN you get AES 128bit.
"TLS_DH_anon_WITH_AES_128_CBC_SHA"

If you wan't 256 bit AES encryption (which is overkill) you'll need to edit the configuration file.
"TLS_DH_anon_WITH_AES_256_CBC_SHA"

<?xml version="1.0" encoding="UTF-8"?>
<settings>
<internal downloadfolder="c:\downloads" chipersuite="TLS_DH_anon_WITH_AES_256_CBC_SHA"/>
<my guid="-381696120" nickname="toni"/>
<friendlist/>
<server port="31239"/>
<sharelist/>
</settings>
toni66 is offline   Reply With Quote