>>5
UR KOOL I BET U RIDE A MOTORCYCLE 2 UR CLASSES @ MIT
Name:
Anonymous2008-02-15 8:38
Interesting. And does it work?
Name:
Anonymous2008-02-15 9:32
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* I AM CURRENTLY HAVING HOT GAY SEX WITH YOUR MOTHER *
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Name:
Anonymous2008-02-15 9:38
>>8
I cracked Abelson's password with it instantly.
It takes an xbox hueg amount of disk space though. Considering the disk usage of a rainbow table and the small size of each key/value pair, I'm not sure if it's really a better approach than, say, a btree, but I don't have enough terabytes to test both methods with an equal keyspace. A btree is somewhat quicker to search, though.
By the way if you're only using alphanumeric characters, or if you can figure out how to manipulate the tripcodes, you can ditch the htmlspecialchars stuff and feed the input straight into crypt. It's noticeably faster.
Name:
Abelson!NobodyCracksMyTrip2008-02-15 10:01
Nobody crack my tripcode
Name:
Anonymous2008-02-15 10:52
>>10
You should put up a web frontend. Mainly because I'm a lazy cunt with 3Gbs free space and a Pentium M ;_;
>>13
I'd rather have people work for themselves. If every retard can crack a tripcode it sort of defeats any point to having them. Kinda like if a 'tripcode' field was added to the posting form.
>>18
Too long. I suspect using something like John the Ripper's DES code, or pretty much anything lower-level than fcrypt, would have helped tremendously.
It's not like my computer really does anything else most of the time, anyway. Kind of like seti@home, but with a usable output.
Name:
Anonymous2008-02-15 19:15
Couple of questions:
- what range of characters is valid in tripcode input?
- what range have you actually used in your rainbow table, and how much space does it take?
- what range of characters is valid in tripcode input?
You can use all 128 different values, from 0 to 127 -- you will have to set the eighth bit for some of them though, or they will be replaced/ignored.
Name:
Anonymous2008-02-16 6:39
patching file HashAlgorithm.cpp
Hunk #1 FAILED at 57.
1 out of 1 hunk FAILED -- saving rejects to file HashAlgorithm.cpp.rej
patching file HashAlgorithm.h
Hunk #1 FAILED at 10.
1 out of 1 hunk FAILED -- saving rejects to file HashAlgorithm.h.rej
patching file HashRoutine.cpp
patch unexpectedly ends in middle of line
Hunk #1 FAILED at 20.
1 out of 1 hunk FAILED -- saving rejects to file HashRoutine.cpp.rej
I fail it.
Is rainbowcrack even able to take adjantage of several CPUs? If not, it's not worth more effort to get it to work to me.
Name:
Anonymous2008-02-16 7:24
>>35
The code is right there. Why would you even ask such a question?
Name:
Anonymous2008-02-16 7:26
>>36
Because I'm not going to put more than 10 minutes of effort in something I'll only play with for 5 minutes once it's done.
Name:
Anonymous2008-02-16 8:20
>>37
If it takes you more than ten minutes to find out if a small Sepples application is multi-threaded, maybe you shouldn't be posting on /prog/.