diff --git a/content/cartoon/02_top b/content/cartoon/02_top index aaf8b2e..ec76bb5 100644 --- a/content/cartoon/02_top +++ b/content/cartoon/02_top @@ -1,34 +1,43 @@
-

What does the CryptoBox do?

+

Why is something like CryptoNAS necessary?

Usually all your files like phone numbers, love letters, bank - account data etc. are stored in plaintext on your computer's + account data etc. are stored unencrypted 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 + E.g. a thief that steals your notebook, or breaks into your house + or company. + If a thief has access to 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. + the files are always stored unencrypted and so readable with the + right tools.

-

The CryptoBox brings easy-to-use data encryption to your - computer. This works out of the box and does not need complicated - configuration steps.

+

What's the difference with CryptoNAS?

+

This software adds a layer between the data you save and the + actual format in how the data is stored on the harddisk. This way + you need a password to access the files. This is very easy to use + without complicated configuration steps. And it doesn't affect your usual workflow. -

Here comes a small usage example for the CryptoBox with an obsolete - PC as a fileserver:

+

How does CryptoNAS actually work?

+

NAS is an acronym for Network Attached Storage. This means you + have a fileserver in your local network, that stores all your + data. If you run the CryptoNAS software on this server everything + is encrypted and so unreadable for everyone but you. -

Boot up the old PC with the CryptoBox live-CD. - Now you can access it with your browser via the network. +

Usage example

+

Maybe you have an outdated PC laying around. Boot it up with the CryptoNAS live-CD. + Now you can access it from your workstation with a browser. 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. + This is all done through the user friendly webinterface (see + screenshots). 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. + network to the old PC which now works as CryptoNAS. + All file are now stored on its harddisk in a secure way with stron + encryption. Nobody can access your data without the right passphrase.

diff --git a/html/robots.txt b/html/robots.txt new file mode 100644 index 0000000..c595e2e --- /dev/null +++ b/html/robots.txt @@ -0,0 +1,3 @@ +# Ganze Seite freigeben +User-agent: * +Disallow: diff --git a/placeholder/current-cd-url b/placeholder/current-cd-url index 7eb85fc..0c0b634 100644 --- a/placeholder/current-cd-url +++ b/placeholder/current-cd-url @@ -1 +1 @@ -http://codecoop.org/frs/?group_id=60&release_id=68 +http://codecoop.org/frs/?group_id=60&release_id=68 diff --git a/placeholder/current-cd-version b/placeholder/current-cd-version index 9e11b32..d15723f 100644 --- a/placeholder/current-cd-version +++ b/placeholder/current-cd-version @@ -1 +1 @@ -0.3.1 +0.3.2 diff --git a/placeholder/current-server-url b/placeholder/current-server-url index 2240cbc..35b2a9e 100644 --- a/placeholder/current-server-url +++ b/placeholder/current-server-url @@ -1 +1 @@ -http://codecoop.org/frs/?group_id=60&release_id=74 +http://codecoop.org/frs/?group_id=60&release_id=74