cryptonas-website/details.html
lars 2daeb925a1 improved templatewrite code (ignores swap files, svn, ...)
added "details" page
added FAQ
changed a lot of text
2006-12-23 23:46:53 +00:00

117 lines
3.7 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CryptoBox</title>
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" />
<meta content="" name="keywords" />
<meta name="description" content="a secure fileserver, live-CD, web front-end" />
<link rel="stylesheet" type="text/css" href="gfx/main.css" />
</head>
<body>
<div class="container">
<div id="header"><!-- just the logo --></div>
<div class="navbar">
<p>
<a href="index.html">Home</a> |
<a href="download.html">Download</a> |
<a href="screenshots.html">Screenshots</a> |
<a href="demo.html">Demo</a> |
<a href="details.html">Details</a> |
<a href="project.html">Project</a> |
<a href="faq.html">FAQ</a>
</p>
</div>
<div class="left">
<div class="leftcontent">
<h2>Thank you!</h2>
<p>The CryptoBox project heavily depends on the following Free Software
projects. Thanks for your hard work!</p>
<ul>
<li><a href="http://kernel.org">Linux kernel</a></li>
<li><a href="http://debian.org">Debian GNU/Linux</a></li>
<li><a href="http://python.org">Python</a></li>
<li><a href="http://cherrypy.org">CherryPy</a></li>
<li><a href="http://clearsilver.net">ClearSilver</a></li>
<li><a href="http://www.saout.de/misc/dm-crypt">DM-crypt</a></li>
<li><a href="http://luks.endorphin.org">CryptSetup LUKS</a></li>
<li>...</li>
</ul>
<p>This list is by far incomplete - so: thanks to everyone involved in
improving Free Software!</p>
</div>
<div class="leftcontent">
<h2>You need more details?</h2>
<p>Take a look at the <a
href="http://devel.cryptobox.org/browser/trunk/README">README file</a>
for more detailed installation and usage instructions.</p>
</div>
</div>
<div class="content">
<h2>Requirements</h2>
<p>The <i>CryptoBox-Server</i> package can be installed on every system with at least:</p>
<ul>
<li>Linux kernel 2.6</li>
<li>cryptsetup with LUKS support</li>
<li>kernel support for the <i>crypt</i> target of the <i>device mapper</i></li>
<li>Python 2.4</li>
</ul>
<p>The <i>CryptoBox-CD</i> can run on any PC with:</p>
<ul>
<li>CPU: min. 100MHz</li>
<li>RAM: 64 MB</li>
<li>CD-ROM drive</li>
<li>a network connection</li>
<li>a harddisk for your data</li>
</ul>
<p>All drives supported by the linux kernel can be used: IDE, SCSI, USB, FireWire,
SATA, ...</p>
</div>
<div class="content">
<h2>Encryption</h2>
<p>The encrypted disk partitions are <!-- TODO: add luks link --> LUKS
volumes. In case of emergency you can access your data directly with every
modern linux system or via <!-- TODO: check link --><a
href="http:/freeotf.org/">FreeOTF</a> (for windows).</p>
<p>Select your favourite encryption algorithm from all ciphers supported
by the linux kernel. Currently the default is
<i>aes-cbc-essiv:sha256</i> (AES in CBC mode with ESSIV based on SHA256).</p>
<!-- TODO: check description of the cipher - especially essiv -->
</div>
<div class="content">
<h2>File access</h2>
<p>The <i>CryptoBox-Server</i> will smoothly integrate into your existing
fileserver.</p>
<p>The <i>CryptoBox-CD</i> provides access to your data via:<p>
<ul>
<li>samba shares (also known as: <i>windows network share</i>)</li>
<li>WebDAV (aka: <i>web folder</i>)</li>
<li>nfs (*nix file sharing)</li>
</ul>
<p>Currently there is no user and access management integrated into the
CryptoBox-CD.</li>
</div>
<div class="footer">
<!-- TODO: add real link! -->
<p>-- a <a href="http://senselab.org">Sense.Lab</a> project -- <a href="index.html">Impressum</a> --</p>
</div>
</div>
</body>
</html>