UTF8 passphrase problem (I think)

Atom 'Smasher' atom at suspicious.org
Fri Jul 23 05:18:02 CEST 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

for the keys that you're having problems with, have you tried to change 
(or reset) the passphrase using --edit-key (passwd, save)?? if it fails, 
what's the failure message? does it give you three tries to enter the 
passphrase?

try that first... then.... hold on tight...

1) backup your keyrings.

2) make a junk directory:
 	mkdir ~/junk

3) export the problem keys from the old keyring to the "junk" directory:
 	gpg --export {key-id} | gpg --home ~/junk --import
 	gpg --export-secret-key {key-id} | gpg --home ~/junk --import
if that fails, what's the error message?

4) you now have the public and private (problem) keys in a new keyring. 
edit the new keyring and try to reset the passphrase (passwd, save):
 	gpg --home ~/junk --edit-key {key-id}
if that fails, what's the error message?

5) *if* that works, then purge the keys from the old keyring and import 
from the "junk" keyring:
 	gpg --home ~/junk --export | gpg --import
 	gpg --home ~/junk --export-secret-keys | gpg --import

i actually don't have high hopes for this, but it *might* do the trick... 
or at least reveal some error messages that might point in the right 
direction. depending on your error message, i'm beginning to suspect that 
you may have lost the passphrases. did you do anything weird with 
uppercase/ lowercase letters? or substituting numbers for letters? or 
anything weird with spaces or punctuation?


         ...atom

  _________________________________________
  PGP key - http://atom.smasher.org/pgp.txt
  762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808
  -------------------------------------------------

 	"We've got to pause and ask ourselves:
 	 How much clean air do we need?"
 		-- Lee Iacocca,
 		former president of Chrysler Motor Corp
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.3.6 (FreeBSD)
Comment: What is this gibberish?
Comment: http://atom.smasher.org/links/#digital_signatures

iQEcBAEBCAAGBQJBAINyAAoJEAx/d+cTpVciqvQIALkImLt7dAVxKsEe5WWPlil0
9WW3ZdsJ5+Icub88bTLwmDMaOAU5pifi9exZv27G7gKh1GW2xLrisHsJx9B2PAca
DJss0BXqq1fpyxac4hOZA+uzD0LXZZmt7QDoFlGgw5Ag24jm8jMgzK/XRmngUrcX
VBwCoU7w3C7DC4XQjEyBqEmN5kDdREaWNjmr2d84BTBchqhLcxz8UZCLa7qSiCSS
TFAbXm7SSMNUQY6Lh97QhmLVo05CwxEIDEVhy4K3f1tvdwOzBbSnzoRVbHFUrrFh
i/Fm/DereVqgqIrx/i4ORpD79Jp9sCvhH5UFpI3tJhsmHQa3iItukAALqUE7uL4=
=3lRg
-----END PGP SIGNATURE-----



More information about the Gnupg-users mailing list