Bug 168057 - RC4 encryption for torrents
Summary: RC4 encryption for torrents
Status: CONFIRMED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-02 02:45 UTC by Ivan D Vasin
Modified: 2014-11-08 12:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.