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

Projects โ€ข Tech Stack โ€ข Stats โ€ข Connect

๐Ÿš€ About Me

Coding Animation

Privacy-focused developer passionate about building secure, accessible tools that empower users to protect their digital lives.

๐ŸŒŸ Who Am I?

class Rolan:
    def __init__(self):
        self.name = "Rolan"
        self.role = "Computer Science Graduate & Python Developer"
        self.location = "Yellapur, Karnataka, India ๐Ÿ‡ฎ๐Ÿ‡ณ"
        self.coding_since = 2023
        self.passion = ["Privacy", "Security", "Open Source"]
        self.current_focus = "Privacy-First Software Development"
        
    def get_interests(self):
        return {
            "๐Ÿ”’": "Privacy Engineering & Data Protection",
            "๐Ÿ›ก๏ธ": "Application Security & Cryptography",
            "๐Ÿ": "Python Development & Automation",
            "๐Ÿ“Š": "Steganography & Information Hiding",
            "๐Ÿ“": "File Systems & Secure Storage",
            "๐ŸŽŒ": "Anime, Gaming & Tech Culture",
            "๐Ÿ’ก": "Creative Problem Solving"
        }
    
    @property
    def current_mission(self):
        return (
            "Building open-source, privacy-first tools that make "
            "digital security accessible to everyone, everywhere."
        )
        
    def say_hi(self):
        print("๐Ÿ‘‹ Thanks for visiting my profile!")
        print("โญ Let's collaborate and build amazing things together!")
        print("๐Ÿ”’ Privacy is a right, not a privilege.")

me = Rolan()
me.say_hi()

๐ŸŽฏ My Journey

rolan_stats:
  education: "๐ŸŽ“ Computer Science Graduate"
  coding_since: "2023"
  primary_language: "๐Ÿ Python"
  specialty: "๐Ÿ”’ Privacy Engineering & Security"
  development_approach: "Privacy-First, User-Centric"
  
projects:
  flagship:
    - name: "InVisioVault"
      description: "Advanced steganography suite"
      tech: ["Python", "Cryptography", "PIL"]
      status: "๐Ÿšง Active Development"
      
    - name: "BAR (Burn After Reading)"
      description: "Self-destructing file manager"
      tech: ["Python", "Tkinter", "Security"]
      status: "โœ… Production Ready"
      
    - name: "Sortify"
      description: "Intelligent file organizer"
      tech: ["Python", "ML", "Automation"]
      status: "โœ… Stable Release"
      
goals_2025:
  - "๐ŸŒŸ Master Advanced Cryptography & Privacy Tech"
  - "๐Ÿ›ก๏ธ Contribute to Major Security OSS Projects"
  - "๐Ÿ“š Write Technical Blogs & Tutorials"
  - "๐Ÿš€ Launch Production-Grade Privacy Tools"
  - "๐Ÿค Mentor Aspiring Security Developers"
  
core_values:
  - "Privacy by Design, Not as an Afterthought"
  - "Open Source > Proprietary Black Boxes"
  - "Security Should Be Accessible to All"
  - "Code with Purpose, Build with Passion"
   
fun_fact: "I name my variables after anime characters! ๐ŸŽŒ"
work_mode: "Lo-fi beats + Code = Flow state โœจ"


โšก Tech Stack & Tools

๐Ÿ’ป Languages & Frameworks

Python JavaScript HTML5 CSS3 Bash

๐Ÿ”ง Tools & Technologies

Git GitHub VS Code Linux Windows

๐Ÿ”’ Security & Privacy Stack

Cryptography OpenSSL Steganography

๐Ÿ“š Python Libraries & Expertise

expertise = {
    "Security & Privacy": ["cryptography", "hashlib", "secrets", "PIL"],
    "GUI Development": ["tkinter", "customtkinter", "PyQt6", "PySide6"],
    "Data Processing": ["pandas", "numpy", "json", "sqlite3"],
    "File Operations": ["os", "pathlib", "shutil", "glob"],
    "Web & Network": ["requests", "flask", "socket"],
    "Automation": ["schedule", "watchdog", "subprocess"]
}

๐ŸŽฏ Currently Learning

Rust Docker PostgreSQL


๐ŸŽฏ Featured Projects

๐Ÿ”ฅ My Signature Work

๐Ÿ” InVisioVault - Advanced Steganography Suite
๐ŸŽฏ Multi-format steganography: images, audio, video, documents
๐Ÿ›ก๏ธ AES-256 encryption + LSB, DCT, and frequency domain algorithms
๐Ÿ Python-powered with anti-forensics & metadata scrubbing
๐Ÿ“Š CLI & GUI interfaces for accessibility
๐Ÿ”’ Zero-knowledge architecture: your data never leaves your device

๐Ÿ”ฅ BAR (Burn After Reading) - Self-Destructing File Manager
โฑ๏ธ Timed self-destruction: files auto-delete after viewing
๐Ÿ›ก๏ธ Secure deletion with multi-pass overwriting (DoD 5220.22-M)
๐Ÿ’ป 100% offline operation, zero cloud/server dependency
๐Ÿ” Encrypted temporary storage with automatic cleanup
๐Ÿ“ Perfect for sensitive documents, credentials, and ephemeral data

๐Ÿ“‚ Sortify - Intelligent File Organizer
๐Ÿงฉ Smart categorization using file metadata & content analysis
๐Ÿ“Š Custom rules engine with regex pattern matching
โšก Batch processing for organizing thousands of files
๐ŸŽจ Category templates: Media, Documents, Code, Archives
๐Ÿ”„ Undo support and dry-run mode for safety

๐ŸŒ RNR (Portfolio Website) - Personal Digital Showcase
โœจ Interactive portfolio with project demos and case studies
๐ŸŽจ Modern, anime-inspired design with smooth animations
๐Ÿ“ฑ Fully responsive: desktop, tablet, mobile optimized
โšก Fast loading with optimized assets and lazy loading
๐ŸŒ™ Dark mode support for comfortable viewing

๐ŸŒŸ Project Stats & Impact

๐ŸŽฏ What Sets My Projects Apart

  • โœ… Privacy-First Architecture: No telemetry, no data collection, no tracking
  • ๐Ÿ”’ Security by Design: Encryption, secure deletion, zero-trust principles
  • ๐Ÿ“– Well-Documented: Clear README, usage examples, and inline documentation
  • ๐Ÿงช Tested & Reliable: Comprehensive testing before release
  • ๐ŸŽจ User-Centric: Clean UI, intuitive workflows, accessibility focused
  • ๐ŸŒ Cross-Platform: Works on Windows, Linux, and macOS

๐Ÿ“Š GitHub Analytics

GitHub Stats Top Languages
GitHub Streak

๐ŸŽŒ What I'm Up To

status:
  ๐Ÿ”’ currently_building:
    - "InVisioVault v2.0: Next-gen steganography suite"
    - "Privacy toolkit for journalists & activists"
    
  ๐ŸŒฑ learning:
    - "Advanced cryptographic protocols (Zero-Knowledge Proofs)"
    - "Rust for high-performance security tools"
    - "Forensics evasion & anti-detection techniques"
    
  ๐Ÿ’ก exploring:
    - "Homomorphic encryption for privacy-preserving computation"
    - "Decentralized storage solutions (IPFS, Filecoin)"
    - "Secure multi-party computation (SMPC)"
    
  ๐ŸŽฏ 2025_goals:
    - "Launch 3 production-ready open-source security tools"
    - "Contribute to major privacy projects (Tor, Signal, etc.)"
    - "Write technical blog series on privacy engineering"
    - "Mentor 10+ developers in security best practices"
    
  ๐Ÿ“š reading:
    - "The Art of Invisibility by Kevin Mitnick"
    - "Serious Cryptography by Jean-Philippe Aumasson"
    
  โšก fun_fact: "I believe privacy is a human right, not a premium feature!"
  ๐Ÿ’ญ mantra: "Code with purpose. Build with passion. Secure with care."
  ๐ŸŽต coding_playlist: "Lo-fi hip hop + Anime OSTs = Peak productivity"

๐ŸŒธ Connect With Me

I'm always open to collaborating on privacy & security projects, discussing new ideas, or just chatting about tech and anime! ๐Ÿš€

๐Ÿ’ฌ Best ways to reach me:
๐Ÿ“ง Email for project collaborations & serious inquiries
๐Ÿ™ GitHub for code discussions & bug reports
๐Ÿ’ผ LinkedIn for professional networking


Profile Views GitHub Followers


๐ŸŽฎ Activity Quest


๐ŸŒธ Thank You for Visiting!

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

โญ Star my repositories if they're useful to you!
๐Ÿ”” Watch for updates on new privacy tools and features!
๐Ÿค Contribute - Pull requests are always welcome!
๐Ÿ’ฌ Open Issues - Found a bug or have a feature request? Let me know!
๐Ÿ“ข Share - Help spread privacy-first tools to those who need them!


๐Ÿค Want to Collaborate?

I'm especially interested in projects involving:
๐Ÿ” Privacy-enhancing technologies (PETs)
๐Ÿ›ก๏ธ Security tools for journalists, activists, and at-risk communities
๐ŸŒ Open-source security initiatives
๐Ÿ“š Privacy education and awareness

I love connecting with fellow privacy advocates and security enthusiasts! Don't hesitate to reach out - whether it's for collaboration, questions, or just to say hi! ๐Ÿ˜Š

๐Ÿ“œ License

Most of my projects are released under the MIT License - see individual repositories for details.
Free to use, modify, and distribute. Just keep it open source! ๐ŸŒ


๐Ÿš€ Made with โค๏ธ by Rolan | ๐Ÿ”’ Privacy-First, Always | ๐ŸŒŸ Powered by Passion & 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 3

  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 6

  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 4

  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