Disk Encryption Defeated

Hard DriveIt appears that the disk encryption schemes used by different operating systems can be easily circumvented. Princeton Researchers have disproved a common misconception of one of the key components of a computer, that the system’s RAM loses all information stored on it as soon as power is cut from the chip. The researchers claim that the contents of the memory remain for seconds after the power is cut, and if cooled to low temperatures that that time can be extended to hours.

Princeton computer science professor Edward W. Felten, states that by using an inverted can of compressed air, a common item in most offices, you can effectively freeze the data on the chip for 10 minutes. In contrast using liquid nitrogen, not so common item in the office unless it’s a cryogenics office, the time can be increased to hours. Then the ram can be used cold boot the machine and the encryption key is still on the memory and can be used to access the encrypted disc contents.

Source: Information Week

Posted in security | Tagged , , , , , | Comments Off on Disk Encryption Defeated

High Performance Enabled SSH

For those who don’t know SSH – Secure SHell – is a secure way of remote administration of a server through the command line. This was first used in Unix servers but has made it’s way to Linux and Windows, thanks to open source software.

There is also a different way to use SSH, to make a secure tunnel between a client and server for transferring files. This is known as SCP. The biggest downfall with SCP is that it relied on SSH which by nature was slower because of the computation of the encryption. Now since machines have been getting more powerful, and bandwidth getting faster this downfall is prominent. So the Advanced Computing Group have made improvement to the core of SSH. These improvements were to the flow control buffers, the main bottleneck of the SSH protocol. The new implementation of HPN-SSH now defines the buffers at run-time, meaning the buffers can be increased as long as the link between the server and client is healthy.

The Advanced Computing Group claims to be able to improve the throughput by as much as 1000% just by increasing the buffer size. The group also made available patches to the popular OpenSSH software. I have yet to try this patches but as far as I can tell this looks to be very promising.

Source: HPN-SSH
Patches: OpenSSH with HPN-SSH patches

Posted in Linux | Tagged , , , , , , , , | 2 Comments

ICANN now using IPV6

ICANN the company that handles all the domain names and ip addresses for the world have just turned on IPV6 in 6 of the 13 root servers. So the movement to version 6 has begun. Some large companies have been using IPV6 for awhile and pretty soon will be able to start using it only public networks.

Source: Cnet

Posted in tech | Tagged , , , , | Comments Off on ICANN now using IPV6

Save XP Petition

For those that don’t know Microsoft plans to stop sales of Windows XP, and force everyone into using Vista. Infoworld has a petition for those that don’t want this fate for XP. Apparently this is also the opinion of atleast 75,000 other people as well.

While I’m all for Linux and Open Source software, XP is still a good product that doesn’t deserve to die just yet. I can’t believe I just said that. Compared to the bloat of Vista XP feels downright good. It’s like that friend that really goofy and awkward yet you still hang around with them anyway.

Save XP

Posted in microsoft | Tagged , , , , , | Comments Off on Save XP Petition

VMWare Server 2.0 Beta

vmware.gif Vmware has announced the beta of their virtualization product. I haven’t tried out the newest version yet but I use Vmware Server on an almost daily basis for testing with different operating systems. I have several distros of linux installed as well as different server environments.

Features:

  • Web-based management interface: A new Web-based user interface provides a simple, flexible, intuitive and productive way for you to manage your virtual machines.
  • Expanded operating system support: VMware Server now supports Windows Vista Business Edition and Ultimate Edition (guest only), Windows Server 2008 (Longhorn Server Beta 3), Red Hat Enterprise Linux 5 and Ubuntu 7.1, among others.
  • Greater scalability: Take full advantage of high-end hardware with support for up to 8GB of RAM per virtual machine, up to two virtual SMP (vSMP) processors and up to 64 virtual machines per host.
  • 64-bit guest operating system support: Run high-performance operating systems in virtual machines with support for Intel EM64T VT-enabled processors and AMD64 processors with segmentation support.
  • Support for VIX API 1.2: This feature provides a programming interface for automating virtual machine and guest operations.
  • Support for Virtual Machine Interface (VMI): This feature enables transparent paravirtualization, in which a single binary version of the operating system can run either on native hardware or in paravirtualized mode.
  • Support for USB 2.0 devices: Transfer data at faster data rates from USB 2.0 devices.
Posted in virtualization | Tagged , , , , , | Comments Off on VMWare Server 2.0 Beta