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. π₯·
| 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.
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
β File validation Β |Β β AES-256 encryption Β |Β β Rate limiting Β |Β β Path traversal prevention Β |Β β Auto cleanup
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. πͺ
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.