-
Experimental implementation of a lattice-based cryptosystem using Multi-Block Learning With Errors (LWE) and basic Hamming (7,4) error correction. This project stage is not production-ready and exh…
python cryptography encryption decryption information-security post-quantum-cryptography error-correcting-codesPython MIT License UpdatedAug 11, 2025 -
-
rsa-from-scratch Public
Pure Python RSA implementation with key generation, encryption, and decryption — no external libraries.
Python UpdatedAug 7, 2025 -
bitcoin-tx-signer Public
A Python tool to build, sign, and (optionally) broadcast raw Bitcoin transactions using WIF private keys.
-
bitcoin-transaction-builder Public
A minimal yet powerful Bitcoin transaction builder CLI in Python. It fetches UTXOs, builds raw transactions, signs them securely using your WIF private key, and outputs a broadcast-ready hex. Perfe…
-
btc-address-validator Public
A lightweight and standalone Python tool that validates Bitcoin addresses without any external dependencies.
Python UpdatedJul 23, 2025 -
btc-address-creator Public
A standalone Bitcoin address generator in pure Python. Converts any WIF private key into compressed/uncompressed P2PKH, P2SH, and Bech32 addresses — no external dependencies.
Python MIT License UpdatedJul 22, 2025 -
btc-address-extractor Public
Extracts Bitcoin addresses from block data using Blockstream API