Frequently Asked Questions

We answer some common questions her. Add a comment or mail us if you have questions, that might be interesting for others, too.

  1. I successfully opened a volume. How can I access the data now?
  2. Recently I partitioned my harddisk. Now I can open the volume without a password. Isn't it encrypted any more?
  3. How can I restrict access to certain data?
  4. There is a user manager available in the preferences section. What is it good for?
  5. How do I use the server package from the Debian repository?


I successfully opened a volume. How can I access the data now?

  • CryptoBox live-CD: browse the network neighborhood for the CryptoBox (in M$ Windows), scan the network (with KDE or Gnome). If you like terminals use smbmount or mount -t smbfs to access the network share.
  • CryptoBox-Server: you should ask your administrator, which way is the best to access the mounted volume. In case you are the administrator, then you should take a look at the configuration file for the !MountDir setting. Publish this directory via your favourite fileserver (e.g. samba, webdav, nfs, ftp, ...) and tell your users how to reach it.

Recently I partitioned my harddisk. Now I can open the volume without a password. Isn't it encrypted any more?

The partition manager creates non-encrypted volumes by default. If you want to enable encryption for a volume, then you have to format it. Be aware that this will erase all data of the volume.

How can I restrict access to certain data?

The CryptoBox does not support user and access management for now. Everyone in your local network can access all open volumes for reading and writing. This behavior is based on the assumption, that there are no evil guys in your local network. Please take care for this!

For the next major release (v0.4) we plan to implement user and access management.

There is a user manager available in the preferences section. What is it good for?

It's aimed for administrative tasks of the CryptoBox. Administrators can disable functions of the CryptoBox for other users (e.g. disabling the shutdown function). This way the webinterface can be customized to the needs of the users. The default admin password is admin, change that immediately!

Users who just want to open and close volumes do not need an administrative account.

How do I use the server package from the Debian repository?

The CryptoBox server package is not part of the official Debian repository (at least for now). But you can use our systemasufall.org repository for installation.

  1. Add the following to your "/etc/apt/sources.list":
    deb http://systemausfall.org/toolforge/debian unstable main
    
  2. Run:
    apt-get update && apt-get install cryptobox-server
    

Go back to user documentation overview or to the CryptoBox Homepage.