[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Tahoe - A Secure Distributed Filesystem
- From: James Graves <ansible@...>
- Date: Fri, 19 Mar 2010 09:14:06 -0600
Hello All,
Leaving aside legal issues, if you want a secure distributed
filesystem, take a look at Tahoe:
http://allmydata.org/trac/tahoe-lafs
Tahoe uses erasure-coding, so that if you store a file across 10
different servers, you can reconstruct the file contents with the data
from any 3 of them. It has a very strong crypto foundation, and is
written by some very smart guys.
If you want to use it from Lua, it should be relatively easy... take a
look at the Javascript client code (which can run in a browser) and
translate it.
Best regards,
James Graves