Added Transparent Cryptographic File System (TCFS)

in hope that someone will port it to FreeBSD.
This commit is contained in:
Wolfram Schneider 1998-10-07 17:38:26 +00:00
parent 01e5654c45
commit 3eb1fa8937
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3579

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-10-07 17:27:43 $">
<!ENTITY date "$Date: 1998-10-07 17:38:26 $">
<!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<!-- $Id: projects.sgml,v 1.12 1998-10-07 17:27:43 wosch Exp $ -->
<!-- $Id: projects.sgml,v 1.13 1998-10-07 17:38:26 wosch Exp $ -->
<html>
&header;
@ -59,6 +59,15 @@ below to learn more about these exciting projects.</p>
<li><a href="http://www.freebsd.org/~terry/">Make the namei interface reflexive</a></li>
<li><a href="http://www.freebsd.org/~terry/">NFS client and server locking</a></li>
<li><a name="softupdate" href="http://www.freebsd.org/~julian/">soft update code</a></li>
<li><a name="tcfs" href="http://tcfs.dia.unisa.it/">TCFS</a>
is a Transparent Cryptographic File System that is a suitable
solution to the problem of privacy for distributed file system. By a
deeper integration between the encryption service and the file system,
it results in a complete trasparency of use to the user
applications. Files are stored in encrypted form and are decrypted
before they are read. The encryption/decryption process takes place on
the client machine and thus the encryption/decryption key never
travels on the network.</li>
<li><a name="vinum" href="http://www.lemis.com/vinum.html"> Vinum: a logical volume manager</a></li>
</ul>