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

curious #56

Closed daslicht closed 5 years ago

daslicht commented 5 years ago

hi, i am curious , wht not just use AES256 for excryption ? That should be more secure no ? ~dl

flakes commented 5 years ago

Even AES256 would not solve the underlying problems that

a) there is no protection against MITM, because there are no certificates or any means of "trust on first use" b) secure encryption of group chats is a really hard problem.

I have been playing around with integrating LIBOTR into mIRC, but I doubt it would ever reach significant levels of usage.