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/kangaroo_1
AlexanderKud/WifSolverCuda
GPU missing unknown characters WIF private key BitCoin
AlexanderKud/vanitygen-plusplus-ported-for-VS2019
Vanitygen plus plus for VS2019 - ported for Microsoft Windows 10, VS2019 and NVIDIA CUDA SDK. It is a vanity address generator for ALC, BTC, ETH, LTC, DOGE, DASH, DIAMOND, KMD, LBRY, PIVX and 100+ more crypto currencies
AlexanderKud/VanitySearch2
Bitcoin/Ethereum Address Prefix Finder
AlexanderKud/ecc-pycrypto
A Python package for ECC and ElGamal elliptic curve encryption.
AlexanderKud/Mnemonicbrute
Mnemonic brute force py/c+ ETH/BTC
AlexanderKud/Python_Cryptography
Just my Python scripts :)
AlexanderKud/Fialka
Bruteforce BitCoin Private keys WIF, Minikeys, Passphrases...
AlexanderKud/ecdummy
Exploiting dummy codes in Elliptic Curve Cryptography implementations
AlexanderKud/BitcoinPuzzle
Brute force the 64-bit private key corresponding to the Bitcoin address 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN on Raspberry Pi
AlexanderKud/gostcrypto
GOST cryptographic functions
AlexanderKud/libecc
Library for elliptic curves cryptography
AlexanderKud/python-bcutils
bitcoin utils
AlexanderKud/python-bitcoin-utils
Library to interact with the Bitcoin network. Ideal for low-level learning and experimenting.
AlexanderKud/vanitygen
AlexanderKud/RhoPollard
A python algorithm using Pollard's Rho method to generate collision in any hash cryptographic function
AlexanderKud/Hunt-to-Mnemonic
BIP39 mnemonic generator
AlexanderKud/mini_ecdsa
Elliptic curve tools, ECDSA, and ECDSA attacks.
AlexanderKud/PubHunt
Brute force Bitcoin public keys for puzzle translation.
AlexanderKud/keyhuntfix
AlexanderKud/bitcoin-tool
Tool for converting Bitcoin keys and addresses
AlexanderKud/CUDASieve
A GPU accelerated implementation of the sieve of Eratosthenes
AlexanderKud/BitCrack2
Brute force Bitcoin private keys.
AlexanderKud/KeyHunt-Cuda-2
Brute force Bitcoin private keys.
AlexanderKud/Pybitcointools
AlexanderKud/mathematical-cryptography
DLP, ECC, and Fast Powering implementations in Python for Mathematical Cryptography course @UNH
AlexanderKud/KeyHuntModified
AlexanderKud/ECDSA_secp256k1_JordonMatrix_nodejs
javascript ecdsa generator, specifically secp256k1 properties, using jordon form matrices
AlexanderKud/cryptotools
AlexanderKud/secp256k1_art
Simple Public Key Generator for ECC: secp256k1 in Affine and Projective(Jacobian) Coordinates on Python 3