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.

How to make on eggdrop to additionally encrypt userlist.

Old posts that have not been replied to for several years.
Locked
C
CrniAngeo
Voice
Posts: 5
Joined: Wed Jun 22, 2005 5:34 pm

How to make on eggdrop to additionally encrypt userlist.

Post by CrniAngeo »

I just want to encrypt userlist which is already encrypted with blowfish module, but i want to additionally encrypt that userlist, to hide all users and something, i just want to use md5 encryption or DES-x .
Any ideas how to make it ? :-)
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

the userlist is not encrypted, passwords are encrypted

you encrypt the userlist by patching eggdrop to encrypt it
C
CrniAngeo
Voice
Posts: 5
Joined: Wed Jun 22, 2005 5:34 pm

Post by CrniAngeo »

how to patch it, have any link , or doc with howto ? :-)
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

by learning programming in C, eggdrop source code and encryption algorithms

your docs are your C book, algorithm book, eggdrop source files; and your links and HOWTOs are all over the Internet, just ask google
Locked