I was actually chatting with a co-worker today about the threat posed by one of us (or for that matter, anyone travelling) losing a laptop. Just getting caught up on my blog reading duties and came across this ArsTechnica post on the subject.

Sounds like Seagate will start shipping drives next year with native hardware-level Triple DES encryption. There is no performance penalty for this at-the-core encryption which could help address the problem, at least it’s better than nothing. I’m not really a security buff so I won’t comment on the actual viability of preventing access to 3DES-encrypted data from a very determined individual. It does have a 168bit key length which should prevent a strictly bruteforce attack.

Recently I wrote a little encryption utility that used AES (actually supported all standard encryption mechanisms but AES was the default) which WikiPedia mentions as being the successor to 3DES (as determined after a public competition). AES has a fairly efficiently algorithm implementable in software that offers the same or better encryption strength than triple des. The same article goes on to say that 3DES has not yet been broken but suffers from algorithm slowness when implemented in software. The Seagate solution will implement it in hardware which should negate this drawback.


Leave a Comment




  • Windows Live Writer isn’t bad Until recently, the bulk of my writing was done on a Mac using Ecto.  I was looking for a suitable publishing tool for Windows and was directed towards ...

  • Pet Peeve: Don’t email my password to me in plain text You know the drill. Signup for some random service on the internet Receive a confirmation email with your account information or Forget a password for some random service ...

  • Eclipise Memory Analyzer (MAT) I must say the Eclipse Memory Analyzer looks pretty slick. There is some pretty good material over on the developers blog. Lastly, there was a talk on it ...

  • Open-source Web-based Code Review Tool: Rietveld Guido van Rossum, of Python fame, has recently released a Django-based application that enables web-based code reviews... Rietveld. It supports any language and currently can hook into Subversion repositories. You ...

  • An implementation of the JVM in Javascript? Caught this over on JavaPosse Google Groups. Essentially, some bright fellows over in Japan have developed a bytecode->javascript compiler. There's a demo floating around that took a Tetris ...