ver2 will be a threaded trip code explorer
ver3 will be a CUDA trip code explorer
Name:
Anonymous2012-07-09 19:25
This fails with tripcodes that contain one of the characters &, <, > or ". It also fails for typical UTF-8 input since you don't translate to SJIS.
ver2 will be a threaded trip code explorer
It's an embarrassingly parallel task so you could just add a fork call in there and now you're utilizing all the cores.
ver3 will be a CUDA trip code explorer
On current hardware this is not feasible due to lack of registers, try searching "crypt on cuda" or "des on cuda", results have been abysmal with typical speedup of just 2 over a single cpu core.