★★★ PUBLISHED — PROTEUS ENCRYPTION SYSTEM AT ICECT 2026 | LEARN MORE → ★★★ PUBLISHED — PROTEUS ENCRYPTION SYSTEM AT ICECT 2026 | LEARN MORE →

Mugilarasi M S

SECURITY SYSTEMS FOR
REAL-WORLD FINTECH

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

HACKIITK · IIT KANPUR ICECT 2026 DEPT. PROJECT EXPO YRC · VELAMMAL NIRAL HACKATHON
MS SANDBOX●●●
RUNNING CODE...
ENCRYPT()
5+
Major Projects
3
Hackathons Entered
1
Research Publication

ABOUT

WHO I AM

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.

EducationB.E. CSE, Velammal Engineering College
CGPA8.45 (2023 – 2027)
FocusCryptography · AI Systems · Fintech
InterestsCybersecurity, Ethical Hacking, Quantum Encryption, F1, Music

GET STARTED

IN MY CODE
WITH A FEW LINES

A peek at how the encryption, sharing and payment systems actually work under the hood.

~/index.py
# 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

WHERE I'VE WORKED

DEC 2023 – JAN 2025

Cybersecurity & Development Intern

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.

DEC 2025

Automation & Testing Intern

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

BUILT FOR SECURITY,
AI, AND FINTECH

Niral Hackathon · under review

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.

PythonFastAPIKivyHMAC-SHA256
View on GitHub →
Published · ICECT 2026

Proteus Encryption

Multi-layer encryption system with Dynamic Permutation Generation, AEAD, quantum-derived keys and a deception-based Honey Engine.

PythonCryptographyHKDF
View on GitHub →

FadeDrop

Zero-knowledge encrypted file sharing. Hybrid AES/Fernet + RSA model, files encrypted locally before upload, QR-based access and expiry tokens.

FastAPIPythonHTML/CSS
View on GitHub →

ENCOM Voice Assistant

Always-listening AI assistant with a custom voice trigger, emergency dial system, smart safety timer, and a Jarvis-inspired interface.

PythonKivy
View on GitHub →

F1 Race Predictor

ML models trained on race history data to predict driver rankings and race outcomes, with feature scaling and performance visualization.

PythonScikit-Learn
View on GitHub →

QuantVPN

A quantum-powered VPN concept exploring post-quantum key exchange for everyday secure browsing.

Python
View on GitHub →

TOOLKIT

THINGS I WORK WITH

Languages

Python · JavaScript · HTML5 · CSS3 · SQL

Backend

FastAPI · Flask · Scikit-Learn · OpenCV

Databases

MySQL · MongoDB

Tools

Git · GitHub · VS Code

CS Fundamentals

DSA · OOP · DBMS · OS · CN

Cryptography

AES · RSA · HKDF · HMAC-SHA256

CUSTOMERS

RECOGNITION &
HACKATHONS

🚀

HackIITK (C3iHub)

Top 24 teams — CTF Track, IIT Kanpur

CTF
🛰️

Niral Hackathon

ZeroNetPay — Founder & Lead Developer (under review)

Fintech
🏆

Department Project Expo

Winner — 2025

Winner
🥉

IGKO Zonal (SOF)

3rd Place

Olympiad
📄

Research Publication

"Proteus Encryption System" — ICECT 2026 (ISBN 978-93-5737-886-4)

ICECT 2026
🎓

Certifications

NPTEL · Microsoft · Mastercard · Google · Goldman Sachs

Verified

Technical Head — Youth Red Cross (YRC)

Velammal Engineering College

Contributed towards YRC services from 2023–2026, supporting the society's technical initiatives and outreach programs.

GET STARTED

LET'S BUILD SOMETHING SECURE

Open to opportunities in cybersecurity, backend engineering and applied cryptography. Latest updates and posts are on LinkedIn.

in

Mugilarasi M S

linkedin.com/in/mugilarasims04

Follow →
(=^·^=)
GitHub

See my complete codebase, project write-ups, and more — all in one place.

Star →
(o_o)
LinkedIn

Follow for updates on hackathons, projects and what I'm building next.

Follow →
[===]
Resume

Full experience, education and publication details in one PDF.

Download →
Follow @mugilarasi on LinkedIn to see live updates. / Open to cybersecurity & fintech roles. / Always Excited 2 Build. /