108 lines
3.4 KiB
HTML
108 lines
3.4 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="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="news.html">News</a> |
|
|
<a href="downlo0.html">Download</a> |
|
|
<a href="support.html">Support</a> |
|
|
<a href="develo0.html">Development</a>
|
|
</p>
|
|
</div>
|
|
<!-- content starts here -->
|
|
<div class="centercontent">
|
|
<h2>What is it about?</h2>
|
|
<p>The CryptoBox project aims to bring data encryption to the masses.</p>
|
|
<p>Therefore we develop two Free Software packages:</p>
|
|
<ul>
|
|
<li>The <b>CryptoBox live-CD</b> is targetted at users who want to set up an
|
|
encrypting fileserver without bothering about complicated
|
|
administration issues. A computer which runs the
|
|
CryptoBox-CD works as a network-attached storage (NAS),
|
|
with the ability to encrypt all stored data.</li><br />
|
|
<li>The <b>CryptoBox-Server package</b> adds a user friendly,
|
|
web-based frontend for harddisk encryption to a fileserver.</li>
|
|
</ul>
|
|
<p>Take a look at the <a href="cartoon.html">CryptoBox usage example</a>!<br />
|
|
It may give you a better understanding of what the CryptoBox does and how it
|
|
works. </p>
|
|
</div>
|
|
|
|
<div class="left">
|
|
|
|
<div class="leftcontent">
|
|
<h2>Demo</h2>
|
|
<p>See the CryptoBox <a href="http://demo.cryptobox.org">in action</a>.</p>
|
|
<ul>
|
|
<li>user: admin</li>
|
|
<li>password: admin</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="leftcontent">
|
|
<h2>Documentation</h2>
|
|
<p>Browse through the online <a
|
|
href="Crypto0.html"">user
|
|
documentation</a> site</a>.</p>
|
|
</div>
|
|
|
|
<div class="leftcontent">
|
|
<h2>Details</h2>
|
|
<p>Read what's <a href="details.html">under the hood</a>.</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="content">
|
|
<h2>Screenshots</h2>
|
|
<p>Everybody wants some <a href="screen0.html">screenshots</a>.
|
|
Here we go:</p>
|
|
<p><a href="screen0.html"><img border="0" src="mini_s0.jpg"></a></p>
|
|
</div>
|
|
|
|
<!-- content ends here -->
|
|
<div id="footer">
|
|
<p>-- a <a href="http://senselab.org">Sense.Lab</a> project -- <a href="http://senselab.org/component/option,com_dfcontact/Itemid,29/">Impressum</a> --</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- /Creative Commons License -->
|
|
<!--
|
|
|
|
<rdf:RDF xmlns="http://web.resource.org/cc/"
|
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
<Work rdf:about="">
|
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
|
|
<license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/de/" />
|
|
</Work>
|
|
|
|
<License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/de/">
|
|
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
|
|
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
|
|
<requires rdf:resource="http://web.resource.org/cc/Notice" />
|
|
<requires rdf:resource="http://web.resource.org/cc/Attribution" />
|
|
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
|
|
<requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
|
|
</License>
|
|
|
|
</rdf:RDF>
|
|
-->
|
|
|
|
</body>
|
|
</html>
|
|
|