Think Snapchat for files, but actually secure.
You drop a file in. It gets encrypted. You get a link. The other person opens it, reads it, and — depending on what you set — it's gone forever. No copy. No trace. No drama.
Great for:
- 🤐 Sharing passwords without leaving an email trail
- 💼 Sending contracts that shouldn't stick around
- 🕵️ Feeling like a spy on a completely normal Tuesday
- 🍪 Hiding cookie recipes from grandma (hey, no judgment)
| Feature | Details |
|---|---|
| 🔒 AES-256 Encryption | Same stuff banks use |
| 🔑 Zero-Knowledge | We literally can't read your files |
| 💣 Auto-Destruct | Timer-based or view-count based |
| 💾 Two Share Modes | Client-side .bar file or server-side link |
| 🔄 Smart Refresh Control | Stops accidental view-count burns |
| 🔔 Webhooks | Discord/Slack ping when someone opens it |
| 📧 Email OTP | 2FA before the file is revealed |
| 🛡️ Brute-Force Lockout | 5 wrong passwords = 60-minute timeout |
| 🎨 Rich File Preview | View 50+ file types without downloading |
⏰ Heads up: The backend sleeps when idle. Hit "Wake Server" and wait ~50s on first load.
git clone https://github.com/Mrtracker-new/BAR_RYY.git
cd BAR_RYY
setup.bat # installs everything
start.bat # fires up both serversThen open → http://localhost:5173 🎉
AES-256 encryption. PBKDF2 key derivation with 100,000 iterations. HMAC-SHA256 tamper detection.
What does that mean for you?
Even if someone hacks the server, steals the database, or threatens us with strongly-worded emails — they still can't read your files. The key lives only in your head (and in the URL you share).
We never store encryption keys. Without the password, your file is expensive random noise.
Found a bug? Have a brilliant idea? Pull requests are very welcome.
- Fork it
- Make your changes
- Test them (please 🙏)
- PR with a decent description (and maybe a funny commit message)
Bonus points for: 🧪 tests · 📝 docs · 🔒 security catches · 🎨 UI magic
MIT — do whatever you want with it.
✅ Use it · ✅ Modify it · ✅ Deploy it
❌ Blame us if it breaks · ❌ Use it for evil (or at least be subtle)
Made with ☕, paranoia, and questionable late-night energy
"Because some files deserve to disappear."
🔥 Burn After Reading 🔥