is there anyway to convert a tripcode into the password for that tripcode, im using tripsage and I see that you can put in a word you want to see in a trip code and it produces results of passwords that would produce a tripcode with those letters in it, so if we were to take a complete tripcode someone has and enter it into that field, in theory it should eventually produce the 1 password that produces that tripcode, however i have a core 2 duo e6600 which can run 170,000 crypts per second but with over 10^80 possible combinations(numbers + letters + capital letters + symbols, and 10 characters in a tripcode) it would take litteraly much more than trillions of years to run through every combination. Any other suggestions?
>>887
If you could find for me a crypt type function for C++, I'd switch to there in a heartbeat.
Name:
Anonymous2009-11-22 12:35
>>888
There's one for C, isn't there? I'm not an expert at Sepples but you should be able to use the crypt() intended for C just the same in C++ right?
>>893 >>894
It's simple really, >>894 will give me the money and >>893 will give me the tripcode. After verifying the authenticity of each, I will fuck off and live a life of luxury make the exchange
>>901
the salt should be the second and third bytes of (the key plus "H.." at the end), with values outside [A-Za-z0-9./] properly substituted. look at existing implementations.
>>904
PS3 uses a more complex (and higher thoroughput) architecture, though. It's faster, but not because of the way it's written. A GPU version would be interesting, depending on how embarassingly parallel crypt is.