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