<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/4269" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2003-08-25T14:43:48-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/4269</id>

		<entry>
		<author><name><![CDATA[BiLL]]></name></author>
		<updated>2003-08-25T14:43:48-04:00</updated>

		<published>2003-08-25T14:43:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25641#p25641</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25641#p25641"/>
		<title type="html"><![CDATA[Eggdrop Blow Encryption]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25641#p25641"><![CDATA[
set text [decrypt $blowkey [string range $arg 4 9999]]<br><br>that worked - thanks all!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=50">BiLL</a> — Mon Aug 25, 2003 2:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-08-24T06:38:27-04:00</updated>

		<published>2003-08-24T06:38:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25567#p25567</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25567#p25567"/>
		<title type="html"><![CDATA[Eggdrop Blow Encryption]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25567#p25567"><![CDATA[
just a thought, try spliting the $arg or specifying first word ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Aug 24, 2003 6:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BiLL]]></name></author>
		<updated>2003-08-23T21:30:47-04:00</updated>

		<published>2003-08-23T21:30:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25554#p25554</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25554#p25554"/>
		<title type="html"><![CDATA[Eggdrop Blow Encryption]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25554#p25554"><![CDATA[
Damn, it is not that easy as I thought.<br><br>set key "asdf"<br>bind pubm - "#mychan *" decryptall<br><br>proc decryptall { nick uhost handle chan arg } {<br>global key<br>set arg [decrypt $key "$arg"]<br>putserv "PRIVMSG $chan :arg = $arg"<br>return 0<br>}<br><br>It won't decrypt the input correctly.<br>If I sent a TEXT WITH BLOWFISH (same key!) the bot will not decrypt the text correctly. Why? I am using same keys!<br><br>The interesting thing is that I CAN read the encrypted messages of the bot with my blowfish script for mIRC. So I thought eggdrop/mircblowfish got the same salts. But it doesn't look like that now in the decrypt function. Maybe I am doing something wrong ? Can anyone help me? PLEASE !<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=50">BiLL</a> — Sat Aug 23, 2003 9:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BiLL]]></name></author>
		<updated>2003-08-23T08:56:31-04:00</updated>

		<published>2003-08-23T08:56:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25534#p25534</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25534#p25534"/>
		<title type="html"><![CDATA[Eggdrop Blow Encryption]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25534#p25534"><![CDATA[
No,<br><br>you got me wrong.<br><br>When someone sends the public command with blowfish encyption THEN the bot WONT reply, cause it couldnt decrypt the input (so it couldnt read it correctly). I will try that way which "user" told me this evening. I think that will do it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=50">BiLL</a> — Sat Aug 23, 2003 8:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-08-23T01:19:39-04:00</updated>

		<published>2003-08-23T01:19:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25508#p25508</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25508#p25508"/>
		<title type="html"><![CDATA[Eggdrop Blow Encryption]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25508#p25508"><![CDATA[
Why do you want to encrypt the commands? Sound silly to me..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Aug 23, 2003 1:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-08-22T18:41:02-04:00</updated>

		<published>2003-08-22T18:41:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25487#p25487</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25487#p25487"/>
		<title type="html"><![CDATA[Eggdrop Blow Encryption]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25487#p25487"><![CDATA[
use a 'pubm' bind (with the channel name included in the mask to avoid having to decrypt EVERY public message recieved by the bot) and call the other procs after decrypting the message and extracting the command part.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Fri Aug 22, 2003 6:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BiLL]]></name></author>
		<updated>2003-08-22T17:22:05-04:00</updated>

		<published>2003-08-22T17:22:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25479#p25479</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25479#p25479"/>
		<title type="html"><![CDATA[Eggdrop Blow Encryption]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25479#p25479"><![CDATA[
Ok great, got it working right now.<br><br>But the problem is it doesnt decrypt my input. So when i try to do !hello it wont respond cause I am sending with blowcrypt. How can I make the bot that it will decrypt my message and will execute the proc for !hello ?<br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=50">BiLL</a> — Fri Aug 22, 2003 5:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-08-22T15:08:59-04:00</updated>

		<published>2003-08-22T15:08:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25472#p25472</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25472#p25472"/>
		<title type="html"><![CDATA[Eggdrop Blow Encryption]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25472#p25472"><![CDATA[
Actualy is possible to encrypt EVERYTHING what the eggdrop says in a special channel by using the <em class="text-italics">encrypt</em> to encrypt and <em class="text-italics">decrypt</em> to.. doh! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Aug 22, 2003 3:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BiLL]]></name></author>
		<updated>2003-08-21T22:59:31-04:00</updated>

		<published>2003-08-21T22:59:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25447#p25447</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25447#p25447"/>
		<title type="html"><![CDATA[Eggdrop Blow Encryption]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25447#p25447"><![CDATA[
I just saw an eggdrop with blow encryption.<br><br>How is that possible?<br><br>I searched around the web but didn't find any public script ;-(.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=50">BiLL</a> — Thu Aug 21, 2003 10:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-04-29T19:17:20-04:00</updated>

		<published>2003-04-29T19:17:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19658#p19658</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19658#p19658"/>
		<title type="html"><![CDATA[Eggdrop Blow Encryption]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19658#p19658"><![CDATA[
The short answer is "no".<br>The long answer is...<br><br>Eggdrop has no clue about what channel you're sending messages to, so you'd have to rewrite the internal output commands to parse everything sent to the server.<br><br>This sounds like a bad idea to me. I get the feeling you're after encrypting messages sent by a script, and that would be much easier. Just change every line that makes some output to your channel to call your encryption/output proc. I bet your decryption is based on some keyword at the start of every message to determine that it's an encrypted string, so that would make it easy for the eggdrop to pick up these lines and decrypt them for you.<br><br>Now there's only one problem left; the actual encrypt/decrypt function. If it's compatible with eggdrop's own blowfish encryption (even using the same salts), no problem. If not: start reading the source of that addon (it's open source, right?)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Tue Apr 29, 2003 7:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BiLL]]></name></author>
		<updated>2003-04-29T17:03:00-04:00</updated>

		<published>2003-04-29T17:03:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19648#p19648</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19648#p19648"/>
		<title type="html"><![CDATA[Eggdrop Blow Encryption]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19648#p19648"><![CDATA[
Hi,<br><br>is it possible to encrypt EVERYTHING what an eggdrop say's in a special chan? For mIRC I've an addon - BlowCrypt - there I can set a special key for every chan and it get's encrypter and auto decrypted. I need this in TCL for eggdrop - where I can an special key for the chan too.<br><br>Is there such script out?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=50">BiLL</a> — Tue Apr 29, 2003 5:03 pm</p><hr />
]]></content>
	</entry>
	</feed>
