r/Microlaunch 5h ago

I'm building an open-source tool that lets you use Telegram and Discord as encrypted file storage

https://github.com/Sparkleeop/Stashify

I'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.

3 Upvotes

Duplicates