Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:I've used the latest Russian ATMs. (Score 1) 95

Sounds great in theory but having been bitten twice now by companies incorrectly double or treble billing me I no longer allow anyone to automatically debit from my account. Much safer to log on to a suppliers payment portal every month and manually make a payment using my debit card.

Comment Re:What about salting? (Score 1) 615

I wrote "an algorithm you apply to your password before it gets hashed" which could of course mean appending random string data. My mistake was to assume that appending the same randomly generated string to all passwords would be sufficient salt. I didn't consider users who used the same password.

Comment Re:What about salting? (Score 1) 615

I'm not a crypto expert but my understanding of salt is that it is simply an algorithm you apply to your password before it gets hashed. In order to verify a password, the system obviously needs to know the salting algorithm in order to compute the correct hash. If your password hashes have been stolen, it is reasonably likely that your salting algorithm has too. Therefore, whether or not each hash has it's own unique salt becomes largely irrelevant as the attacker will likely know how to produce each salt.

Of course if the authentication box and the hash database are on separate machines and only the hash database gets hacked, then it might be slightly useful. But then, even if you only used one salt for all the hashes, your passwords would still be safe from rainbow tables assuming your auth box was not hacked.

Comment Re:N900 at what carrier? (Score 1) 166

I don't know which country you're in but in Europe you would simply opt for a "sim only" contract. I'm in France (not the most competitive country for mobile rates) and use this: http://www.virginmobile.fr/nos-offres/forfaits-liberty-sim-et-plus.htm (EUR 29.90/month for 5 hours call time any network any time, unlimited sms and 500MB of internet usage per month with no minimum contract period).

Comment Re:Asterisk? Really? (Score 1) 85

As a current Asterisk 1.6 user, I can attest that it is a piece of junk. It's monolithic, buggy, poorly documented and unwieldy to install from source (witness the number of ISO based all in one installation solutions).

I'm in the process of reading up on FreeSwitch with a view to shifting to it.

Have a read of: http://www.freeswitch.org/node/117

Slashdot Top Deals

Saliva causes cancer, but only if swallowed in small amounts over a long period of time. -- George Carlin

Working...