Skip to content
View ChronoCoders's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report ChronoCoders

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
ChronoCoders/README.md

Chrono Coder

Blockchain Infrastructure Architect • Cryptography Engineer • Distributed Systems Specialist

Building privacy-preserving protocols and decentralized infrastructure for three decades. From high-frequency trading systems to zero-knowledge cryptography—focused on production-grade code that solves real problems.


Current Work

ShadowNet — Anonymous Onion Routing Network
Tor-style onion routing with zero-knowledge relay access. Complete with academic research paper and formal security proofs.
View Project

EmotionalChain — Proof-of-Emotion Blockchain
Novel consensus mechanism combining biometric data with traditional staking. zk-SNARK privacy layer and formal Byzantine Fault Tolerance analysis.
View Project

Velopay — Substrate Payment Chain
Custom Substrate chain with PoA consensus and GRANDPA finality for private payment networks.
View Project

Hermes — Secure File Transfer
Military-grade encrypted file transfer. RSA-4096 + AES-256-GCM with self-destruct capabilities.
View Project

cargo-sane — Rust Dependency Manager
Intelligent dependency management with risk analysis and interactive search. Published on crates.io.
View Projectcrates.io


Technical Expertise

Cryptography & Privacy

Zero-knowledge proofs (zk-SNARKs, blind RSA signatures) • Military-grade encryption (RSA-4096, AES-256-GCM, Argon2) • Privacy-preserving protocols • Formal security analysis and threat modeling

Blockchain Architecture

Custom consensus mechanisms (PoE, PoA, hybrid models) • Substrate runtime development • Smart contract security auditing (Solidity, ink!) • Cross-chain interoperability

Systems Engineering

High-performance Rust systems (async/concurrent) • Network protocol design • Production infrastructure (99.9%+ uptime) • Microservices architecture


Technology Stack

Languages: Rust • Python • C++ • Go • TypeScript • JavaScript • Solidity

Blockchain: Substrate • Polkadot • Tendermint • Ethereum • Web3.js • ethers.js

Backend: Axum • Actix • Rocket • FastAPI • Django • Express.js • Next.js

Infrastructure: PostgreSQL • Redis • MongoDB • Docker • Linux • Kubernetes


Publications

Anonymous IP Assignment Using Blind RSA Signatures: A Zero-Knowledge Approach to VPN Privacy (2025)
Formal protocol specification with cryptographic security proofs and performance analysis.
Read Paper

Proof-of-Emotion: A Biometric Consensus Protocol with Zero-Knowledge Privacy Guarantees (2024)
Novel consensus mechanism combining biometric validation with zk-SNARK privacy layers.
Read Paper


Development Philosophy

struct Engineer {
    experience_years: u8,
    core_principle: &'static str,
    standards: Vec<&'static str>,
}

let chrono = Engineer {
    experience_years: 30,
    core_principle: "Privacy and security by design, not as an afterthought",
    standards: vec![
        "Production-grade code quality (zero warnings, comprehensive tests)",
        "Formal security analysis for cryptographic protocols",
        "Build from first principles, avoid unnecessary dependencies",
        "Complete documentation with clear architecture diagrams",
        "Open source with academic rigor"
    ],
};

All projects are fully open-source with comprehensive documentation. Code is production-quality: zero compiler warnings, complete error handling, extensive testing.

Research papers and formal protocol specifications included where applicable.

Philosophy: Build from scratch. No frameworks for framework's sake. Performance and security by design.


Contact

Email: contact@chronocoder.dev
GitHub: @ChronoCoders
Location: New York, United States


Building privacy-preserving infrastructure with Rust

Pinned Loading

  1. hermes hermes Public

    Military-grade secure file transfer with hybrid RSA+AES encryption, multi-recipient support, and self-destruct timers. Built with Rust.

    Rust 3

  2. proteus proteus Public

    Advanced zero-day static analysis engine built with Rust and Python for malware detection through entropy analysis, heuristics, and machine learning

    Python 2

  3. velopay velopay Public

    Enterprise-grade blockchain payment infrastructure with fiat-backed stablecoin Velo Cash for secure, compliant digital transactions

    Rust

  4. shadownet shadownet Public

    Anonymous onion routing network with blind signature cryptography. Multi-hop encrypted circuits for privacy, built with Rust.

    Rust 1

  5. rustshark rustshark Public

    RUSTSHARK is a professional deep packet inspection tool built entirely in Rust, designed to provide memory-safe, high-performance network traffic analysis.

    Rust

  6. ecash-protocol ecash-protocol Public

    Production-grade blind signature eCash protocol implementing David Chaum's 1983 cryptographic system. Features RSA-3072 signatures, double-spend prevention, REST API, and complete Docker deployment.

    Rust