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

	<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>2002-08-09T11:50:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[guppy]]></name></author>
		<updated>2002-08-09T11:50:44-04:00</updated>

		<published>2002-08-09T11:50:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9562#p9562</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9562#p9562"/>
		<title type="html"><![CDATA[Eggdrop TCL Password Emailer wanted!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9562#p9562"><![CDATA[
You could hack up blowfish to not encrypt passwords :)<br><br>Not that hard ... just gotta make the password encryption function return the plaintext password.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10">guppy</a> — Fri Aug 09, 2002 11:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-08-09T05:15:36-04:00</updated>

		<published>2002-08-09T05:15:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9555#p9555</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9555#p9555"/>
		<title type="html"><![CDATA[Eggdrop TCL Password Emailer wanted!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9555#p9555"><![CDATA[
Quite smply, yes you could do this.<br><br>It would not be secure though. Any system using plain text passwords is not secure.<br><br>Another option (or feature) to the second option I gave, is to provide a command fore the user to get the password changed himself.<br><br>EG, he sends a message to the bot "/msg bot neednewpass", the bot makes a new password, and e-mails it to him.<br><br>By all means use the first method, as it's perfectly possible, however, each user would have to give there e-mail address and re-give you there password. This is so it can be stored in plain text, seeing as there is no way to decrypt it.<br><br>Another option is to fish about in the modules directory on the eggdrop FTP server (<a href="ftp://ftp.eggheads.org/" class="postlink">ftp://ftp.eggheads.org/</a>), there used to be a module, that would replace blowfish, so that plaintext passwords could be stored. However, this would 100% leave even global owners (and perminant) at risk.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Aug 09, 2002 5:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-08T12:26:01-04:00</updated>

		<published>2002-08-08T12:26:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9539#p9539</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9539#p9539"/>
		<title type="html"><![CDATA[Eggdrop TCL Password Emailer wanted!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9539#p9539"><![CDATA[
<blockquote class="uncited"><div>Am I right is asuming that the authentication is hostname and password based? And that the password is that saved in eggdrops userfile?<br>If so, then the answer is no.<br>This is simply due to the fact that the password is encrypted when stored (encrypted full stop).</div></blockquote>sh*t  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"> <br><br>isn't there a way to store text based passwords in a file besides(next to) the encrypted one? (in a secure location)<br><br>[cut]<blockquote class="uncited"><div>There is another way around it.<br><br>Once a owner/master (who ever you pick to do the deed, but lets call him/her A) has varified that person B is who he/she ways they are, then a script can be set to dot he following.<br><br>Person A verifies who person B is.<br>Person A types a command on the bot, for example ".issuepass B". This will tell the bot that B is to be issued witha  new password.<br>The bot will then generate a new random password (EG J4dDJD8e7), save it to the userfile, and either msg or e-mail person B to tell them (e-mail recomended).</div></blockquote>well, thats exactly what i DON'T want to do, because i want to be rid of this, thats just the whole idea  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><p>Statistics: Posted by Guest — Thu Aug 08, 2002 12:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-08-08T05:36:10-04:00</updated>

		<published>2002-08-08T05:36:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9530#p9530</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9530#p9530"/>
		<title type="html"><![CDATA[Eggdrop TCL Password Emailer wanted!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9530#p9530"><![CDATA[
Am I right is asuming that the authentication is hostname and password based? And that the password is that saved in eggdrops userfile?<br><br>If so, then the answer is no.<br>This is simply due to the fact that the password is encrypted when stored (encrypted full stop).<br><br>This encryption is a one way encryption, as such that it uses the plain text password as the text, and the plain text password as the key. As such, only having the plain text password can produce a password match.<br><br>There is simply no secure method of storing password in plain text, so that they can be sent to the user should he/she forget them.<br><br>There is another way around it.<br><br>Once a owner/master (who ever you pick to do the deed, but lets call him/her A) has varified that person B is who he/she ways they are, then a script can be set to dot he following.<br><br>Person A verifies who person B is.<br>Person A types a command on the bot, for example ".issuepass B". This will tell the bot that B is to be issued witha  new password.<br>The bot will then generate a new random password (EG J4dDJD8e7), save it to the userfile, and either msg or e-mail person B to tell them (e-mail recomended).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Aug 08, 2002 5:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-08T05:08:49-04:00</updated>

		<published>2002-08-08T05:08:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9529#p9529</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9529#p9529"/>
		<title type="html"><![CDATA[Eggdrop TCL Password Emailer wanted!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9529#p9529"><![CDATA[
I was wondering if anyone has any idea about how to make this work?<br><br>I run an eggdrop for my clan's channels, and want to expand it into doing more then opserving, i added a lot of scripts to it wich make it a happy critter and well used.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  but we (a mate of me and meself) are working on some scripts of our own and hope to make it an eggdrop people want on their channels!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"> The idea is that people can request forgotten passwords to be delivered by email, previously set into his/her user info.<br><br>Anyone know a script that does just that? or is there a way to make it work? i am no TCL programmer pursang, to be exact i just started. but people nag me about passwords they forgot and that anoys me.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad">  Most functions on my eggdrop work through authentication only.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><br>Can anyone help me please! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><p>Statistics: Posted by Guest — Thu Aug 08, 2002 5:08 am</p><hr />
]]></content>
	</entry>
	</feed>
