Skip to content
View Mrtracker-new's full-sized avatar

Block or report Mrtracker-new

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

๐ŸŽŒ Rolan | ใƒญใƒผใƒฉใƒณ

๐Ÿ‘‹ About Me

Privacy-focused developer building secure tools that protect digital freedom. Anime enthusiast who believes privacy is a right, not a privilege (and that naming variables after anime characters is perfectly valid! ๐Ÿ˜„)

"If you have wings, you should fly towards your dream" - Darling in the FranXX ๐ŸŒธ
Just like Zero Two fights for freedom, I code for digital privacy and freedom.

class Rolan:
    def __init__(self):
        self.name = "Rolan | ใƒญใƒผใƒฉใƒณ"
        self.role = "Python Developer & Security Engineer"
        self.location = "Yellapur, India ๐Ÿ‡ฎ๐Ÿ‡ณ"
        self.focus = ["Privacy", "Security", "Steganography"]
        self.hobbies = ["๐ŸŽŒ Anime", "๐ŸŽฎ Gaming", "๐ŸŽต J-Pop/Anime OSTs"]
        self.mission = "Making digital security accessible to everyone"
        self.coding_playlist = ["Lo-fi hip hop", "Anime OSTs", "FranXX soundtrack"]
        
    def favorite_anime_quote(self):
        return "I code not just for myself, but for everyone's digital freedom! ๐ŸŒธ"
        
    def coding_style(self):
        # Variable names inspired by anime characters โœจ
        naruto_level = "shadow_clone_jutsu"  # for parallel processing
        goku_power = "่ถ…ใ‚ตใ‚คใƒคไบบ"  # super saiyan mode ON
        return "Anime references = Better code documentation ๐Ÿ˜Ž"
        
me = Rolan()

๐Ÿš€ Featured Projects

๐Ÿ”’ InVisioVault

Advanced Steganography Suite

  • Multi-format steganography (images, audio, video, docs)
  • AES-256 encryption + multiple hiding algorithms
  • Zero-knowledge architecture - data never leaves your device
  • CLI & GUI interfaces

๐Ÿ”ฅ BAR

Burn After Reading - Self-Destructing Files

  • Auto-delete files after viewing with timer
  • Military-grade secure deletion (DoD 5220.22-M)
  • 100% offline, no cloud dependency
  • Perfect for sensitive documents

๐Ÿ“‚ Sortify

Intelligent File Organizer

  • Smart categorization with metadata analysis
  • Custom rules engine with regex
  • Batch processing for thousands of files
  • Undo support & dry-run mode

๐ŸŒ RNR Portfolio

Personal Showcase Website

  • Interactive project demos
  • Anime-inspired design
  • Fully responsive
  • Dark mode support

Project Philosophy: Privacy-first, security by design, well-documented, cross-platform โœจ


๐Ÿ’ป Tech Stack

Languages: Python โ€ข JavaScript โ€ข HTML/CSS โ€ข Bash

Security: Cryptography โ€ข OpenSSL โ€ข Steganography โ€ข Secure File Operations

Python Expertise: cryptography โ€ข tkinter โ€ข PIL โ€ข pandas โ€ข numpy โ€ข flask

Tools: Git โ€ข VS Code โ€ข Linux โ€ข Windows

Learning: Rust โ€ข Docker โ€ข PostgreSQL โ€ข Zero-Knowledge Proofs


๐Ÿ“Š GitHub Stats

๐ŸŽฎ Contribution Graph


๐ŸŽฏ What I'm Up To

๐Ÿ”ง Maintaining: All my open-source privacy & security tools

๐Ÿ“š Learning: Advanced cryptography โ€ข Rust โ€ข Forensics evasion

๐ŸŽŒ Currently Watching: Always hunting for new anime recommendations!

๐ŸŒŸ 2025 Goals: Contribute to major OSS projects โ€ข Mentor developers โ€ข Keep building privacy tools

๐Ÿ’ญ Mantra: Code with purpose. Build with passion. Secure with care. Plus Ultra! ๐Ÿ’ช

๐ŸŽต Coding Vibes: Lo-fi beats ๐ŸŽง + Anime OSTs ๐ŸŽถ = Maximum productivity โšก


๐ŸŒธ Let's Connect!



Open to collaborating on privacy & security projects! ๐Ÿš€
Bonus points if you're also an anime fan! ๐ŸŽŒ

Especially interested in: Privacy-enhancing tech โ€ข Security tools for at-risk communities โ€ข Open-source initiatives


๐Ÿ’ซ "Privacy is not about having something to hide. It's about having something to protect."

๐Ÿ›ก๏ธ "In a world full of data breaches, be someone's firewall!"

โญ Star my repos if useful โ€ข ๐Ÿค PRs welcome โ€ข ๐Ÿ’ฌ Open issues for bugs/features
๐Ÿœ Let's chat about anime and code! โ€ข ๐ŸŽฎ Always up for tech + anime discussions



๐ŸŽญ Fun Fact

const myLife = {
  morning: 'โ˜• Coffee',
  daytime: '๐Ÿ’ป Coding privacy tools',
  evening: '๐ŸŽŒ Watching anime',
  night: '๐Ÿ” More coding (privacy never sleeps!)',
  weekend: '๐ŸŽฎ Gaming + ๐Ÿ“š Reading manga',
  always: '๐ŸŽต Anime OSTs on loop'
};

// Yes, I debug code while listening to anime openings! ๐ŸŽถ

๐Ÿš€ Made with โค๏ธ and โ˜• by Rolan | ๐Ÿ” Privacy-First, Always | ๐ŸŽŒ Powered by Anime & Open Source

Pinned Loading

  1. InvisioVault_R InvisioVault_R Public

    InvisioVault is My daily learning sandbox for mastering steganography. Hide any files from documents and photos to videos and full folders inside ordinary images that look perfectly normal. Built wโ€ฆ

    Python 7

  2. BAR BAR Public

    BAR (Burn After Reading) is my project to showcase skills in security, cryptography, and logic design. Itโ€™s an offline desktop app for sensitive file management with encryption and self-destructionโ€ฆ

    Python 4

  3. Sortify Sortify Public

    Sortify helps you automatically organize your files with easy-to-use commands. Clean up cluttered folders by sorting files based on type, โ€” all in just a few clicks.

    Python 5

  4. RNR RNR Public

    Hey! Iโ€™m Rolan, a passionate software engineer and freelancer from Yellapur, India. I love turning ideas into smart, functional, and visually engaging digital experiences. Iโ€™m constantly learning, โ€ฆ

    TypeScript 7

  5. Contact-manager Contact-manager Public

    Contact Manager is a simple and responsive web application built to manage and organize your personal or professional contacts. It allows users to add, update, delete, and search contacts efficientโ€ฆ

    TypeScript 5

  6. LinkNest LinkNest Public

    LinkNest is a React Native app that helps users organize and manage their digital resourcesโ€”like links, notes, and documentsโ€”locally with an elegant, user-friendly interface. Perfect for students, โ€ฆ

    TypeScript 4