Code and programs

Every piece of code that runs the search for a key is open. The repositories below are grouped by what runs the search — graphics card, processor, phone or browser — plus the tools that feed them.

Repositories
23
Categories
5
Stars
353
See the GitHub profile

GPU 5

The same search inside a CUDA kernel. It is the fastest route: an NVIDIA card tests in a second what a processor takes minutes to test.

CPU 10

Searchers that run on the processor, in several languages. They need no graphics card, and they are where the algorithm is understood before moving to the GPU.

Phone 1

The search running on the device already in your pocket.

Browser 1

The search with nothing to install: open the tab and go.

Tools 6

What feeds and checks a search: ranges, keys, seed phrases and odds.

This is a selection: only the repositories that have something to do with the challenges are listed here. The full profile, with everything else, is at github.com/lmajowka.