Feature #180
Please implement FiSH IRC encryption algorithm for smuxi
Status: | New | Start: | 05/25/2009 | |
Priority: | Normal | Due date: | ||
Assigned to: | - | % Done: | 0% |
|
Category: | Engine IRC | |||
Target version: | - | |||
Complexity: | High |
|||
Votes: | 0 |
Description
The FiSH encryption algorithm is already integrated in Xchat and irssi and it's BETA in mirc. Might be nice to get that ready for smuxi too.
The Official FiSH page: http://fish.secure.la/
History
Updated by Mirco Bauer 5436 days ago
- Complexity set to High
Updated by Mirco Bauer 5197 days ago
A MIT/X11 licensed (according to http://www.bouncycastle.org/csharp/licence.html) blowfish implementation:
http://www.bouncycastle.org/viewcvs/viewcvs.cgi/*checkout*/csharp/crypto/src/crypto/engines/BlowfishEngine.cs?rev=HEAD&content-type=text/plain
Updated by Mirco Bauer 5196 days ago
There is also a GPL v2-only licensed blowfish implementation available, but it's not suitable for Smuxi as Smuxi is licensed under GPL 2+ (2 or later):
http://www.koders.com/csharp/fidD5E0D7AC50858EA8F7131E8CD2746F3471A1B953.aspx
Updated by Mirco Bauer 5196 days ago
- Category set to Engine IRC