Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Tripcode decoder?

Name: Anonymous 2007-12-03 19:48

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?

Name: !!bs+RJAOyXTwZJRG 2009-01-15 16:54

// test.cpp
#include <iostream>
#include <stdio.h>
using std::cout;

int main() {
    for (unsigned long long g = 0; g < 9000000000001; g++)
        cout << "GRUNNUR\r\n";
#ifdef MSC_VER
    system("pause");
#else
    getchar();
#endif
    return 0;
}

Newer Posts