I'm looking to write a program that can do some salted (MD5) hashing for me. To reduce the impact on my system, and increase the speed, I want to run the calculations through the GPU. So I have a few questions:
1) Does Java have native support for GPU processing?
2) Does Java have native support for salted MD5 hashing?
3) Is anybody aware of an open source program that already does this?
4) Anything else you think might be helpful?
Answers to any or all questions are appreciated, even just links to related documentation.
Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||
|
|
Here is a blog by someone who has a similar idea to you: http://www.golubev.com/hashgpu.htm He released a working hash bruteforcer using the GPU which can be found here. |
|||
|
|