Mein Public Key fuer folgende Adressen, gandalf_the_grey (at) freenet (dot) de rene.charbonneau (at) freenet (dot) de findet ihr hier: http://nic-nac-project.de/~gandalf/rene-charbonneau/upload/gpg-key.asc Hallo zusammen, ich wuerde jeden von euch darum bitten mir in Zukunft nach Moeglichkeit keine Unverschluesselten E-Mails mehr zukommen zu lassen. Im Zuge der derzeitigen staatlichen Bestrebungen habe ich kein Interesse mehr daran das meine E-Mail Inhalte mitgelesen und protokolliert werden koennen. Das E-Mail Verschluesselung nur dann Sinn macht wenn so viele Leute wie moeglich mitmachen wuerde ich gerne bei euch (meinem Freundeskreis) damit anfangen. Viele von euch werden jetzt sagen das das alles zu schwierig ist was das einrichten angeht. Aber das Stimmt nicht, oder zumindest nicht MEHR. Es gibt genuegend kostenfreie und deutschsprachige Tools die einem die groebste Arbeit abnehmen. Weiter unten habe ich noch ein paar Links zu den meist verwendeten Software Packeten und Installations Anleitungen angegeben. Aber wer Hilfe benoetigt und Interesse hat es doch mal MIT Verschluesselung zu probieren der darf sich jederzeit gern bei mir melden und ich werde ihm weiterhelfen. Ich freue mich ueber jeden den ich in Zukunft ueberzeugen kann mit mir auf dem sicheren Weg der Verschluesselung Daten auszutauschen! http://gnupg.org/ (Die Homepage des GnuPG Projektes) http://www.gnupg.org/(de)/howtos/de/index.html (Eine kleine Deutsche Anleitung zu GnuPG) http://enigmail.mozdev.org/ (Ein Plugin fuer die Mozilla Suite und Thunderbird zur E-Mail Verschluesselung) http://www3.gdata.de/gpg/gnupg.html (Ein Plugin fuer Outlook zur E-Mail Verschluesselung. Outlook Express wird damit VIELEICHT auch Unterstuetzt. Hierzu liegen mir aber derzeit keine Erkenntnisse vor!) ftp://ftp.gnupg.org/gcrypt/binary/gnupg-w32cli-1.4.0a.zip (Link zur Windows Version von GnuPG) Anleitung: Installing in Windows gpg --version To install GPG on your computer, first go to the GPG web site (www.gnupg.org) and download the Windows package from the Downloads page. Look for the links that says, "GPG [some version number] compiled for Microsoft Windows." You will need a program that reads Zip files to unpack the compressed file. Unzip the contents of the compressed file into a new folder called gnupg under your C: drive (c:\gnupg). Finally, edit your PATH environment variable so that Windows knows where to find the program. In Windows NT/2000/XP, you will find this under the Control Panel --> System Properties --> the Advanced tab --> Environment Variables --> System variables. In Windows 95/98/ME, you will find it in the c:\autoexec.bat file. Values in this variable are separated by semicolons, so add ";c:\gnupg" to the end of the variable. For example, if your PATH variable reads as c:\windows;c:\utils then change it to c:\windows;c:\utils;c:\gnupg Now, if you're using Windows 95/98/ME, restart your computer; if you are using Windows NT/2000/XP, simply start a fresh command prompt, and close any command prompt windows you had open. Now you should be all set to go. Now try it out. At the command prompt, type gpg --version and you should see something like the following output: gpg (GnuPG) 1.2.1 Copyright (C) 2002 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. Home: c:/gnupg Supported algorithms: Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA, ELG Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH Hash: MD5, SHA1, RIPEMD160 Compress: Uncompressed, ZIP, ZLIB