Projects with this topic
-
VanitySearch is a tool designed for finding Bitcoin address prefixes. If you wish to generate a secure private key, please use the -s option to enter your passphrase; this passphrase will be used to generate a base key compliant with the BIP38 standard (e.g., VanitySearch.exe -s "my passphrase" 1MyPrefix). Alternatively, you can use the command VanitySearch.exe -ps "my passphrase", which incorporates an additional cryptographically secure seed into your passphrase. This update addresses bugs related to custom address matching and private key conversion, replaces the random number generator, introduces new search puzzles tailored to specific finite regions, and adds both "random" and "incremental" search modes. Furthermore, the -e option has been added to enable homomorphic properties—a feature that has been completely reimplemented—while the integration of the AVX2 instruction set optimizes CPU performance and enhances underlying logic.
Updated -
-
This program reads a file containing public keys and compares them to addresses containing balances. If they match, the public key and address containing balances are output to a file. Used in public key research projects RCKangaroo, keyhunt, BitCrack, bsgsd, keyhuntcuda, etc.
Updated -
Bitcoin Mini Key Hunter is a tool that focuses on searching for 22-digit private keys starting with S and performing cracking drills. It uses the powerful GPU parallel computing capabilities of CUDA technology, similar to research tools such as brainflayer,keyhunt,BitCrack, ecloop,keyhunt cuda,etc.
Updated -
A high-performance CPU-based tool for searching compressed and uncompressed addresses, as well as puzzle-based private key and brainwallet searches. Commonly used in research projects such as Cyclone, Brainflayer, Keyhunt, BitCrack, Ecloop, Keyhunt CUDA, and BitCrack.For educational purposes
Updated -
ZUC SM3 SM4 AVX2 optimized cryptographic algorithm implementation, about 6 times faster than some versions. And sm3 sm4 zuc cryptographic algorithm core implementation.
Updated -
KeyKiller is designed to achieve extreme performance on modern NVIDIA GPUs, solving the Satoshi puzzle. It leverages CUDA, warp-level parallelism, and batched EC operations to push the boundaries of cryptographic key discovery. It is commonly used in research projects such as Secp256k1-CUDA,Brainflayer,BitCrack, Keyhunt CUDA BitCrack,RCKangaroo.
Updated -
KeyKiller is the world's highest-performing CPU-based Satoshi password cracker. It leverages modern CPU instruction sets like AVX2 and AVX512 to achieve unparalleled computing performance. Deeply optimized for the operating system, it strikes a balance between speed and accuracy, making it the ultimate tool for password cracking.
Updated -
AES cryptographic library implemented in C/C++ with hardware acceleration using AES-NI and AVX2 instruction sets, and there is a generic version! They support AES-128, AES-192 and AES-256 bit key lengths, and multiple modes of operation: ECB, CBC, CTR, CFB128, OFB, GCM (basic building blocks).
Updated -
This is a sha2 sha3 224 256 384 512 , Keccak-256 ,md5 ,sha1 ripemd160 Keccak224、256、384、512 hashing library written in C (compatible with C++), designed for extremely fast computations. It is deeply optimized to take advantage of the AVX2 instruction set in modern CPUs.
Updated -
C++SuperScalar - Task-parallelism for C++
Updated