lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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