Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Encryption (Score 1) 220

How is the Auth1 scheme described above susceptible to offline dictionary attacks?

I'm assuming both client and server then exchange the Auth1 value to know if they can trust the other side: server would check for correct password, client would check for non-MITM server.

The supposed MITM would attempt to offline brute force the Passhash as they now know the inputs to the HMAC, and they know the correct Auth1 value?

Comment Re:Google is dropping XMPP and Talk/Chat anyway (Score 1) 121

Features? It's great to have the server manage groups so when a new user of Team X gets added, all of Team X shows up in their roster. File transfer is simpler and more secure using XMPP+TLS than requiring the "cloud". Persistent chat rooms (ala IRC channels) are a great way to keep people collaborating. Even IDEs like Intellij can help collaboration by sending "File Z line N" code pointers or diffs that show up right next to the code your team is working on.

That and by using OTR or trusting your own server to not log chats protects privacy. But does anyone care about privacy anymore?

Comment Re:as fast as Chrome? (Score 1) 688

I've not yet tried it with FF 29, works great on FF 28.

I've not figured out a way to highlight the current tab, but I use another way to show me which tab I'm on. I disable the close button (X) on all tabs except for the current one, so I can look to the far right of my tab list for the (X) as I have tabs on the right.

With a vertical monitor, my tab width is small, but I can show many tabs without scrolling (about 70 un-collapsed).

Comment Re:as fast as Chrome? (Score 1) 688

How could you possibly use Chrome with that many tabs and not have tabs on the side?

I routinely have 50-100 tabs open in Firefox, memory usage is great, even with a bunch of add-ons, from versions 26-28. Granted, some of my add-ons help reduce overall resources by blocking cookies and scripts. Also 'click to play' is a necessity so Flash only loads on the few sites I allow.

Comment Re:more downgrades (Score 1) 688

Also try Ghostery and Disconnect if you want to block known advertising sites. It lets through all the requests to cloud providers like //ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js and such which track you, but if you also run Cookie Monster and Referrer Control, they don't get much.

I would love a noscript/request policy like addon that would allow me to substitute "common" shared resources, like jquery or bootstrap, from a local cache.

Slashdot Top Deals

"More software projects have gone awry for lack of calendar time than for all other causes combined." -- Fred Brooks, Jr., _The Mythical Man Month_

Working...