←back to thread

276 points leonry | 1 comments | | HN request time: 0s | source
Show context
benatkin ◴[] No.41889495[source]
The title heavily implies that Mozilla's is closed-source. It isn't: https://github.com/mozilla/send

Actually since it says forked it implies that Mozilla maintains a closed-source version. No, it was cancelled.

replies(2): >>41889850 #>>41890836 #
promiseofbeans ◴[] No.41889850[source]
The Thunderbird team is working on a fork!

"The Thunderbird team was very sad when Firefox Send was shut down. Firefox Send made it possible to send large files easily, maybe easier than any other tool on the Internet. So we’re reviving it, but not without some nice improvements. Thunderbird Send will not only allow you to send large files easily, but our version also encrypts them" - https://blog.thunderbird.net/2024/10/thunderbird-annual-repo...

replies(5): >>41889932 #>>41889977 #>>41890263 #>>41893229 #>>41895093 #
Vinnl ◴[] No.41889977[source]
That's weird, I thought the original also decrypted them. (You pass the key in the hash fragment, which your browser doesn't send to the server.)
replies(1): >>41892208 #
1. benatkin ◴[] No.41892208{3}[source]
I wouldn’t be surprised if that hash fragment is sent to URL previews in otherwise encrypted chats. I did that too in my own program and it felt wrong. https://codeberg.org/macchiato/encshare-app I think I’ll change it, if not in my old project then in the next one.