* reordered website (support is now faq)
* detailed description of what the box does
This commit is contained in:
parent
a319089017
commit
1f87fb2500
12 changed files with 208 additions and 67 deletions
31
content/details/02_top
Normal file
31
content/details/02_top
Normal file
|
@ -0,0 +1,31 @@
|
|||
<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 computers
|
||||
harddisk. All the data is accessable by anyone who has access to the
|
||||
harddisk. This is very bad in case someone you don't trust has
|
||||
your harddisk. E.g. a thief that steals your notebook, or breaks
|
||||
in 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 if you
|
||||
have a login password - 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 doesn't need complicated
|
||||
configuration steps.</p>
|
||||
|
||||
<p>Here comes a small usage example for the CryptoBox with a discarded
|
||||
PC as fileserver:</p>
|
||||
|
||||
<p>You boot up the old PC with the CryptoBox live-CD. After the
|
||||
completed boot process you can access it with your browser via
|
||||
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 for encrypted data
|
||||
storage. 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 the data, without giving the right
|
||||
passphrase before.</p>
|
||||
</div>
|
||||
|
|
@ -1,27 +1,10 @@
|
|||
<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>
|
||||
<h2>You are admin?</h2>
|
||||
<p>Take a look at the <a
|
||||
href="http://devel.cryptobox.org/file/trunk/README">README file</a>
|
||||
for more detailed installation and usage instructions.</p>
|
||||
for more detailed installation and usage instructions for
|
||||
the CryptoBox server.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,13 +1,6 @@
|
|||
<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>
|
||||
<h2>Requirements CryptoBox live-CD</h2>
|
||||
<p>The <i>CryptoBox live-CD</i> runs on any x86 compatible PC with:</p>
|
||||
<ul>
|
||||
<li>CPU: min. 100MHz</li>
|
||||
<li>RAM: 64 MB</li>
|
||||
|
@ -16,7 +9,21 @@
|
|||
<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>
|
||||
SATA, RAID, ...</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2>Requirements CryptoBox-server</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>In principle the server package runs on any Linux
|
||||
distribution, but we just provide Debian packages. So you have to
|
||||
install the necessary files on your own.</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue