ZeroNetPay
Founder & Lead Developer. Cross-platform offline UPI payment layer — send/receive money via QR scan with zero internet, using HMAC-SHA256 signed tokens and biometric authentication.
Open, hands-on engineering in encryption systems and fintech innovation. Architect of ZeroNetPay — a cross-platform offline UPI payment app secured with HMAC-SHA256 and biometric authentication.
RECOGNIZED BY
ABOUT
I'm a final-year B.E. Computer Science & Engineering student at Velammal Engineering College, Chennai (CGPA 8.45, 2023–2027), focused on cybersecurity, applied cryptography and fintech systems. My work spans multi-layer encryption design, secure system architecture, and AI-driven assistants — with a research paper on deception-based security published at ICECT 2026.
GET STARTED
A peek at how the encryption, sharing and payment systems actually work under the hood.
# Proteus — multi-layer encryption with dynamic permutation
def encrypt(data: bytes, keys: list[bytes]) -> bytes:
for key in keys:
data = dpg_permute(data, key) # Dynamic Permutation Generation
data = aead_seal(data, key) # Authenticated encryption
return honey_engine.wrap(data) # deception-based decoys
# FadeDrop — zero-knowledge encrypted file sharing
async def upload(file: UploadFile, password: str):
key = derive_key(password) # HKDF
encrypted = fernet_encrypt(file, key) # local, before upload
token = issue_token(expiry="24h")
return qr_code(token) # single-use, password protected
# ZeroNetPay — offline UPI token transfer
def create_token(amount: float, upi_id: str) -> str:
payload = {"amount": amount, "upi_id": upi_id, "ts": now()}
signature = hmac_sha256(payload, device_key)
return qr_encode(payload, signature) # scan-to-pay, no internet needed
EXPERIENCE
Insprisys & MotionCut · Remote
Secure system architecture and full-stack integration for real-world cybersecurity projects. Implemented encryption and threat-mitigation strategies for data protection and secure user flows.
Royal Enfield Headquarters · Onsite
Automated the cluster testing suite for Flying Flea (Royal Enfield's EV vehicle). Documented 30+ edge cases and implemented automated regression testing, reducing the bug detection cycle.
USE CASES
Founder & Lead Developer. Cross-platform offline UPI payment layer — send/receive money via QR scan with zero internet, using HMAC-SHA256 signed tokens and biometric authentication.
Multi-layer encryption system with Dynamic Permutation Generation, AEAD, quantum-derived keys and a deception-based Honey Engine.
Zero-knowledge encrypted file sharing. Hybrid AES/Fernet + RSA model, files encrypted locally before upload, QR-based access and expiry tokens.
Always-listening AI assistant with a custom voice trigger, emergency dial system, smart safety timer, and a Jarvis-inspired interface.
ML models trained on race history data to predict driver rankings and race outcomes, with feature scaling and performance visualization.
A quantum-powered VPN concept exploring post-quantum key exchange for everyday secure browsing.
TOOLKIT
Python · JavaScript · HTML5 · CSS3 · SQL
FastAPI · Flask · Scikit-Learn · OpenCV
MySQL · MongoDB
Git · GitHub · VS Code
DSA · OOP · DBMS · OS · CN
AES · RSA · HKDF · HMAC-SHA256
CUSTOMERS
Top 24 teams — CTF Track, IIT Kanpur
CTFZeroNetPay — Founder & Lead Developer (under review)
FintechWinner — 2025
Winner3rd Place
Olympiad"Proteus Encryption System" — ICECT 2026 (ISBN 978-93-5737-886-4)
ICECT 2026NPTEL · Microsoft · Mastercard · Google · Goldman Sachs
VerifiedVelammal Engineering College
Contributed towards YRC services from 2023–2026, supporting the society's technical initiatives and outreach programs.
GET STARTED
Open to opportunities in cybersecurity, backend engineering and applied cryptography. Latest updates and posts are on LinkedIn.
linkedin.com/in/mugilarasims04