flakes / mirc_fish_10

"FiSH 10" - a blowfish encryption script for mIRC 7, compatible to previous FiSH scripts and other clients! Come visit us in #fish10 on EFNet!
https://syndicode.org/fish_10/
86 stars 16 forks source link

mIRC has Blowfish. This script needs modernization. #54

Closed a-raccoon closed 5 years ago

a-raccoon commented 5 years ago

mIRC currently integrates blowfish support via openssl and no longer requires external dll resources. This script can be rewritten and modernized. Support was added to the $encode() and $decode() functions with CBC and EBC modes, salt and iv capability.

flakes commented 5 years ago

Hi,

thank you for the information. However, that is out of scope in this project for two reasons:

1) Noone from our crew knows mIRC script at all, and personally I find it quite ugly. Feel free to fork this one or start your own project ;)

2) FiSH encryption is not at all state-of-the-art. It should be replaced with something solid (like OTR).