Linked by Thom Holwerda on Mon 3rd Dec 2007 20:34 UTC, submitted by AdamW
Mandriva, Mandrake, Lycoris Mandriva Flash 2008 has been released. "Mandriva Flash 4GB provides a full-featured system - Mandriva Linux 2008 KDE- that requires no installation, on a bootable USB key. All you have to do is plug in the USB key, turn the PC on and the Mandriva Linux operating system is ready to use, with all you need for office work, Internet and multimedia tasks. System configuration, preferences and data are all saved on the key."
Thread beginning with comment 288281
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: theft
by Almafeta on Tue 4th Dec 2007 14:09 UTC in reply to "RE[2]: theft"
Almafeta
Member since:
2007-02-22

There are file systems out there that support encryption. However, beyond a certain point, it becomes pointless, because all encryption algorithms are of finite complexity (because, somewhere, at least one person had to be able to work it out in his or her head).

The trick would be to encrypt the files in such a way that you could completely decrypt the files in active memory, without using up any more of the flash drive's limited lifespan... hmm...

(Great, just what I need, another programming idea to distract me during exams week.)

Reply Parent Bookmark Score: 1

RE[4]: theft
by Soulbender on Tue 4th Dec 2007 15:35 in reply to "RE[3]: theft"
Soulbender Member since:
2005-08-18

The trick would be to encrypt the files in such a way that you could completely decrypt the files in active memory, without using up any more of the flash drive's limited lifespan... hmm...


That would be a nice trick....oh wait, that's how it actually works. Decrypting files does not write anything to the filesystem, it all happens in volatile memory.

Reply Parent Bookmark Score: 1