Table of Contents

ToDo

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

gpg

IM

sudo apt-get install gajim python-gnupginterface

gajim / Edit / account / new / new account / username = cequetuveux / server = jabber.fr

MISC

MORE

pgp.txt · Last modified: 2022/04/16 12:23 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki