@peregus yes, that would be here: https://github.com/timvisee/send/blob/master/app/fileSender.js#L81
chebra
@peregus It's explained in other threads here. The key is in the url but behind # and that part is invisible to the server. protocol://host:port/path?query#fragment, server will only see ..?query, so both participants can decrypt, but server can't => E2EE
@jwmgregory I think you misunderstand some of the technical terms, it would be quite clear how it works and why it's ok, so let's just keep an open mind. Nobody will be justifying their existence in front of a random internet user. So feel free to be sus, but keep an open mind about terms like E2EE, there is much to learn.
Wiki End-to-end encryption:
> The messages are encrypted by the sender but the third party does not have a means to decrypt them, and stores them encrypted. The recipients retrieve the encrypted data and decrypt it themselves. Because no third parties can decipher the data being communicated or stored, for example, companies that provide end-to-end encryption are unable to hand over texts of their customers' messages to the authorities.
You don't have to trust the server.
@birdcat they do this to all new accounts now, especially the mostly inactive ones. I think one way to get around the phone requirement is to use a proton email and setup 2FA immediately after creating the account. Then again, proton is flagging new accounts with signup confirmation emails too, so... yeah... leave github asap
@muntedcrocodile "Fair use" are exceptions from copyright licenses. I won't pretend I know how this all works in detail, I just know this is the loophole they are using.
@muntedcrocodile @JRepin they say it's fair use to take any copyrighted content for training and data-mining. https://www.science.org/doi/10.1126/science.add6124
@ReakDuck I'm sure nvidia would like that, this "open source" label is good for marketing. They just want to avoid being actually open. Have the cake and eat it, like many businesses do.
@peregus yes, well the javascript on the site is minified, but I found this place even in the minified code. At this level it would be easier to take the source code and compile your own, host your own instance, then you know exactly what code is running there. And their minified code could be directly compared with your minified code... the beauty of open-source software.