A Move to Secure Data by Scattering the Pieces
uler writes "The NY Times has an article about an interesting new open source storage project. Unlike data storage mechanisms today that work 'by making multiple copies of data,' the Cleversafe software takes an 'approach based on dispersing data in encrypted slices.' It's an elegant solution and one that's been a long time coming: the software uses algorithmic techniques known by mathematicians since the 70's. Adi Shamir (of RSA) first wrote of information dispersal is his 1979 paper 'How to Share a Secret (pdf).'"
PAR? PAR2?
With all of this encryption technology, people still need to remember basic security tips. Use good passwords ("password" could be cracked very quickly even with 128 bit AES), maintain physical security (hardware keyloggers can find out about the manifesto you're writing before you even save the file) and use common sense.
Before you all ask, yes it does run Linux. The company was actually at Linuxworld.
Information wants a fueled airplane waiting at the hangar and no one gets hurt.
From what I remember they split up data into multiple pieces, encrypted it and distributed it over a number of nodes, with some redundancy in it. If you know python and are intrested in p2p I'm sure there's a lot to be learned from that project.
You are not entitled to your opinion. You are entitled to your informed opinion. -- Harlan Ellison
Using K one-time pads to encrypt data would be highly secure, but it would not be very reliable. Losing any one of the K one time pads would mean losing your data. It would also not be very efficient: the K one time pads would each take up as much space as the original file. The Cleversafe IDA can recover the data even if 5 out of 11 sites are irrecoverably destroyed making it highly reliable. Each slice is approximately 1/6th the size of the original data, meaning that all 11 slices take up about 11/6ths the size of the original data (equivealent to the storage requirements of making one copy). This is what makes IDA's so promising for storage, you get extreme reliability along with extreme efficiency.