Skip to content
View bluetox's full-sized avatar
πŸ€–
Coding
πŸ€–
Coding

Block or report bluetox

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
bluetox/README.md

Hi, I'm bluetox πŸ‘‹

I'm a Systems & Security Focused Developer currently pursuing a B.U.T. in Computer Science. I specialize in low-level programming, concurrent systems, and cryptography, with a deep-seated love for the Rust ecosystem.

πŸ›  Core Tech Stack

  • Languages: Rust (Primary), C / C++, Python, Bash.
  • Systems & Ops: Linux (Arch, Debian), Nginx, Postfix, Docker, Git.
  • Specialties: System Daemons, Reverse Engineering, Cryptographic Implementations, P2P Networking.

πŸš€ Featured Projects

πŸ¦€ Rust Systems & Tooling

  • Task Manager Daemon: A high-performance background service for concurrent task execution. Built with the Tokio runtime, using mpsc channels for task queuing and Bincode for optimized serialization.
  • Pure DSA (ML-DSA): A clean-room implementation of the Dilithium (ML-DSA) post-quantum cryptographic algorithm, focusing on implementation security and memory safety.
  • Custom P2P Messenger: A decentralized communication platform using a custom node assignment protocol and post-quantum authentication, built with the Tauri framework for a lightweight cross-platform footprint.

πŸ” Reverse Engineering & Security

  • Android Game Modding: Deep-dive reverse engineering of native Android libraries using Jadx. Developed a custom modding engine in Rust to handle function hijacking and live memory dumps.

🌐 Infrastructure & SysAdmin

Aside from development, I manage the IT infrastructure for an audiovisual association:

  • Full Stack Admin: Deployment and maintenance of dedicated Linux servers.
  • Mail & Web: Configuration of secure Postfix mail servers and Nginx reverse proxies.
  • Automation: Scripting in Bash and Python to streamline server security and DNS management.

πŸ“ˆ What I'm into right now

  • πŸ›‘οΈ Advanced Post-Quantum Cryptography.
  • πŸ—οΈ Memory-safe OS Architecture.
  • 🏎️ Optimizing concurrent runtimes in Rust.

🀝 Let's Connect

I'm always open to discussing system architecture, low-level optimizations, or cool Rust crates.

Pinned Loading

  1. pqc_kyber_improved pqc_kyber_improved Public

    A better version of pqc_safe_kyber for use in the oblivion ecosystem

    Rust 1

  2. pure_dsa pure_dsa Public

    An easy to use and fast implementation of the ml-dsa signature algorithm

    Rust 1

  3. Synacor-challenge Synacor-challenge Public

    My version of the synacor vm

    C++

  4. task_scheduler task_scheduler Public

    Rust