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.

md5 module

Old posts that have not been replied to for several years.
Locked
m
mia_richard
Voice
Posts: 25
Joined: Sun Aug 31, 2003 9:29 am

md5 module

Post by mia_richard »

is there an md5 module like yet the blowfish module out?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

No and there wouldn't be.

First off, eggdrop allready comes with MD5 hashing functions built in, however, they are not used for encryption, as a hash in not an encryption.

Eggdrops encryptions modules is as such. Encryption has a two way alogarythm, where you can encode using a KEY, and then decode the sctring using the same KEY.

It also has the ability to create a hash by using the input string as both the input and the KEY. Thus, unless you know the input string, you can't decrypt.

A hash function is a one way street. Once you are down it, there is no way back. There is no way to decrypt a hash.

There are currently 2 third-party encryption modules available for eggdrop available on the eggheads FTP server at ftp://ftp.eggheads.org/pub/eggdrop/ in the modules section.
m
mia_richard
Voice
Posts: 25
Joined: Sun Aug 31, 2003 9:29 am

Post by mia_richard »

thank you
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

Hmm, but i've seen Md5 encryption module for eggdrop. It is idea.mod (version 1.0-1.0.2). Unfortunatelly i don't remember website adress but try it on google ;)
m
mia_richard
Voice
Posts: 25
Joined: Sun Aug 31, 2003 9:29 am

Post by mia_richard »

thx too
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

http://www.ibiblio.org/pub/packages/irc ... dules/1.6/

Yes, this does use MD5 for password encryption, however, uses IDEA for encryption/decryption
m
mia_richard
Voice
Posts: 25
Joined: Sun Aug 31, 2003 9:29 am

Post by mia_richard »

thx again and for all others are coming
Locked