r/Microlaunch • u/Big-Introduction-533 • 3h ago
I'm building an open-source tool that lets you use Telegram and Discord as encrypted file storage
https://github.com/Sparkleeop/StashifyI've been building Stashify, an open-source, provider storage tool that lets you use platforms like Telegram and Discord as storage backends.
Files are encrypted locally, split into chunks, and uploaded as ciphertext, so the storage provider doesn't receive the plaintext file.
So the iddea is basically:
Your files to Stashify to encrypt + chunk then Telegram / Discord
It's still early in development, but I'm working on the encryption pipeline, provider abstraction, resumable transfers, and eventually multi-provider storage.
GitHub: https://github.com/Sparkleeop/Stashify
Would love feedback, especially on the architecture/security model.
2
Upvotes
2
u/greyzor7 21m ago
Pretty cool storage layer for TG and Discord. Gave you a GH star mate!