94 lines
3.3 KiB
HTML
94 lines
3.3 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 does the CryptoBox do?</h2>
|
||
|
<p>Usually all your files like phone numbers, love letters, bank
|
||
|
account data etc. are stored in plaintext on your computer's
|
||
|
harddisk.
|
||
|
All the data is accessible for everyone who has access to the harddisk.
|
||
|
This is very bad in case someone you don't trust gets your harddisk.
|
||
|
E.g. a thief that steals your notebook, or breaks into your house or company.
|
||
|
If the thief has your disk he/she can also read all the files that
|
||
|
where saved on it, no matter whether you have a login password or not -
|
||
|
the files are always stored in plaintext.
|
||
|
</p>
|
||
|
|
||
|
<p>The <b>CryptoBox</b> brings easy-to-use data encryption to your
|
||
|
computer. This works out of the box and does not need complicated
|
||
|
configuration steps.</p>
|
||
|
|
||
|
<p>Here comes a small usage example for the CryptoBox with an obsolete
|
||
|
PC as a fileserver:</p>
|
||
|
|
||
|
<p>Boot up the old PC with the CryptoBox live-CD.
|
||
|
Now you can access it with your browser via the network.
|
||
|
Then you partition and reformat the harddisk of the old
|
||
|
PC with encryption support. Therefore you provide a passphrase.
|
||
|
This is all done through the user friendly webinterface.
|
||
|
You can also plug in an external harddisk and use this to store
|
||
|
your encrypted data.
|
||
|
Afterwards you copy your sensitive data over the local
|
||
|
network to the CryptoBox.
|
||
|
It is stored on its harddisk in a secure way.
|
||
|
Nobody can access your data without the right passphrase.
|
||
|
</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>
|
||
|
|