My question is this: how do I get someone's public key ?
with kmail/gnupg it *can* be automagic ... otherwise you could just use the web interfaces keyservers (like the mit one) provide or the cmdline interface gnupg provides (it's harsh :D) here's some nice options i use in my ~/.gnupg/gpg.conf file: keyserver x-hkp://pgp.mit.edu keyserver-options auto-key-retrieve keyserver-options verbose keyserver-options verbose keyserver-options verbose There is a KDE front end, kgpg, which is a seperate app, but will be part of
On Monday 24 November 2003 10:12, Mike Frysinger wrote: the kdenetwork module in the kde3.2 release, sometime in february. It handles importing keys from a key server as well as other gpg functions through a GUI. http://devel-home.kde.org/~kgpg/ --brad