Skip to content

Mrtracker-new/InvisioVault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

153 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”’ InvisioVault

InvisioVault Logo

Hide secrets inside images, create files that are secretly two files at once, and smuggle messages inside QR codes. It's steganography, but make it fun. πŸ₯·


πŸͺ„ What It Does

Mode What's the gag
πŸ–ΌοΈ Steganography Hide a file (or text) inside an image. Looks totally normal. Isn't.
πŸ”— Polyglot One file, two formats. Open it normally β†’ image. Rename to .zip β†’ hidden files appear.
πŸ“± QR Code Phone cameras see a URL. InvisioVault sees your hidden message. 😏

All modes support AES-256 encryption. Passwords optional, paranoia encouraged.


πŸš€ Quick Start

Windows: just run run.bat. Done. Go make a coffee. β˜•

Everywhere else:

# Backend
cd backend && pip install -r requirements.txt && python app.py

# Frontend (new terminal)
cd frontend && npm install && npm run dev

β†’ App at http://localhost:5173


πŸ”’ Security Stuff

βœ… File validation Β |Β  βœ… AES-256 encryption Β |Β  βœ… Rate limiting Β |Β  βœ… Path traversal prevention Β |Β  βœ… Auto cleanup


🎭 Origin Story (tl;dr)

This was my first ever repo. The original code was... enthusiastic. I came back later, actually learned things, and rebuilt it properly. If you're a beginner: just keep shipping. The cringe is part of the journey. πŸ’ͺ


πŸ‘¨β€πŸ’» Author

Rolan Β· rolanlobo901@gmail.com Β· @Mrtracker-new

⭐ Star it if it made you feel like a hacker (the cool kind)

MIT License β€” use it, break it, build something weird with it.

Releases

No releases published

Packages

 
 
 

Contributors