===== ToDo ===== * https://fosdem.org/2014/keysigning/ * demon that work along the *LOCAL* mail server and crypt / uncrypt automagickly * http://azure.humbug.org.au/~aj/pgpdaemon/ * http://serverfault.com/questions/279925/pgp-encryption-proxy-for-mail-server * http://bugs.debian.org/428215 * http://trac.adium.im/ticket/559 * http://web.monkeysphere.info/# TrusT ClouD PrivacY * http://www.yubico.com/products/yubikey-hardware/yubikey/technical-description/# WisH * https://subgraph.com/cards * https://code.google.com/p/end-to-end/# SoftWare ===== Intro ===== The deal is to have a personnal key, and make it signed to every one u met (CHECK THEIR ID PHYSICALLY AND FINGER PRINTS) pgp is used in * enigmail (mozilla thunderbird) * jabber (psi) [[Messaging]] http://www.cryptnet.net/fdp/crypto/gpg-party.html Generate key : gpg --gen-key gpg --list-keys cat >> ~/.gnupg/gpg.conf << EOF # file://~/.gnupg/gpg.conf # http://pgp.mit.edu:11371/ keyserver x-hkp://pgp.mit.edu # EOF file://~/.gnupg/gpg.conf EOF gpg --keyserver pgp.mit.edu --send-keys # export KEY=0x467094BC # replace with YOUR key that one is an exemple gpg --fingerprint ${KEY} gpg --export ${KEY} gpg --export --armor ${KEY} | tee ~/.gnupg/local/$KEY.pub Add a trusted friend : export KEY=0x467094BC # http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x467094BC gpg --keyserver pgp.mit.edu --recv-keys ${KEY} gpg --fingerprint ${KEY} # check fingerprints on my Visit Card (paper) #{ only uncomment line if checked on paper card !!! # gpg --sign-key ${KEY} && gpg --send-keys ${KEY} # gpg --keyserver keyserver.ubuntu.com --send-keys ${KEY} #} uncomment if checked gpg --list-keys # Misc : gpg --list-secret-keys gpg --export # gpg: WARNING: nothing exported gpg --import Auto PGP en/dec/ryption : http://www.averillpark.net/exim/gpg-interface.html http://www.linux-france.org/~dmentre/misc/ http://pthichat.net/index.php/Debian wget http://ftp-master.debian.org/ziyi_key_2006.asc -O - | apt-key add - sudo apt-get install install-party caff # [[Debian]] "gpg: No corresponding signature in secret ring" ==== Update ==== gpg --edit $KEY key 0 expire 2y key 1 expire 2y gpg --keyserver pgp.mit.edu --send-keys $KEY * http://lists.gnupg.org/pipermail/gnupg-users/2003-August/020017.html ==== gpg ==== http://www.philzimmermann.com : {{http://www.philzimmermann.com/images/responsible_behavior.png}} ==== IM ==== sudo apt-get install gajim python-gnupginterface * http://trac.gajim.org/wiki/GajimGoogleTalk gajim / Edit / account / new / new account / username = cequetuveux / server = jabber.fr === MISC === * https://squat.net/pgp/ * x509 ===== MORE ===== @TaG: [[Privacy]] [[Privacy.fr]] [[SSH]] [[gpg]] {{http://www.ondmis.dk/cpg132/albums/userpics/huh.jpg}}