Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Web security is no substitute for Crypto-Auth (Score 2) 195

So the argument is someone steals my password, steals my money, gives it to a money mule... then I get my money back from the bank, and someone that doesn't cost me in the end? Even disregarding the fact that those costs are going to get passed on to me somehow... The inconvenience of having to deal with identity theft is not always minor (and there's probably collateral damage here as well).

My biggest beef with banking is that I don't, but should, have the ability to send money with end-to-end authorization, by way public key crypto. If, say, Amazon could verify that I authorized a purchase using my public key, then network security, and banking security, is irrelevant. Bitcoins have offered a very secure example of how this could work, assuming that you have good local security (your private keys are safe).

Comment Re:who is doing this? (Score 1) 212

A nice solution I use for myself (home and work) is to use the ssh-agent distributed with GnuPG. I have an OpenPGP card (http://g10code.com/p-card.html) which holds my private key and cannot be retrieved. The card itself is PIN protected. I don't have to worry about my private key ever showing up in the filesystem or backups.

This works nicely with the -A option to ssh, which sets up a control channel back to the authentication agent on my desktop. I can ssh to server A, then ssh from A to B using my local smart card. If I'm ssh'd to server A and need to leave my desk, I can unplug the card and immediately break the authentication chain.

If I were setting up an SSH scheme in a large organization, this would be my first line of defense.

Comment Re:Still going (Score 1) 488

Linux/*BSD servers offer some rather flexible alternatives to these:

AD: OpenLDAP + Heimdal
DNS/DHCP: ISC Bind + ISC DHCP (with ddns)
GPO: OpenLDAP, PAM, RADIUS + your preferred hacks
Exchange: A capable IMAP server (i.e. Cyrus or Dovecot) + ICal server (Cyrus plus patches)
SQL/IIS: The usual suspects

It's easy to get into the mindset that a proprietary Ecosystem is hard to replace. If you take away the implied requirement that Microsoft has to exist on the Desktop (but but... it doesn't support Outlook Calendaring), the pieces start to fall into place.

In all cases, the open alternatives offer a more flexible solution, and in most cases, a far more efficient one.

Whatever flexibility you get from a graphical interface (Server Manager) is going to get trumped by a well honed script.

Comment Theory is more important than Fact (Score 1) 1142

You have publicly advocated for teaching evolution as fact, rather than theory.

In an imprecise world, scientific theory serves a purpose of assigning better understood, and predictable, behavior to large systems, like evolution and the theory of relativity. Most don't dispute the theory of relativity because it is testable. Due to its very nature, the theory of evolution is difficult to use as a yardstick to predict what happens when, say, you put a petri dish of living organisms in a dark room over night.

Shouldn't it be more important to teach the scientific method, and the understanding of what scientific theory is, than to teach that scientific theories are important only when they are taught as fact?

Comment GPG + Dropbox (Score 1) 198

At work, we use gpg to encrypt our password file for specific recipients, and place that file in a dropbox share. On occasion, we'll generate a snippet of the file and encrypt it for a specific user (junior admin) and place it in the same location.

Arbitrary complexity is often contrary to trustable security. If you really trust your encryption scheme, then it shouldn't matter where you store it (windows share).

Unix

Submission + - Dennis Ritchie, creator of C programming language (google.com)

WankerWeasel writes: The sad news of the dead of another tech great has come. Dennis Ritchie, the creator of the C programming language and a key developer of the Unix operating system, has passed away. For those of us running Mac OS X, iOS, Android and many other non-Windows OS' have him to thank. Many of those running Windows do too as many of the applications you're using were written in C.

Comment Re:Only 1998? (Score 1) 404

I rather doubt that. I have all of my important equipment protected by surge protectors, including the phone line which enters my house and plugs into my DSL modem. I've gotten hit via lightening over the phone line before. But if you want to trust the "I'll unplug everything when I hear lightning" approach to test your theory, be my guest.

Idle

Submission + - Nigerian Scammer Gets A Laptop From Me (notla.com)

wiredmikey writes: After switching to a Mac recently, I decided to put my old laptop up for sale to help recoup a little of the Mac cost. I received an email almost immediately from a girl named Rebecca and we had this email exchange
Open Source

Submission + - Open source hardware definition hits 0.3 & sum

ptorrone writes: "A group of open source hardware makers have put together a draft of the open source hardware definition which is now a version 0.3 which hopes to further define the making, sharing and selling of hardware within an "Open Source Hardware license". This fall, the day before Maker Faire New York City, the group hopes to have the license finalized and hit v 1.0 and they are holding the first Open Source Hardware Summit. There are currently dozens of companies making open source hardware and millions of dollars."

Submission + - deported Russian (spy?) worked at Microsoft (komonews.com)

subtropolis writes: KOMO News in Seattle is reporting that a recently-deported 23-yr-old Russian man "appears to have ties to the recently-exposed Russian counterintelligence" (according to unnamed Feds). The article states that he admitted to unspecified immigration violations and was promptly shown the door on Tuesday. It also says that, "Microsoft confirms Karetnikov worked as an entry-level software tester for less than a year." So, I'm thinking that MS had better take a really good at their logs for that time. He may have got in at "entry-level" but his abilities may have been a fair bit beyond that. OTOH, we've read how l33t their IT situation was over on the East Coast, so maybe his mission was meant to be very long term and the Russians couldn't afford to send any of their really good talent.

Interestingly, his admission to mere "violations" and swift departure would be right in line with how this swap has gone down. The four Russians who were flown to Britain and the US had to first sign a confession before President Medvedev granted them pardons. But (IF he's at all related to the spy ring), was he uncovered only after the spy swap? Or did the FBI not have the proof they needed? Or, were the Feds deliberately holding him back just so as to rub it in?

Oracle

Submission + - OpenSolaris Governing Board Closing Shop? (echolinux.com)

echolinux writes: Frustrated by Oracle's refusal to interact with the OpenSolaris community or speak with the OpenSolaris Governing Board, the OGB has issued an ultimatum to Oracle: designate a liaison to the OGB by August 16th or the board will “take action at the August 23 meeting to trigger the clause in the OGB charter that will return control of the community to Oracle.”

Slashdot Top Deals

The most difficult thing in the world is to know how to do a thing and to watch someone else doing it wrong, without commenting. -- T.H. White

Working...