https://github.com/sean-bradley/cudalookupsha256
SHA256 Lookup using parallel processing on a NVidia CUDA Compatible Graphics card
https://github.com/sean-bradley/cudalookupsha256
cuda parallel-processing sha256
Last synced: 8 months ago
JSON representation
SHA256 Lookup using parallel processing on a NVidia CUDA Compatible Graphics card
- Host: GitHub
- URL: https://github.com/sean-bradley/cudalookupsha256
- Owner: Sean-Bradley
- Created: 2016-01-29T21:07:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T09:47:35.000Z (almost 8 years ago)
- Last Synced: 2025-04-09T02:41:32.461Z (9 months ago)
- Topics: cuda, parallel-processing, sha256
- Language: Cuda
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CUDALookupSHA256
SHA256 Lookup using parallel processing on a NVidia CUDA Compatible Graphics card
This is another experiment I did where i tried to generate many SHA256’s until I found a match.
This is a good way to learn about how SHA256 and CUDA work and not much else.
If you want to find a match for a pre computed sha256, you will still need many lifetimes and computing power if you were going to use this program.