Re: Lost Private Key

2005-09-03 Thread Dan Mundy
Thanks for your advice all... i will generate a revocation cert and
backup everything now. thanks!
Dan


signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Lost Private Key

2005-09-02 Thread Dan Mundy
How do i regain a lost private key? if i can't, how can i generate a
revoke certificate for it? if i can't, can i delete it from the servers?
what should i do? i need help!


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Signing MS-Excel spread sheets

2005-09-02 Thread Dan Mundy
Berend Tober wrote:
 I hate to admit that I still use MS-Excel rather than an open source
 spread sheet tool, but workplace requirements constrain my fate...
 Has anyone else managed a work-around for this flaw? (Aside from the
 obvious -- Stop using MS-Excel! -- because that is a failure I cannot
 control...)

use openoffice.org: it is opensource and fully compatible with
microsoft. now it is a failure you can control. see
http://www.openoffice.org/dev_docs/instructions.html#win for how to
install it.


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Lost Private Key

2005-09-02 Thread Dan Mundy
Dan Mundy wrote:
 How do i regain a lost private key? if i can't, how can i generate a
 revoke certificate for it? if i can't, can i delete it from the servers?
 what should i do? i need help!

nevermind... i found an old backed-up copy of my private key... sorry
for the fuss.


signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: How to set word wrap in GPG ?

2005-06-05 Thread Dan Mundy

Patrick Brunschwig wrote:

Maybe you should disable composition of HTML messages by default, then
this won't happen (Tools  Account Settings  Composition  Addressing).


...or you could use pgp/mime, which i normally use (i am at someone 
else's house, so i can't use it for this message...)


Dan


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: GnuPG Clearsign vs. PGP/MIME Signing

2005-06-04 Thread Dan Mundy
Kiefer, Sascha wrote:

Hmm.
I just implemented RFC2015 3 days ago.
The format of PGP/MIME described in that paper does not match the format
you are using.
Your mails start with a Content-Type of multipart/mixed and you declare
The pgp data as attachments. But this is not true.
Maybe I'm missing something, or your messages not pgp/smime encoded?
I attached your mails (one signed, one encrypted) to this mail,
so you can check to see what i mean.

Regards,
Sascha
  

yeah, i noticed that sean didn't have any attachments, even though
enigmail recognized his signature alright.  that's kind of strange.


signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: cross-OS transparent encryption

2005-06-04 Thread Dan Mundy
Erpo wrote:

The spanish thread on the list right now is revolving around the problem
of sharing encrypted data between WinXP and Linux. The original poster
wants to share a read/write partition between the two OSs on a laptop
and have transparent encryption of the files on that partition. 

I said that NTFS will do this (windows only) as well as dm-crypt (linux
only), but I'm stumped as far as cross-platform solutions with
compatible on-disk formats. The only suggestion I could offer was to use
FAT32 and manually encrypt and decrypt the files before using them
(yuck). Any non-spanish-speakers have suggestions?


Eric
  

what is the device name of his windows partition?  i have found a way to
mount windows partitions in linux at startup.

as root, gedit /etc/fstab.  add a line like this just before the swap line:

/dev/hda1   /winauto  
auto,user,exec,rw,async 0 0

create a folder named /win, and reboot. on the gnome desktop there
should be a drive with the title 'win'.  next, configure whatever you
need to run off /win.  This is how i manage windows files in linux.


signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: How to install your GPG keys to a USB dongle for Windows

2005-06-04 Thread Dan Mundy
 i had just the opposite problem. i can't find any kind of a linux
 driver for my USB drive. 

I have since figured out how to mount my USB drive in linux, and have
edited linux's gpg.conf to accommodate for that.

Dan


signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: How to delete superceded self signatures?

2005-06-04 Thread Dan Mundy
David Shaw wrote:

 Funny you should mention that  Install the 1.4.2 release
 candidate, do --edit-key and then clean sigs.  This is a new feature
 in 1.4.2, and I'm still playing around with ways to tie it into export
 and import (optionally).
 
 Anyway, if you do clean sigs, it'll strip any superceded sigs.
 
 David

after reading this message, i compiled gpg 1.4.2rc1 and it cleaned out
my extra sigs just like you said, but it didn't get rid of them on the
keyserver.  promptly after cleaning my sigs, i uploaded my key to the
server, then downloaded it from the same server.  the unwanted sigs
still came in.  gpg or pgp or somebody should figure out a way for
people to delete keys or certain parts of them from all the keyservers!

Dan


signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: cross-OS transparent encryption

2005-06-04 Thread Dan Mundy
Erpo wrote:
 He's already doing this. Now he wants his system to automatically
 encrypt every file before it's written to that partition, and decrypt
 every file every time an application tries to read it in either OS.
 DM-Crypt does this for Linux, and NTFS has this capability in windows,
 but AFAIK there's no cross-platform solution. Linux doesn't have NTFS
 write support (let alone NTFS encryption support) and Windows certainly
 won't touch a DM-Crypt'd partition.
 
 Someone else suggested Bestcrypt and I passed that on, but it's neither
 Free software nor freeware.
 
 
 Eric

i wonder if it's possible to format all your partitions with 2
filesystems.  it would be cool to have an fs that's fat32 and ext3 at
the same time, and it would solve hernan's difficulty.

Dan


signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


How to install your GPG keys to a USB dongle for Windows

2005-06-03 Thread Dan Mundy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
i had just the opposite problem. i can't find any kind of a linux
driver for my USB drive. but i quickly figured out how to set this up
in windows without regedit. here's what you do.

1. open gpg.conf (located in your application data folder)

2. add the following lines (without quotes) after your
keyserver-options line:
keyring x:\keys\pubring.gpg
secret-keyring x:\keys\secring.gpg
no-default-keyring

x:\ is your USB drive and \keys\ is your keyring folder.

3. from your application data folder, copy pubring.gpg and
secring.gpg to x:\keys\.

that is all you have to do. and it won't mess up your registry if you
make a typo.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD8DBQFCmbptTbbnG4BhqDARAukTAJ455C//sAT3SyyrcuXK0UQJp/qpywCgnQ2G
hAevnwg0Ex3rwDrOzpyL6IY=
=2xi3
-END PGP SIGNATURE-


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


(no subject)

2005-06-03 Thread Dan Mundy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
hey everyone, just letting you all know i'm new to mailing lists.

by the way, here's my public key. make sure to sign it!

Public key for 0x4DB6E71B8061A830
- -BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1.4.1 (MingW32)
 
mQGiBEJuhSERBADLM03wfD19tlfpwGCFhb3oHgLe/9Z2d9N9rLRNk77ISV3w9SgM
P07W3x43EeM5K9rz55Islvgoa9tE1CBTzkZCxFndhsmPOUEfd4uSl/Qo+vScpEcS
3da6NkMUCx9lRv94pibTriAtqhZN37zGNtJyGHQvlGJsGfv8DK9NU3OwUwCg/5ul
8aj3sOYsPUW0hzismDMJZakD/jxeH1j3uYMSJ+TtEPiUJFysRbQ4EHA3yjlI79QM
/Hn9bnTg0JXWAsMOPNr+xrCkLryYHZILfN/duVBGic7lESqWuhl19MR2hDt4yO/9
boY1q1wzDs5AkWgmSdwFdNzQcDB5xCDssjBTsL1b2zyiUOJlsntVVwHCqROyP4O3
44veA/96VlcH7B2N1YOqlgjXWTJgRqBJQaR7k6LnQTyOf4/qVyOLSiNsauZJYz2f
dgqNJC3VWLG1A8zi1tp7NoKO5B6yTSVfMJcS2U/12WZBRjeNftZ8rvT9H2bnbJss
5WqcPPB6N3oMJ5T5S6XG6+eulaE5crNUnDw1anKzJlsDeE1clLQ2RGFuIE11bmR5
ICgqKipPRkZJQ0lBTCBLRVkqKiopIDxoYXJvYjAyQGVhcnRobGluay5uZXQ+iF4E
ExECAB4FAkKY/RgCGyMGCwkIBwMCAxUCAwMWAgECHgECF4AACgkQTbbnG4BhqDDE
CgCg+NN6isy3sMZOPLAqrTHF3ZkWo1wAoLTuZY5QEsiMjZABxq2p+DO/Z71ZtCFE
YW4gTXVuZHkgPGhhcm9iMDJAZWFydGhsaW5rLm5ldD6IYQQTEQIAIQIbIwYLCQgH
AwIDFQIDAxYCAQIeAQIXgAUCQpj9MQIZAQAKCRBNtucbgGGoMMO8AKDxFvBYtSlR
Eefa+nuLIj47ZllZ5wCgt6KW/sDN1UIj9fRTCdK2WwGrw1WITgQQEQIADgUCQm6F
IQQLAwIBAhkBAAoJEE225xuAYagw8vYAn1JGybSIfAWKCJStY+frSLHP7wsvAKC7
urTW7U9Hsruay5DDah9l0RAhT4heBBMRAgAeBQJCmOuHAhsjBgsJCAcDAgMVAgMD
FgIBAh4BAheAAAoJEE225xuAYagwYq0An1KwFc5F/i7sw1aRex6tp0QL1MhVAJ0S
WpzHgow1ALW0t7R27jm38yM637RBRGFuIE11bmR5ICgqVVNFIFRISVMgS0VZIEZP
UiBFTkNSWVBUSU9OKikgPGhhcm9iMDJAZWFydGhsaW5rLm5ldD6IXgQTEQIAHgUC
QpjqjQIbIwYLCQgHAwIDFQIDAxYCAQIeAQIXgAAKCRBNtucbgGGoMHZkAKCMfyRk
r9z5u0HaYKSTmGUnvlrF4ACfZUsVVhBo2qdtMlPMO3JlH3JS8QC5AQ0EQm6FIxAE
AOSh51rPgOHTzqrpTVw3cdQTl6TzdcsQgZMU9/3QgPnpmq7ae9zT/H8hfVQilCQE
BH8t6gk8k7Y+ycBp/6XYbncIOnwDHHNMYe4nC/Ftsn7PwCnJ/JpLby9eOlB8zozn
IJFAR8vM57Qp6xHMvppTHfyXUBki7vtU+rKTLJgFs7mxAAICA/4j68fmXRRhygBA
S2GPKdUXHlPHgKoAkdbIOfuQBM86W9NKNi3L/h65iLFltvz0C1/yVdfbfRVqTJw1
KXSH25qutCdfnPxURMeL24VgX58z2/FLnlb/5yt/MNpMJPgFF3hTe/019bA8dxWU
qIk4pJXMBseXqXissalCw6tvOWKyEIhGBBgRAgAGBQJCboUjAAoJEE225xuAYagw
eWwAnjo+g9fNx0n3SBAXiHdUAvpFtI/QAKCkfao662U4NTZt5DDeTaim39tk3Q==
=LLgi
- -END PGP PUBLIC KEY BLOCK-

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD8DBQFCmQgrTbbnG4BhqDARAo3oAJ9GrFLwwwrr1h/uUSGtJaMCVELCsACbBV6t
bD3Fx7AW6bJfxaGX8gkUbBQ=
=bvJM
-END PGP SIGNATURE-


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Sign my key - Was (no subject)

2005-06-03 Thread Dan Mundy

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Well, I'm glad someone out there saw that message... anyway, now
I've got the hang of these mailing lists!
Alright, I understand that nobody really knows I'm Dan Mundy.
But about key signing parties, you guys really are nerds! Oh
well, I guess I am one too... Anyway, I've been spreading the
word about gnupg, and hopefully some of my friends will get a
key.  In fact, I think by the end of the weekend, we will have a
new guy, so to speak...  Hope he joins this mailing list!

Dan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32) - GPGshell v3.44

iD8DBQFCoLJLTbbnG4BhqDARAg/DAKCDtq8YrX3zAly9qei5UidrhN7XJQCgmJVY
CbAK3PB5GrIkT//iqGIlB4w=
=V6WX
-END PGP SIGNATURE-



___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Mailing List Chaos!!! HELP!!

2005-06-03 Thread Dan Mundy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am very confused as to how to reply to a message and make it display
as an indented response, for example, responses to the topic Pref at
the beginning of the month.

how do i do what David Shaw did? is it something with the subject
line, like Re:? HELP!!

thanks,

Dan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFCoL/nTbbnG4BhqDARAmCsAKCSxGqWxI25nF6Bd+pADqHPiSAoJACfeBd+
LS7F9vFON4QXyNSwAS1aaEY=
=p5u/
-END PGP SIGNATURE-


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Help on Enigmail - Mozilla 1.7.7. with Win XPP

2005-06-03 Thread Dan Mundy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Dear Dan

 Thanks for those answers. Thanks to help from this group, PGPNET
 and PGP-basics on yahoo groups, I've progressed further

 Should I have other questions, I shall post them here

 Thanks again

 Subu



You're very welcome, Subu.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFCoMkWTbbnG4BhqDARAmttAKC2x13oOK1n2bEWp1KjWdljFTrJyQCgmwG9
IXzEDpoHLsZ4q/lWleHOLWU=
=boBM
-END PGP SIGNATURE-


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Mailing List Chaos!!! HELP!!

2005-06-03 Thread Dan Mundy
here's just 1 more test of what i can posibly do!! please excuse me!

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


GnuPG Clearsign vs. PGP/MIME Signing

2005-06-03 Thread Dan Mundy
hey all,

i was wondering what the differences between conventional gpg
clearsigning and pgp/mime signing are.  which one's better for what?
which should i use more often? please help me!

thanks all,

Dan



signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


[Fwd: Re: GnuPG Clearsign vs. PGP/MIME Signing]

2005-06-03 Thread Dan Mundy

---BeginMessage---
I'm wondering which kind of signing you did on this mail?

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Dan Mundy
 Sent: Samstag, 4. Juni 2005 02:31
 To: gnupg-users@gnupg.org
 Subject: GnuPG Clearsign vs. PGP/MIME Signing
 
 
 hey all,
 
 i was wondering what the differences between conventional gpg 
 clearsigning and pgp/mime signing are.  which one's better 
 for what? which should i use more often? please help me!
 
 thanks all,
 
 Dan
 
 


---End Message---
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Help on Enigmail - Mozilla 1.7.7. with Win XPP

2005-06-01 Thread Dan Mundy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 I'm totally new to GPG (I know the concepts behind PGP)

well you can rest easy because gpg is basically a free command line
version of pgp, and the two are fully compatible.

 I use Win XPP + Mozilla 1.7.7. I've recently downloaded enigmail to
 use with Mozilla - as I was advised that Enigmail has most
 functions for a startup user

good choice. i use enigmail for my email encryption and signing with gpg.

 - Lets say I get a signed message - like the ones from this
 gnupg-users list - I click on the pen ICON (displayed by
 Mozilla) to check the signature - I get a message public key not
 found - I proceed to try and download the public key from one of
 the 4 servers listed in Enigmail ~ I suppose defaults as of now in
 Enigmail - I get either a *socket error* or a *key not found error*


 - How do I proceed further ?

 - Is there a better way to import public keys into enigmail ?

i don't see why importing with enigmail would be a problem, but there
are better ways of importing keys than with enigmail.  first, you
could visit a keyserver like http://pgp.mit.edu/ or
http://pgpkeys.pca.dfn.de/, and look up a person or company in there.
you could also find a gpg-compatible keyserver and type the following
into a dos-box:

gpg --keyserver keyserver of your choice --recv-keys key ID, ie
0x12345678

 - where is the public key ring stored by enigmail ?

the public keyring used by enigmail is the same one that gpg uses. so
find your WinXP user's Application Data folder, go to gnupg and
the public keyring will be pubring.gpg (unless you have it
configured to be elsewhere, and you would know if you did.)

so i hope i helped, and good luck with gpg!

dan mundy
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFCnjArTbbnG4BhqDARAvutAKCTqpOoCWnkGtNG9DQmADrbg7S3hgCfVf/C
OfW9zrmib7GUnN7EIsQ6dvo=
=nXB3
-END PGP SIGNATURE-


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Help installing GnuPG

2005-06-01 Thread Dan Mundy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I can't for the life of me figure out how to install GPG for Red Hat
Linux 9.  I have version 1.2.1, which came with my distro, but I would
like to upgrade now.  I tried to find and rpm, but they're all for
like Fedora Core, SuSE, etc.  Also, when I downloaded the source code,
I received a ton of .c and .h files, none of which I know how to
compile.  Can somebody please help me?

Dan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFCnjfETbbnG4BhqDARAnmpAJ9H4mOSCAMMo+OXhoWVNUA+PT9cbQCgp0j/
7zrxpRgAzlFARtFq5JwSOg0=
=pVKu
-END PGP SIGNATURE-


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Help installing GnuPG

2005-06-01 Thread Dan Mundy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Overdog wrote:

 switch to the build directory. do the following

 ./configure make sudo make install (or otherwise do make install
 as root).

 On 1 Jun 2005, at 16:33, Dan Mundy wrote:


 I can't for the life of me figure out how to install GPG for Red
 Hat Linux 9. I have version 1.2.1, which came with my distro, but
 I would like to upgrade now. I tried to find and rpm, but they're
 all for like Fedora Core, SuSE, etc. Also, when I downloaded the
 source code, I received a ton of .c and .h files, none of which I
 know how to compile. Can somebody please help me?

 Dan




thanks for your help! gpg 1.4.1 is running smoothly!

dan
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFCnjvcTbbnG4BhqDARAmM+AKDd/EprZVpbDc3ARz5XkknH52daYQCgmApE
AIUb2/aBH86tJ9S0E/25hS8=
=BIEj
-END PGP SIGNATURE-


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users