Earlier quoted context omitted.
Why can the passwords not be hashed?
FTP is inherently insecure, everything is transmitted in plaintext. Because the server cannot check a password against a hash (due to the limitations of FTP), the client needs to store the password, and can't keep only a hash. That being said, Base64 is woefully inadequate, just google 'base64 decode'; and this response (from someone who appears to be a contributor) is just not a defence.
Trojan found in Filezilla downloaded from SourceForge
91–100 of 217 posts
Re: Trojan found in Filezilla downloaded from SourceForge
#92Something came up last time Sourceforge was discussed here, namely "why are projects still using it?"... I'm the project lead for LXQt ( http://lxqt.org ). We inherited some infrastructure legacy from LXDE, which was hosted on sourceforge. Today, we have moved most of the legacy to Github but we're still using Sourceforge's mailing list system. We're moving to a self-hosted mailman3 instance but it's been excruciatin…
Why mailing lists are still quite massively popular in 2015?..
Or is it because you value the communication differently than the code? We've evolved distributed revision control to handle issues or geography, connectivity, and work styles effectively allowing you to be self-contained and then collaborate (push, pull, merge someone else's stuff) when you are ready to. Email is the only generally available method of communication that works the same way.
Re: Trojan found in Filezilla downloaded from SourceForge
#93SourceForge and Filezilla are both on their way out, hence their owners desire to monetize their remaining users while they still can. WinSCP is a decent alternative. As is Swish: http://www.swish-sftp.org/ https://github.com/alamaison/swish
A decent alternative to filezilla would have to be cross-platform, neither swish nor winscp are (they're win only). An alternative to sourceforge implies not using sourceforge but swish does.
Re: Trojan found in Filezilla downloaded from SourceForge
#94SourceForge and Filezilla are both on their way out, hence their owners desire to monetize their remaining users while they still can. WinSCP is a decent alternative. As is Swish: http://www.swish-sftp.org/ https://github.com/alamaison/swish
On Windows, you don't always need a 3rd party FTP program. Windows Explorer (not IE) already does FTP. Just open any folder and type ftp://example.com into the path bar.
Re: Trojan found in Filezilla downloaded from SourceForge
#95Earlier quoted context omitted.
FTP is inherently insecure, everything is transmitted in plaintext. Because the server cannot check a password against a hash (due to the limitations of FTP), the client needs to store the password, and can't keep only a hash. That being said, Base64 is woefully inadequate, just google 'base64 decode'; and this response (from someone who appears to be a contributor) is just not a defence.
If the server checked against a client-provided hash, the hash would become the password , and the attacker could just use the hash as-is to login to the server. Hashing on the client solves nothing.
Re: Trojan found in Filezilla downloaded from SourceForge
#96Earlier quoted context omitted.
The problem is not FileZilla, but SourceForge. They do this to all their files.
That's not quite accurate... FileZilla has opted into the bundle-with-crapware program [1] to make some money. [1] https://news.ycombinator.com/item?id=8849950
FileZilla is maintained by people who want to push spyware to you because it's how they get paid. This isn't an accident.
Re: Trojan found in Filezilla downloaded from SourceForge
#97Earlier quoted context omitted.
FWIW, Google Groups powers email distribution lists for Gmail for Work. Or at least, the two are strongly linked. At this point, unlike Reader, there's real cash behind the functionality. It's possible they could just fold it into Gmail, I guess, but with other mail interfaces like Inbox popping up in the Google ecosystem it seems if anything they're trying not to shoehorn too much more into a flagship product. My gu…
That's interesting, but it doesn't reassure me much. The infrastructure behind Groups may be in use, it doesn't stop Google from shutting the UI down.
Re: Trojan found in Filezilla downloaded from SourceForge
#98Earlier quoted context omitted.
On Windows, you don't always need a 3rd party FTP program. Windows Explorer (not IE) already does FTP. Just open any folder and type ftp://example.com into the path bar.
That is not a reliable work tool It does not support passive mode No queue No SFTP No FXP
Re: Trojan found in Filezilla downloaded from SourceForge
#99Earlier quoted context omitted.
Why can the passwords not be hashed?
FTP is inherently insecure, everything is transmitted in plaintext. Because the server cannot check a password against a hash (due to the limitations of FTP), the client needs to store the password, and can't keep only a hash. That being said, Base64 is woefully inadequate, just google 'base64 decode'; and this response (from someone who appears to be a contributor) is just not a defence.
Re: Trojan found in Filezilla downloaded from SourceForge
#100Don't worry, it's just an "offer". They're totally not distributing malware via their installer.