Huge list of security Tools

Datamation has a huge list of security and privacy tools up on their website. I already know many of the tools on the list, use some of them daily and would wholeheartedly recommend then. The following is a list of tools I would check out and maybe add to my arsenal in the future:

  1. Web of Trust (WOT) – Firefox add-on ranking the trustworthiness of websites.
  2. SafeCache – Protection for browsing history.
  3. PasswordMaker – Password safe
  4. Diaspora – I think this needs no introduction, I’ve been meaning to play with this sometime, but its not really what I would call a “security tool”.

What is Vert.x?

Vert.x has gotten a lot of press recently, following the main developer’s move from VMware to RedHat and VMware’s subsequent attempt to gain control over the project.

While the news story is interesting and has implications with regards to open source project governance, I found myself also being interested in what the technology actually does. That wasn’t covered in the news at all.

As if turns out, Vert.x as an event-driven asynchronous network application development platform written in Java. It seems somewhat similar to Python’s Twisted library and Ruby’s Event Machine.

The one thing that sets Vert.x apart from other similar libraries, is that while being written in Java, Vert,x actually targets a whole slew of languages that can run on top of the JVM including Ruby, Python and Javascript. With Vert.x it seems not only can one write an application using a wide choice of languages, but also mix and match languages within the same application.

With projects like JRuby and Jython the JVM is becoming a universal language runtime, not unlike Microsoft’s CLR, but wit much wider portability and reach, this may have some interesting implications in the future.