Pinned Repositories
Analysis-of-Algorithms
Implementations of sorting algorithms such as merge sort and insertion sort, etc.
Applied-Cryptography-Multiplicative-group-and-square-and-multiply-method
basic-blockchain-programming
Sample code from my blog series "Basic blockchain programming".
bitcoin-bruteforce
Bitcoin private key brute force written in Python
bitcoin-ecdsa
Elliptic Curve Digital Signature Algorithm, Secp256k1
bitcoin-ecdsa-fast
Elliptic Curve Digital Signature Algorithm, Secp256k1. P.S. (The algorithm can work about 4 times faster than previous algorithm "bitcoin-ecdsa")
bitcoin-encrypt
Toy for performing asymmetric encryption with ECIES with bitcoin addresses/keys.
BitCrack
A tool for cracking Bitcoin private keys
keyhunt-ocl-linux
keyhunt-ocl linux
Ultimate-Bitcoin-Webserver
AlexanderKud's Repositories
AlexanderKud/BitcoinCore_secp256k1
Optimized C library for EC operations on curve secp256k1
AlexanderKud/Ultimate-Bitcoin-Webserver
AlexanderKud/Btcbf
Bitcoin private key brute force tool, written in python. Also can be used as a bitcoin wallet generator.
AlexanderKud/Cuda_Compute_PublicKeys
AlexanderKud/ecc.py
A tiny secp256k1 implementation in pure python
AlexanderKud/ECDSA-Security-Analysis-Suite
ECDSA Security Analysis Suite
AlexanderKud/Etarkangaroo
Kangaroo cuda solver for SECP256K1
AlexanderKud/HPbitkey
AlexanderKud/JLPKangaroo_OW_OT
A modified version of JLP Kangaroo that allows you to generate only wild or only tame kangaroos
AlexanderKud/Kang-1
Solving ECDLP with Kangaroos - Part #1
AlexanderKud/kangaroo
Find PrivateKey of corresponding Pubkey using Pollard Kangaroo algo
AlexanderKud/Kangaroo-256-bit
Pollard's kangaroo for SECPK1
AlexanderKud/KANGAROO-256-CUSTOM
Kangaroo with the goal of improving efficiency without losing the success rate.
AlexanderKud/kangaroo_0
AlexanderKud/keyhunt
privkey hunt for crypto currencies that use secp256k1 elliptic curve
AlexanderKud/keyhuntcuda
my updated version of KeyHunt-Cuda using a better random generator and also a better SECP256k1 to get the correct addresses
AlexanderKud/KeyHuntCuda-vk
AlexanderKud/leetcode-solutions
LeetCode Solutions
AlexanderKud/lightweight-database-for-Bitcoin-public-keys-bruteforce
creating the lightweight database for publickeys, 1 bit per key.
AlexanderKud/linque
Python equivalent of .NET LINQ
AlexanderKud/pollard
simple pollard in c++
AlexanderKud/pollardsrho
Implementation of the Pollard's Rho algorithm for the secp256k1 curve.
AlexanderKud/Private-Key-Search-and-Ultra-Lightweight-Database-with-Public-Keys
This allows the representation of thousands of public keys to be stored in just a few lines, making the database lightweight and easy to manage.
AlexanderKud/Privatekeys-tools-keyhunt
VARIOUS TOOLS FOR VARIOUS PURPOSES READ BELOW 📚
AlexanderKud/Pubkey_Finder
Find the corresponding public key via hash160.
AlexanderKud/Puzzle-Work
List of searched ranges
AlexanderKud/pybtc
Python bitcoin library
AlexanderKud/python-crypto
A simple Cryptography Implementation in Python for the ARK Blockchain.
AlexanderKud/ripkangaroo
THIS PROGRAMM NAMED RIP KANGAROO BCZ OF A LOT OF KANAGROOS JUMPING ON EACH OTHER ITS GREAT BY THE WAYY!!!!!
AlexanderKud/UnsafeECC
POCs and In-depth explanation of the logic and math behind common elliptic curve cryptography edge cases and attack vectors