Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:It's theater... (Score 1) 342

Why can't it be both? And it's certainly about security theater, at least in part. The government needs to be seen as doing something. For some reason, saying "get over it; you are at a greater risk of being lethally run over when crossing the street than you're from a terrorist bombing your plane" doesn't seem to reassure people.

Comment Re:"password" (Score 1) 194

As it happens, you're doing it wrong, because the output of sha256sum is a hex string, not binary. You should have realised because 256 bits in base64 should be ceil(256/6) = 43 characters long, not the ~90 you get.

This produces the correct result:

$ echo -n password | sha256sum | perl -ane "print pack('H*', @F)" | base64
XohImNooBHFR0OVvjcYpJ3NgPQ1qq73WKhHvch0VQtg=

Submission + - Assange denied residence on confidential reasons (thelocal.se)

MotorMachineMercenar writes: The Local (a Swedish newspaper in English) reports that Julian Assange has been denied residence permit in Sweden. Assange who is a founding member of Wikileaks and Australian citizen applied for residency in August, apparently to gain the freedom of speech protection offered by Swedish laws. When asked about the reasons for the denial, a Swedish official responsible replied, "...secrecy prevails in reference to the grounds for such a decision," essentially meaning the reasons are confidential. Assange has been recently under investigation for sexual molestation charges, which were withdrawn and then re-instated. Wikileaks is expected to release up to 400,000 confidential US military documents in the near future, which would be the largest such leak in US history.

Submission + - British teen jailed over encrypted password (bbc.co.uk)

An anonymous reader writes: Oliver Drage, 19, of Liverpool has been convicted of "failing to disclose an encryption key" which is an offense under the Regulation of Investigatory Powers Act 2000 and as a result has been jailed for 16 weeks. Police seized his computer but could not get past the 50-character encrypted password that he refused to give up. And just to get it out of the way, obligatory XKCD.

Comment Suddenly governments hate Google (Score 1) 178

It seems that lately we've seen a lot more government types looking for something they can use against Google. I wonder if they're trying to pressure Google into "voluntarily" cooperating with intelligence and law enforcement agencies. No doubt Google's information gathering capabilities would be extremely useful to them.

Comment Bad summary (Score 4, Insightful) 139

As usual, bad summary. TFA explains how to exploit a theoretical kernel bug that happens to "read a function pointer from address 0, and then call through it". That's a long shot from turning "any NULL pointer" into a root exploit as the summary claims.

To be honest, I'm not sure why I bothered writing this comment. If the editors themselves don't care about the accuracy of the stories, why should I?

Slashdot Top Deals

The optimum committee has no members. -- Norman Augustine

Working...