Project

General

Profile

Blowfish » History » Version 73

Per Amundsen, 01/29/2020 03:25 AM

1 17 Per Amundsen
{{>toc}}
2
3 63 Per Amundsen
h1. Blowfish Encryption
4 1 Per Amundsen
5 4 Per Amundsen
This is a recompile of https://github.com/flakes/mirc_fish_10 to make it work on 64 bit windows and to work with AdiIRC, source code is attached. 
6
7 9 Per Amundsen
Since this is made to inject itself into the mIRC's underlying sockets and AdiIRC is a completely different program, all events must be scripted to use the fish functions from the dll, some events is already added in the attached script, feel free to add more as needed.
8 3 Per Amundsen
9 44 Per Amundsen
A proper plugin will probably be added at some point using the "AdiIRC API V2":https://github.com/AdiIRC/apiv2 instead of a script.
10 22 Per Amundsen
11 3 Per Amundsen
_Thanks to ParAd0x for creating this project._
12
13 48 Per Amundsen
_Compiled with OpenSSL-1_0_2o binaries from http://slproweb.com/_
14 7 Per Amundsen
15 73 Per Amundsen
*The openssl v1.1 experimental version requires the latest version of visual c++ which can be downloaded from here https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads.*
16 72 Per Amundsen
17 1 Per Amundsen
h2. How to install
18
19 24 Per Amundsen
Use blowfish64 on 64 bits version of AdiIRC, otherwise 32 bits (type //echo -ag [[$bits]] to verify).
20 6 Per Amundsen
21 57 Per Amundsen
Step 1. Download the attached blowfish64.zip/blowfish32.zip. (Cliok on the *Files* link at the bottom)
22 33 Per Amundsen
Step 2. Unpack blowfish64.zip/blowfish32.zip into [[$adiircdir]]\Scripts\
23 58 Per Amundsen
Step 3. Type [[/load|//load]] -rs [[$qt]]([[$adiircdir]]\Scripts\fish_10.ini) and say yes to the popup dialog, if any.
24 57 Per Amundsen
25 61 Per Amundsen
h2. Larger than 56 byte keys
26 57 Per Amundsen
27 60 Per Amundsen
To disable the max key length check and allow longer than 56 byte keys, run this command in the [[Editbox Control|Editbox]]:
28 57 Per Amundsen
29
<pre>
30 58 Per Amundsen
//dll $qt($adiircdir\Scripts\fish_10.dll) INI_SetBool enforce_max_key_length 0
31 57 Per Amundsen
</pre>
32
33
The option should be saved across sessions.
34 15 Per Amundsen
35 1 Per Amundsen
h2. Script Changes
36 25 Per Amundsen
37 70 Per Amundsen
01/18/2020
38
39
Fixed consecutive spaces should be allowed when sending encrypted messages.
40 71 Per Amundsen
Fixed "Crypt Mark" should be removed from incoming plain text messages.
41
Fixed outgoing messages should not embed the "Crypt Mark".
42 70 Per Amundsen
43 67 Per Amundsen
01/17/2020
44
45 71 Per Amundsen
Fixed "Crypt Mark" menu shows "Prefix" by default even though it's disabled.
46 67 Per Amundsen
Fixed an issue with uneven parentheses in the fish script.
47
48 65 Per Amundsen
10/26/2019
49
50
Fixed 32 bit 1.1 openssl version was using the wrong dll.
51
52 62 Per Amundsen
10/06/2019
53
54 66 Per Amundsen
Added experimental builds using openssl v1.1.1d and the latest "fish_10 source":https://github.com/flakes/mirc_fish_10.
55
56 55 Per Amundsen
11/23/2018
57 68 Per Amundsen
58 56 Per Amundsen
Fixed %blow_ini path is wrong when running AdiIRC from the program files folder.
59 55 Per Amundsen
60 53 Per Amundsen
04/28/2018
61
62
Fixed topic is not decrypted properly in some cases.
63
64 51 Per Amundsen
04/16/2018
65
66 52 Per Amundsen
Added the "Your/Own" color to own messages.
67
Fixed your own messages should not trigger highlights.
68
Fixed spaces in user prefix should be replaced by fake spaces so nick column works properly.
69 1 Per Amundsen
70 49 Per Amundsen
03/31/2018
71 48 Per Amundsen
72 52 Per Amundsen
Recompiled with openssl v1.0.2o.
73
Updated the mirc fish revision to "93aa016":https://github.com/flakes/mirc_fish_10/commit/93aa016734089a53c9e8df290e131950863b1885.
74 50 Per Amundsen
Fixed an issue where the dll was being unloaded and the keys were missing.
75 49 Per Amundsen
76
07/17/2017
77
78 43 Per Amundsen
Fixed script tried to decrypt plain text emotes if the channel had a key.
79
80 41 Per Amundsen
03/15/2017
81 40 Per Amundsen
82
Fixed 32 bit was not compiled correctly.
83
84 39 Per Amundsen
02/05/2017
85
86
Encryption/decryption rewritten to use parseline event.
87
CBC support by default with fallback to ECB.
88 48 Per Amundsen
Cleanup of menus.
89
Added support for key exchange with mircryption CBC style.
90
Added configuration for CBC/ECB key per user/channel.
91
92
Thanks to ParAd0x for these changes.
93 38 Per Amundsen
94
08/28/2016
95 1 Per Amundsen
96 43 Per Amundsen
Fixed some path issues.
97 34 Per Amundsen
98 1 Per Amundsen
03/03/2016
99 34 Per Amundsen
100 43 Per Amundsen
Fixed decrypt topics for topicbox/channel editor.
101 34 Per Amundsen
102 30 Per Amundsen
02/05/2016
103
104
Added mcps support (thanks Fredro)
105
Fixed empty key hack should retry the key (thanks Fredro)
106
107 25 Per Amundsen
10/17/2015
108
109 26 Per Amundsen
Updated the mirc fish revision to "306a9e":https://github.com/flakes/mirc_fish_10/commit/306a9eb60da1e19f14f55f0882a42039ef697a51
110 25 Per Amundsen
Updated openssl libraries to 1.0.2d.
111
Fixed various brackets issues and bugs in the script.
112 27 Per Amundsen
Unicode characters should now work in the 1.9.9 AdiIRC beta.
113 11 Per Amundsen
114 21 Per Amundsen
03/10/2015
115
116
Fixed an issue with sending encrypted text on some networks.
117
118 19 Per Amundsen
02/11/2015
119 18 Per Amundsen
120 20 Per Amundsen
Added [[$ctrlenter]] check when typing /commands.
121 18 Per Amundsen
122 19 Per Amundsen
02/02/2015
123 11 Per Amundsen
124 16 Per Amundsen
Added topic decryption and /me decryption.
125 5 Per Amundsen
Added a hack for an issue where the ini file randomly is unloaded?
126 1 Per Amundsen
Added prefixnick and nickcolor support to the message output.
127 35 Per Amundsen
128
h2. Troubleshoot
129
130 59 Per Amundsen
If you see an error like "$dll: no such file 'C:\Program Files\AdiIRC' (line 382, fish_10.ini)" type [[/load|//load]] -rs [[$qt]]([[$adiircdir]]\Scripts\fish_10.ini) and say yes to the popup dialog, if any.