MD5 on CUDA - is it possible ?

hello.
Is it possible to program MD5 algorithm using CUDA ? And its efficiency on GeForce FX4600 will be crucially faster then on CPU. CUDA 1.0 relase will be require newer then FX4600 ?

Yes, CUDA supports integer operations, so implementing MD5 (or other hash functions) is possible.

The CUDA 1.0 release will support the Quadro FX 4600 and all G8x based cards.

When will new release of CUDA?

Now :)