blob: 18b4065f69a2de2855f9ce1a12a27649940fe22a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[ excerpt from developer's web site with modifications ]
Mircryption is a free encryption add-on for the popular irc clients
mIRC and XChat. Features:
- Channel text, Private query windows, DCC Chats, Actions, Topics can
all be encrypted. All crypto-related algorithms used are taken from
published, common, trusted sources. Encryption algorithm is Blowfish
(no known vulnerabilities); encryption keys are themselves stored
in encrypted form.
- Supports CBC mode encryption.
- No need to modify the way you work - text is encrypted and decrypted
automatically; encryption status of conversations is clear but
unobtrusive.
- User-friendly key management routines; menu driven and easy to
temporarily disable & re-enable encryption on a channel, send plain
text quicky, etc.
LICENSE: free without any limitation
WWW: http://www.donationcoder.com/Software/Mouser/mircryption/index.php
|