tarticle-tgtimes-mallumo.mw - tgtimes - The Gopher Times HTML git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/tgtimes DIR Log DIR Files DIR Refs DIR Tags --- tarticle-tgtimes-mallumo.mw (1136B) --- 1 .SH darkfi 2 The Mallumo Weechat Plugin 3 . 4 .PP 5 IRC is part of the protocols that survived to the advent of the Web. 6 . 7 .PP 8 It still has users, it still has new network and communities initiatives springing out, it is alive. 9 . 10 .PP 11 One single little touch it lacks is end-to-end encryption. 12 Without it it is perfect for public communities such as software projects discussions and support chat, live event chats... 13 but private 1-to-1 communication could suddenly become a good candidate for end-to-end encryption. 14 . 15 .PP 16 Part of the DarkFi project, this is what Mallumo 17 .FS 18 https://github.com/darkrenaissance/mallumo 19 .FE 20 brings in a simple piece of code using libNaClk, 21 the crypto library from Dan Bernstein, 22 author of ED25519 (in its repackaged libsodium form). 23 This is state-of-the-art, well-proven and fast cryptography for end-to-end communication. 24 . 25 .PP 26 With this plug-in dropped in the plugin folder, 27 all private communication start by a simple key exchange over normal IRC, 28 and the conversation upgrades to nacl-encrypted messages over regular IRC. 29 . 30 .PP 31 There might not be any simpler way to encrypt peer-to-peer communication online.