Privacy and IT security for personal computers

Please use the offered HZB services. The use of Dropbox, Gmail, or other cloud services can lead to loss or disclosure of your data and may violate your contractual obligations. For appointments with external participants, please use the DFN scheduler from our network provider DFN.

Linux / Unix

 

  • Write umask 022 into the shell initialization file .cshrc. This sets the access permissions for new files and directories on "Reading for All, writing only for the owner".
  • Create a directory that will contain confidential information with mkdir directory name.
  • Change the permissions on this directory with chmod 700 directory name. Result: access forbidden, except for the owner.
  • Save confidencial files only in this secured directory.
  • Check your files and directories with ls -la upon correct rights.
  • Please do not put the rights too restrictive in your home directory, since many applications must at least be able to read files. In sub-directories there are no such restrictions.
  • For the treatment of e-mail attachments in unsolicited mails, please also read the instructions for Windows systems, even if the risk is much lower here.

Stricter measures for access control

 

If the files are very confidential, you can use encryption techniques. On Windows, with the following procedure you can store encrypted files and folders in the file system:

  1. Right-click on the file or folder
  2. Select Properties under General, then select Advanced
  3. Select Encrypt contents to secure them
  4. Finish with OK

If you want to share files or folders in a secure manner, you should use archiving programs with encyption options such as WinZip (Power Tip: encryption). WinZip is available through SMS for Windows.

PGP is somewhat more complex. A popular implementation is GPG, e.g. in the KDE version of Linux kgpg or for Windows gpg4win. Very useful is the documentation for gpg4win   gpg4win für Durchblicker (sorry, in german only).

More information

You may find more information in detail at the page Privacy and IT security with PCs: Background


[at]