Skip to content
View RoninYT9's full-sized avatar

Highlights

  • Pro

Block or report RoninYT9

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

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

Report abuse
RoninYT9/README.md

Hi there πŸ‘‹ I'm Keshav Chauhan

Founder @ SezRonix β€’ Building privacy-first software
Flutter β€’ Android β€’ Applied Cryptography β€’ Open Source


I'm a 16 years old indie software developer from India and the founder of SezRonix.

I enjoy building software that prioritizes privacy, thoughtful design, and long-term user trust. My work focuses on creating products where security isn't an afterthoughtβ€”it's part of the architecture.

Currently, I'm building RozVibe, a privacy-first encrypted journaling app for Android.


πŸš€ Current Project

RozVibe β€” Private Encrypted Journal

Your private thoughts should remain yours.

Instead of relying solely on server-side security, RozVibe encrypts journal entries on-device before they are synchronized to the cloud, allowing users to retain control over their personal data.

Core Features

  • πŸ”’ Client-side AES-256-GCM encryption
  • πŸ”‘ PBKDF2-HMAC-SHA256 key derivation
  • ☁️ Secure encrypted cloud synchronization
  • πŸ“– Private journaling
  • 😊 Mood tracking & emotional insights
  • πŸ“… Writing streaks
  • πŸ” Privacy-preserving encrypted search
  • πŸ“± Clean distraction-free interface

πŸ”— Links:


πŸ”“ Open Source

One of my goals is to make security claims verifiable rather than trust-based. For that reason, the client-side encryption engine powering RozVibe is open source.

It includes:

  • AES-256-GCM encryption
  • PBKDF2 key derivation
  • Blind-index search architecture
  • Cryptographic helpers
  • Key lifecycle management

Rather than asking users to trust marketing claims, I prefer publishing the implementation for developers and security researchers to inspect.


πŸ›  Tech Stack

Category Technologies
Languages Dart β€’ C++ β€’ Java β€’ Python
Frameworks Flutter β€’ Firebase
Databases Cloud Firestore β€’ SQLite
Crypto & Tech AES-256-GCM β€’ PBKDF2-HMAC-SHA256 β€’ HMAC-SHA256 β€’ Riverpod β€’ Firebase Auth β€’ Firebase Analytics β€’ Google AdMob β€’ Git β€’ GitHub

πŸ“š Areas of Interest

Android Development β€’ Flutter β€’ Privacy Engineering β€’ Applied Cryptography β€’ Secure Cloud Architecture β€’ Product Design β€’ Open Source β€’ Indie Hacking β€’ Mobile Security β€’ AI-powered Applications


🌱 Currently Learning

I'm continuously exploring:

  • Cryptographic engineering
  • Advanced Flutter architecture
  • Android security
  • Backend system design
  • Artificial Intelligence
  • Product strategy
  • Developer experience

πŸ“Œ Featured Projects

  • πŸ”’ RozVibe: Privacy-first encrypted journaling application.
  • πŸ” RozVibe Encryption Core: Open-source client-side encryption engine.

Future repositories will include additional privacy-focused tooling and open-source projects.


🌐 Connect


πŸ’¬ Philosophy

"Privacy is not merely the protection of data. It is the freedom to be completely honest with yourself."

I believe the best software is built on transparency, thoughtful engineering, and respect for usersβ€”not just features. If something I build helps people feel safer, learn something new, or inspires another developer, then it's worth building.


⭐ Thanks for visiting my profile.
Feel free to explore my repositories, open an issue, or reach out if you'd like to discuss Flutter, Android, cryptography, privacy engineering, or open-source software.

Pinned Loading

  1. RoninYT9 RoninYT9 Public

    Config files for my GitHub profile.

  2. RozVibe RozVibe Public

    RozVibe is a secure digital journal built so you never have to self-censor. This repository open-sources the client-side AES-256-GCM cryptography that powers RozVibe's zero-knowledge architecture.

    Dart 1