Skip to content
View Danielreedyel's full-sized avatar

Block or report Danielreedyel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Danielreedyel/README.md

Daniel Reed

I'm Daniel Reed

I enjoy building reliable open source software focused on cryptography, distributed computing and peer-to-peer communication. My projects explore secure networking, blockchain data structures, hashing algorithms and command-line developer utilities.

I believe that open standards, transparent code and community collaboration create stronger software. Most of my repositories are experimental implementations designed to help developers understand how decentralized technologies work under the hood.

Outside of software development, I enjoy reading research papers, improving system performance and contributing documentation to open source projects.

Pinned Loading

  1. block-parser block-parser Public

    A lightweight blockchain block parser written in modern C++ that reads raw block files, extracts header information, verifies hashes, decodes transactions and provides a simple command-line interfa…

    C++ 17

  2. crypto-playground crypto-playground Public

    Educational Python implementations of classic cryptographic algorithms including SHA-256 hashing, Caesar cipher, XOR encryption, Base58 encoding, Merkle tree construction and key generation example…

    Python 17

  3. p2p-messenger p2p-messenger Public

    Experimental peer-to-peer messaging application demonstrating decentralized communication, encrypted message exchange and lightweight node discovery using the Go programming language.

    Go 17

  4. sha256-bench sha256-bench Public

    A lightweight benchmarking utility for comparing SHA-256 hashing performance across different file sizes and memory buffers. Includes timing reports, checksum validation and command-line options fo…

    CSS 17

  5. simple-wallet-cli simple-wallet-cli Public

    A minimal command-line cryptocurrency wallet simulator demonstrating wallet generation, balance tracking, transaction history and address validation for educational blockchain development.

    Python 17