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.

sending an email (again)

Old posts that have not been replied to for several years.
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

Actuallly, he's gone for a few weeks, moving i think. but sure, i'll ask him :p

pm me your encrypted password and i'll ask him if he can crack it
User avatar
arcane
Master
Posts: 280
Joined: Thu Jan 30, 2003 9:18 am
Location: Germany
Contact:

Post by arcane »

well.. i'd say it's just a matter of time to get any password using brute force...
aVote page back online!
Check out the most popular voting script for eggdrop bots.

Join the metal tavern!
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

I don't think he uses brute force, he just uses a tcl code to decipher it.

Its really possible as blowfish always encrypts a password the same way
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

MeTroiD wrote:I don't think he uses brute force, he just uses a tcl code to decipher it.

Its really possible as blowfish always encrypts a password the same way
what blowfish does the same way is using the same seed every time, because it must be able to check your password against the stored hash, and that can only be done with the same seed

this doesn't mean your friend can decipher that hash, as he can't decipher a MD5 hash, or any other strong one-way hash (and blowfish is probably one of the strongest) - that's why it's called one-way, because you can't decipher it - or if you or your friend claim that you can - I suggest you apply for a job with RSA and get a deserved 6-figures salary

the only thing your friend and every other cracker out there can do is to use brute force - in various ways, some more intelligent than the others, making clever use of dictionaries - to check a very large number of combinations of characters, using the very same blowfish algorithm eggdrop uses, against a hash that he has obtained one way or another

and since my password definitely doesn't even remotely fall within any dictionary your friend might have, he'd have a hard time cracking it - surely an impossible task for his home computer
Locked