Show HN: CryptSend.io – Share encrypted files with randomly generated links
11–20 of 45 posts
Re: Show HN: CryptSend.io – Share encrypted files with randomly generated links
#12If the key is attached in link it also should be passed secure way, which is not usually.
Re: Show HN: CryptSend.io – Share encrypted files with randomly generated links
#13I've recently analysed pricing of various storage providers when thinking of building a side project, and I was surprised at how costly the services were. S3, Drive, Dropbox, Spaces, B2, Box, several Object Storage solutions. Some cases storage was cheap, but the transfer was costly. Everything seemed costly for the simple use case of providing an end user 10GB monthly upload + ~50GB bandwidth at low cost. A vps with…
wasabi.com might be worth looking into. $.0049 per GB/month, no egress charges. That's roughly $5/month for 1TB, which probably beats doing this on a VPS.
Re: Show HN: CryptSend.io – Share encrypted files with randomly generated links
#14Earlier quoted context omitted.
The first thing that come to mind is that you can self-host cryptsend, while it doesnt seem to be possible to self-host send.firefox.com
You can indeed self-host Firefox Send: https://github.com/mozilla/send
Re: Show HN: CryptSend.io – Share encrypted files with randomly generated links
#15I've recently analysed pricing of various storage providers when thinking of building a side project, and I was surprised at how costly the services were. S3, Drive, Dropbox, Spaces, B2, Box, several Object Storage solutions. Some cases storage was cheap, but the transfer was costly. Everything seemed costly for the simple use case of providing an end user 10GB monthly upload + ~50GB bandwidth at low cost. A vps with…
wasabi.com might be worth looking into. $.0049 per GB/month, no egress charges. That's roughly $5/month for 1TB, which probably beats doing this on a VPS.
Disclaimer: i have no direct experience with wasabi, nor am i affiliated with them at all.
Re: Show HN: CryptSend.io – Share encrypted files with randomly generated links
#16Earlier quoted context omitted.
wasabi.com might be worth looking into. $.0049 per GB/month, no egress charges. That's roughly $5/month for 1TB, which probably beats doing this on a VPS.
Thanks, hadn't heard of Wasabi before. The storage pricing is comparable with B2, but no egress charges is nice. Any have experience with this provider?
Based on their calculations, if you plan on storing files for more 16 days, it will be marginally cheaper than S3, but if you plan on keeping files around longer than 90 days, it is ~5x cheaper than S3.
Re: Show HN: CryptSend.io – Share encrypted files with randomly generated links
#17If you are encrypting the files server side, then that is NOT E2E encryption.
Re: Show HN: CryptSend.io – Share encrypted files with randomly generated links
#18So one thing, it mentions that it is JS dependence free. How are you encrypting the files client side then? If you are encrypting the files server side, then that is NOT E2E encryption.
There is a file called cipher.js with encrypt and decrypt functions https://github.com/countable-web/cryptsend/blob/develop/publ...
Re: Show HN: CryptSend.io – Share encrypted files with randomly generated links
#19Re: Show HN: CryptSend.io – Share encrypted files with randomly generated links
#20So one thing, it mentions that it is JS dependence free. How are you encrypting the files client side then? If you are encrypting the files server side, then that is NOT E2E encryption.