Bug 168057

Summary: RC4 encryption for torrents
Product: [Applications] kget Reporter: Ivan D Vasin <ivan>
Component: generalAssignee: KGet authors <kget>
Status: CONFIRMED ---    
Severity: wishlist CC: joris.guisson
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ivan D Vasin 2008-08-02 02:45:18 UTC
Version:            (using KDE 4.1.0)
Installed from:    Gentoo Packages
OS:                Linux

I would like kget to support RC4 encryption of torrent traffic, like in azureus and utorrent.
Comment 1 Lukas Appelhans 2008-08-02 02:48:14 UTC
That's actually a feature which should be implemented in libbtcore, so I will reassign this to the ktorrent-authors...

Lukas
Comment 2 Joris Guisson 2014-11-08 12:03:09 UTC
Has been a feature of libktorrent since forever:

bt::ServerInterface:: enableEncryption(bool allow_unencrypted)

So KGet needs to turn this on. The allow_unencrypted option is to allow incoming unencrypted connections or not.