Slashdot Mirror


Israeli Security Company Builds "Unhackable" Version of Windows

New submitter Neavey writes: Sounds too good to be true, but Morphisec, an Israeli startup, claims to have built an unhackable version of Windows. Its not yet publicly available, a red flag if ever I saw one, but internal testing has had a 100% success rate: "In a statement for BI, Dudu Mimran, the co-founder of the company, describes this new OS version as the Windows that 'Microsoft should be doing,' explaining that, while the platform was initially designed for government use, it can be actually installed by any enterprise that wants to make sure that no hack is possible. Basically, this operating can block any zero-day attack, the founder says, thanks to the operating system randomizing all memory, which means that the hacker cannot target the computer memory and compromise the data stored on the drives." What things memory randomization does not fix, left as an exercise for the reader.

3 of 253 comments (clear)

  1. Not finished by edjs · · Score: 3, Interesting

    Per the article, they've raised money and it's under development. Sounds more like they're at the generate some buzz for some more money stage of development.

    But I concede that randomizing memory (contents) does make a system pretty secure.

  2. Linux... by Anonymous Coward · · Score: 2, Interesting

    has had address space randomization for how many years? Hardly unexploitable still...

  3. Re:This has been around forever by ttucker · · Score: 5, Interesting

    Memory randomization has been around a very very very long time. It's not going to help with logical programming errors.

    It is literally already implemented in every version of Windows since Vista. Windows also uses the NX/XD features in modern CPUs.