Vishnu Vardhan profile picture

$ whoami

Vishnu Vardhan

CSE Student in AI & Data Science | Security Researcher

Download Résumé scroll

$ cat about.log

About Me

I am a curious and self-directed first-year engineering student at Sapthagiri University, specializing in AI & Data Science.

My interests lie in understanding the inner workings of complex systems, from philosophy to technical infrastructure.

I'm into pattern recognition, exploring vulnerabilities, and conducting research using secure operating systems and privacy-enhancing technologies.

Books that stuck with me: Norwegian Wood by Haruki Murakami, The Stranger by Albert Camus, and The Metamorphosis by Franz Kafka.

I also spend a lot of time on the Collatz Conjecture — enough to have built my own notation for exploring it, which you can see below.

$ cat skills.json

Skills

Languages

C C++ Python

Tools & Operating Systems

Kali Linux Tails OS Wireshark Burp Suite

$ ls ./projects

Projects & Achievements

SecurityClient-side Encryption

NULLCORE

Local-only encrypted file vault

A file vault with no server or backend of its own — "no core." Files are compressed and encrypted entirely client-side, using a compressed-encryption approach that converts them to .bin, so only the person holding the key can ever decrypt them. The ciphertext itself is stored as plain text on a public paste service, which acts purely as dumb, opaque storage — visible to anyone as noise, meaningless without the key. A separate edit-key, held only by the owner, is required to modify or delete a stored file.

Systems ProgrammingC

Mini Shell (C)

A minimal Unix shell built from scratch

A small Unix shell written in C to better understand Unix process creation and inter-process communication. It currently supports executing commands and simple two-command pipelines using fork(), execvp(), pipe(), dup2() and waitpid(), with additional shell features planned as the project evolves.

Security ResearchResponsible DisclosureCWE-287

Lockscreen Authentication Bypass — Vivo iQOO Z9s Pro 5G

In April 2025, I identified an authentication bypass affecting the lock-screen widget feature on Vivo's iQOO Z9s Pro 5G. The flaw allowed unrestricted internet browsing from a locked device — without a PIN, password, or biometric. I reported it both to India's Computer Emergency Response Team (CERT-In, reference CERTIn-96182825) and directly to Vivo's security team, who independently confirmed the vulnerability in writing. Vivo shipped a fix in Lockscreen Poster v7.7.0.10, and CERT-In confirmed the resolution in January 2026 — handled end-to-end through responsible disclosure, with no public proof-of-concept released before the patch.

[ read full details ]
MathematicsPersonal Research

Collatz Conjecture: A Rail-and-Branch Notation

A personal notation for the Collatz conjecture, built around thinking of it as a branching structure rather than a single sequence. Every odd number sits at the base of a "rail" — repeated doubling — and a rail branches wherever (v-1)/3 lands on a whole number, spawning a new rail one level down. Instead of plotting that tree in 2D or 3D (where branches inevitably overlap), each step forward through a number's trajectory gets addressed by its position: nX_k for the rail a number starts on, nY_k for every branch after that. k is how many doublings that odd base sits below the next branch point. It's an independent exploration, not a peer-reviewed proof — a way of walking the sequence that surfaces structure a plain forward run hides.

[ read details & interactive tools ]
Security ResearchSandboxingWebAssembly

What a Sandbox Experiment Taught Me About Loader Patterns

[ read full research write-up ]

$ cat certifications.txt

Certifications & Achievements

swipe or tap a card ↔

Udemy certificate: Business English - Professional e-mail writing

Business English: Professional E-mail Writing

Udemy

Infosys Course Completion Certificate: Business English - Professional e-mail writing

Business English — Professional E-mail Writing

Infosys Springboard · July 6, 2026

Cisco Networking Academy certificate: Apply AI - Analyze Customer Reviews

Apply AI: Analyze Customer Reviews

Cisco Networking Academy · Sapthagiri College of Engineering · Dec 31, 2025

Cisco Networking Academy certificate: Introduction to Modern AI

Introduction to Modern AI

Cisco Networking Academy · Sapthagiri College of Engineering · Jan 5, 2026

Certificate of Appreciation: 2nd place, English Debate, AURAFESTA 2.0

2nd Place — English Debate, AURAFESTA 2.0

Sapthagiri NPS University · May 6, 2026

Infosys Course Completion Certificate: Effective Communication Skills - Verbal and Non-Verbal Training

Effective Communication Skills — Verbal & Non-Verbal Training

Infosys Springboard · July 6, 2026

Microsoft Project certificate: Computer vision

Build a Computer Vision App with Azure Cognitive Services

Microsoft · Instructor Catalin Popa · July 12, 2026

$ cat hobbies.txt

Hobbies

$ ./contact --send

Contact

Questions, collaboration, or just want to talk security and research — email is the best way to reach me.

Open to research collaborations, security discussions, and interesting problems — also happy to receive responsible security disclosures.