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/Analysis-of-Algorithms
Implementations of sorting algorithms such as merge sort and insertion sort, etc.
AlexanderKud/bitcoin-encrypt
Toy for performing asymmetric encryption with ECIES with bitcoin addresses/keys.
AlexanderKud/Cryptography-and-Cryptanalysis
Encryption Algorithms implemented in python such as One-Time-Pad, RSA (Rivest–Shamir–Adleman), and Cesarean shift
AlexanderKud/cuda-rsa
pollard's p-1 algorithm on CUDA
AlexanderKud/ec_gmp
Elliptic Curve gmplib implementation
AlexanderKud/ecc-gmp
AlexanderKud/ECDLP
Solve ECDLP with Pollard-Rho algorithm
AlexanderKud/ECDLP-Pollard
Implementation of the parallel Pollard's rho method for solving the Elliptic Curve Discrete Logarithm Problem (ECDLP).
AlexanderKud/EllipticCurvesAttack
Implementing general attacks over Elliptic Curves Cryptosystems
AlexanderKud/pollard_rho
Cuda implementation of Pollard Rho algorithm.
AlexanderKud/secp256k1
Optimized C++ ECDSA verifier for secp256k1
AlexanderKud/vanitygen-plus
Vanitygen plus! Generate vanity address for 80+ cryptocoins including: BTC, LTC, LBRY, UNO, DASH, DOGE, FEATHER, GROESTL, MONA, PEERCOIN, VERTCOIN, ZIFTR, and MORE! Removed the prefix length limit, now capable of searching for whole addresses... Altcoin encrypting and decrypting of private keys is also supported.