<?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/4719" />

	<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-06-18T16:09:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[mortician]]></name></author>
		<updated>2003-06-18T16:09:57-04:00</updated>

		<published>2003-06-18T16:09:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22158#p22158</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22158#p22158"/>
		<title type="html"><![CDATA[blowfish/base64 encryption]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22158#p22158"><![CDATA[
thanks, I know what to look for now ...<br><br>btw Nimo, that prog would be very usefull if it was a decoder and not an encoder  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink">  unfortunately I do not know any c(++) so I can't make it myself <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=1942">mortician</a> — Wed Jun 18, 2003 4:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nimo]]></name></author>
		<updated>2003-06-18T13:26:05-04:00</updated>

		<published>2003-06-18T13:26:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22138#p22138</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22138#p22138"/>
		<title type="html"><![CDATA[blowfish/base64 encryption]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22138#p22138"><![CDATA[
<a href="http://www.business.auc.dk/~shorty/eggdrop/eggpass.tar.gz" class="postlink">http://www.business.auc.dk/~shorty/eggd ... ass.tar.gz</a> is maybe what you need.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3116">Nimo</a> — Wed Jun 18, 2003 1:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-06-18T09:56:21-04:00</updated>

		<published>2003-06-18T09:56:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22130#p22130</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22130#p22130"/>
		<title type="html"><![CDATA[blowfish/base64 encryption]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22130#p22130"><![CDATA[
Afaik you need a blowfish with the same salts used in eggdrop (check the source for details). I've no idea if/how they can be inserted into the blowfish module you're using though.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Wed Jun 18, 2003 9:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mortician]]></name></author>
		<updated>2003-06-18T09:39:34-04:00</updated>

		<published>2003-06-18T09:39:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22126#p22126</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22126#p22126"/>
		<title type="html"><![CDATA[blowfish/base64 encryption]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22126#p22126"><![CDATA[
hey,<br><br>I'm making some perl script (not for eggdrop) and it needs the same encryption as an eggdrop (encrypt &lt;key&gt; &lt;string&gt; / decrypt &lt;key&gt; &lt;encrypted-base64-string&gt;)<br><br>As I can read in the docs, eggdrop encrypts the string via blowfish  first (since that's the encryption module I've loaded), and next encodes it in a base64 String.<br><br>However, when I try this in my perl script I don't get the same result (endoding or decoding)<br><br>I know this is not a perl forum, but this is the perl I have:<br><div class="codebox"><p>Code: </p><pre><code>my $key = "my key";my $cipher = new Crypt::Blowfish $key;# encryption:my $ciphertext = $cipher-&gt;encrypt("a_string");  #encrypt with blowfishmy $in = encode_base64($ciphertext); # encode with base64# $in should be the encrypted base64 string now ...# decryption:my $out = decode_base64($in); # decoding base64my $plaintext = $cipher-&gt;decrypt($out); # decrypting blowfish</code></pre></div>Someone knows why this is not the same?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1942">mortician</a> — Wed Jun 18, 2003 9:39 am</p><hr />
]]></content>
	</entry>
	</feed>
