This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
d
djdubmaster
Post
by djdubmaster » Wed Apr 30, 2003 4:57 pm
I set up an eggdrop for a mate on his computer who is new to eggdrops and planned to show him how to use it. He set his password, but now he cannot remember what it is. Is there any easier way he could regain it without changing the bot.user file?
I have tried removing him, but he is a perminent owner, so the bot just chucks back a "Cannot change password of a perminent owner" message back at me.
Cheers,
Dub
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Wed Apr 30, 2003 5:08 pm
Edit the config file, and remove him from the owner setting.
Rehash the bot and change his password. After saving the userfile, you can place him pack in the config file.
Passwords work in a simple way.
When you set a password, it in encrypted. This encrypted version is stored.
When you need to use a command with a password, the bot will encrypt the password send, and match it against the one in the userfile.
IE, it matches the two encrypted pieces of text.
As it uses a one way encryption, you can't decrypt it.
As such, you can only change it using commands provided (after disabling settings if needed), or to brute force crack it.
Brute force decryption is not an easy task, and it involved chekcing every combination possible. Tis can take years.
d
djdubmaster
Post
by djdubmaster » Thu May 01, 2003 11:15 am
Cheers mate, I'll get him to do that