Name: Anonymous !2bgybBZ7HI 2007-09-21 1:19 ID:0fUJYRhI
how the fuck??
If I has a string "foo" how do I get the tripcode for it?
If I has a string "foo" how do I get the tripcode for it?
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int main(void) {
char * s = "foo";
puts(crypt(_____________________));
return EXIT_SUCCESS;
}