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

 



Forgot your password?
typodupeerror
×

Comment Re:Correction...That you know of... (Score 3, Funny) 115

I prime all my drives with GNU shred since its PRNG is faster than /dev/random and good enough for creating background noise. I've considered writing a program that exhibits statistical anomalies such as Benford's law or randomized MPEG blocks for kicks. Or maybe even valid MPEG encoded noisy frames of Goatse zooming in repeatedly.

Comment Re:wut (Score 1) 113

Retransmitting analog cell phone calls was made into a crime which is why Google is getting slapped over this. Multi-band radios used to be able to tune them in before analog became essentially obsolete. The difference, of course, is that WiFi APs *advertise* their presence on purpose rather than carry the presumption of privacy but we can't expect old people to understand technology.

Comment Don't use whole drive encryption (Score 1) 560

This is why whole drive encryption is bad. Even creating a "hidden volume" for plausible deniability is going to look suspicious if anyone bothers to ask who so much of the physical HD space is unused by a dummy OS with a curiously small amount of activity recorded in the system logs.

A safer solution is to randomize new drives with GNU shred (faster PRNG than /dev/*random) and store critical info in smaller encrypted containers that hide amongst the noise. Disable swap or use encrypted swap (with random keys) and disable browser disk caching to eliminate saving sensitive transient data to disk. Use an OS that won't record potentially incriminating info in a registry such as USB device serial numbers.

At that point it's much easier to deny the presence of encrypted data or, if forced to admit its presence, you can use the "I forgot" or "I can't regenerate the password" excuse which can't be done believably with a computer in regular use that has whole disk encryption.

Comment Only have themselves to blame (Score 1) 283

Betting the farm on Parrot and then waiting *years* to start implementing the Perl 6 spec is what killed it. Besides, around these parts we wait for Netcraft to confirm. We haven't succeeded in killing off the *BSDs yet have we?

Comment Re:makes no sense to me (Score 1) 370

despite the fact that anyone who had ever been in an IT project before knows that version control is not just a good idea.

Please tell that to the older cowboy coder I have to deal with who refuses to use git more frequently than once a month and has a hissy fit if I check anything into the mainline branch that he's working on as it will mess up his "merges".

Slashdot Top Deals

Software production is assumed to be a line function, but it is run like a staff function. -- Paul Licker

Working...