help

sahar yousefi <[email protected]> Mon, 30 May 2011 11:21:13 -0700 (PDT)
Newsgroups gmane.comp.encryption.gpg.libgcrypt.devel,gmane.comp.encryption.gpg.gpa.devel
Message-ID <[email protected]>
--===============1319332675==
Content-Type: multipart/alternative; boundary="0-572120946-1306779673=:30329"

--0-572120946-1306779673=:30329
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hello
I'm working on asymmetric keys for encryption and decryption of files. I am=
 going to encrypt data on sender PC using receiver's public key and send en=
crypted data to receiver in order to decrypt it using its private key.
=C2=A0I have two PCs (A and B). I created a (public key, private key) on A =
and sent its public key to B. the public key is attached. Then I tried to e=
ncrypt a dir using "gpgdir" command. But I encountered below error. I'm won=
dered why gpg is looking for A's private key? Whenever we don=E2=80=99t wan=
t B knows the private key? How can I fix it?
=C2=A0
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
# gpgdir --verbose -K [email protected] -e /home/yousefi/Desktop/a
[+] import_perl_modules(): The @INC array:
/usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi
/usr/local/lib/perl5/site_perl/5.10.0
/usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.10.0
/usr/lib/perl5/vendor_perl
/usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi
/usr/lib/perl5/5.10.0
/usr/lib/perl5/site_perl
.
[+] Executing: gpgdir --verbose -K [email protected] -e /home/yousefi/De=
sktop/a
=C2=A0=C2=A0=C2=A0 Using GnuPG key: [email protected]
=C2=A0=C2=A0=C2=A0 Enter password (for initial encrypt/decrypt test)
Password: 21961363
=C2=A0
[+] test_mode(): Encrypt/Decrypt test of gpgdir_test.2902
[+] test_mode(): Created gpgdir_test.2902
Reading passphrase from file descriptor 9=C2=A0=C2=A0=C2=A0=20
=C2=A0
pub=C2=A0 1024R/18EA55AA 2011-05-30 ghasemi (this is a encrypt test) <el_gh=
[email protected]>
=C2=A0Primary key fingerprint: C4F9 1073 B733 C752 C18C=C2=A0 EF81 1BFC 4C8=
6 58C0 723B
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Subkey fingerprint: D953 4E49 13CA 998C BF0F=
=C2=A0 3CE5 7E3A 9360 18EA 55AA
=C2=A0
It is NOT certain that the key belongs to the person named
in the user ID.=C2=A0 If you *really* know what you are doing,
you may answer the next question with yes.
=C2=A0
Use this key anyway? (y/N) y
gpg: 18EA55AA: There is no assurance this key belongs to the named user
[+] test_mode(): Successful encrypt of gpgdir_test.2902
Reading passphrase from file descriptor 9=C2=A0=C2=A0=C2=A0=20
=C2=A0=C2=A0=C2=A0 GnuPG errors:
gpg: encrypted with 1024-bit RSA key, ID 18EA55AA, created 2011-05-30
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 "ghasemi (this is a encrypt test) <el_ghasem=
[email protected]>"
gpg: decryption failed: secret key not available
=C2=A0=C2=A0=C2=A0 GnuPG status:
[GNUPG:] ENC_TO 7E3A936018EA55AA 1 0
[GNUPG:] NO_SECKEY 7E3A936018EA55AA
[GNUPG:] BEGIN_DECRYPTION
[GNUPG:] DECRYPTION_FAILED
[GNUPG:] END_DECRYPTION
[*] Created zero-size file: gpgdir_test.2902
=C2=A0=C2=A0=C2=A0 Bad password? Try with --verbose at /usr/bin/gpgdir line=
 642.
=C2=A0
Best regards
--0-572120946-1306779673=:30329
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<table cellspacing=3D"0" cellpadding=3D"0" border=3D"0" ><tr><td valign=3D"=
top" style=3D"font: inherit;"><P style=3D"TEXT-ALIGN: left; MARGIN: 0cm 0cm=
 0pt; unicode-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3=
 face=3D"Times New Roman">Hello</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; unicode-bidi: embed; DIR=
ECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"Times New Roman">I'm =
working on asymmetric keys for encryption and decryption of files. I am goi=
ng to encrypt data on sender PC using receiver's public key and send encryp=
ted data to receiver in order to decrypt it using its private key.</FONT></=
DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3><FONT fa=
ce=3D"Times New Roman"><SPAN style=3D"mso-spacerun: yes">&nbsp;</SPAN>I hav=
e two PCs (A and B). I created a (public key, private key) on A and sent it=
s public key to B. the public key is attached. Then I tried to encrypt a di=
r using "gpgdir" command. But I encountered below error. I'm wondered why g=
pg is looking for A's private key? Whenever we don=E2=80=99t want B knows t=
he private key? How can I fix it?</FONT></FONT></DIV>
<P style=3D"TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; unicode-bidi: embed; DIR=
ECTION: ltr" class=3DMsoNormal><?xml:namespace prefix =3D o ns =3D "urn:sch=
emas-microsoft-com:office:office" /><o:p><FONT size=3D3 face=3D"Times New R=
oman">&nbsp;</FONT></o:p></DIV>
<P style=3D"TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; unicode-bidi: embed; DIR=
ECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"Times New Roman">=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman"># gpgdir --verbose -K [email protected] -e /home/yousef=
i/Desktop/a</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">[+] import_perl_modules(): The @INC array:</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">/usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-threa=
d-multi</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">/usr/local/lib/perl5/site_perl/5.10.0</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">/usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-mu=
lti</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">/usr/lib/perl5/vendor_perl/5.10.0</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">/usr/lib/perl5/vendor_perl</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">/usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi</FONT></=
DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">/usr/lib/perl5/5.10.0</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">/usr/lib/perl5/site_perl</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3><FONT fa=
ce=3D"Times New Roman">.<SPAN style=3D"FONT-FAMILY: 'B Nazanin'; FONT-SIZE:=
 14pt; mso-ansi-font-size: 12.0pt" dir=3Drtl lang=3DFA><o:p></o:p></SPAN></=
FONT></FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><SPAN dir=3Dltr></SPAN>=
<SPAN dir=3Dltr></SPAN><FONT size=3D3 face=3D"Times New Roman">[+] Executin=
g: gpgdir --verbose -K [email protected] -e /home/yousefi/Desktop/a</FON=
T></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3><FONT fa=
ce=3D"Times New Roman"><SPAN style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;=
 </SPAN>Using GnuPG key: [email protected]</FONT></FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3><FONT fa=
ce=3D"Times New Roman"><SPAN style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;=
 </SPAN>Enter password (for initial encrypt/decrypt test)</FONT></FONT></DI=
V>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">Password: 21961363</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><SPAN style=3D"FONT-FAM=
ILY: 'B Nazanin'; FONT-SIZE: 14pt; mso-ansi-font-size: 12.0pt" dir=3Drtl la=
ng=3DFA><o:p>&nbsp;</o:p></SPAN></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><SPAN dir=3Dltr></SPAN>=
<SPAN dir=3Dltr></SPAN><FONT size=3D3 face=3D"Times New Roman">[+] test_mod=
e(): Encrypt/Decrypt test of gpgdir_test.2902</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">[+] test_mode(): Created gpgdir_test.2902</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3><FONT fa=
ce=3D"Times New Roman">Reading passphrase from file descriptor 9<SPAN style=
=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN></FONT></FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><SPAN style=3D"FONT-FAM=
ILY: 'B Nazanin'; FONT-SIZE: 14pt; mso-ansi-font-size: 12.0pt" dir=3Drtl la=
ng=3DFA><o:p>&nbsp;</o:p></SPAN></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">pub<SPAN style=3D"mso-spacerun: yes">&nbsp; </SPAN>1024R/1=
8EA55AA 2011-05-30 ghasemi (this is a encrypt test) &lt;[email protected]=
m&gt;</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3><FONT fa=
ce=3D"Times New Roman"><SPAN style=3D"mso-spacerun: yes">&nbsp;</SPAN>Prima=
ry key fingerprint: C4F9 1073 B733 C752 C18C<SPAN style=3D"mso-spacerun: ye=
s">&nbsp; </SPAN>EF81 1BFC 4C86 58C0 723B</FONT></FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3><FONT fa=
ce=3D"Times New Roman"><SPAN style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp; </SPAN>Subkey fingerprint: D953 4E49 13CA 998C BF0F<SPAN style=
=3D"mso-spacerun: yes">&nbsp; </SPAN>3CE5 7E3A 9360 18EA 55AA</FONT></FONT>=
</DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><SPAN style=3D"FONT-FAM=
ILY: 'B Nazanin'; FONT-SIZE: 14pt; mso-ansi-font-size: 12.0pt" dir=3Drtl la=
ng=3DFA><o:p>&nbsp;</o:p></SPAN></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">It is NOT certain that the key belongs to the person named=
</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">in the user ID.<SPAN style=3D"mso-spacerun: yes">&nbsp; </=
SPAN>If you *really* know what you are doing,</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">you may answer the next question with yes.</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><SPAN style=3D"FONT-FAM=
ILY: 'B Nazanin'; FONT-SIZE: 14pt; mso-ansi-font-size: 12.0pt" dir=3Drtl la=
ng=3DFA><o:p>&nbsp;</o:p></SPAN></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">Use this key anyway? (y/N) y</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">gpg: 18EA55AA: There is no assurance this key belongs to t=
he named user</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">[+] test_mode(): Successful encrypt of gpgdir_test.2902</F=
ONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3><FONT fa=
ce=3D"Times New Roman">Reading passphrase from file descriptor 9<SPAN style=
=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN></FONT></FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3><FONT fa=
ce=3D"Times New Roman"><SPAN style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;=
 </SPAN>GnuPG errors:</FONT></FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">gpg: encrypted with 1024-bit RSA key, ID 18EA55AA, created=
 2011-05-30</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3><FONT fa=
ce=3D"Times New Roman"><SPAN style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp; </SPAN>"ghasemi (this is a encrypt test) &lt;el_ghasemi@yahoo.=
com&gt;"</FONT></FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">gpg: decryption failed: secret key not available</FONT></D=
IV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3><FONT fa=
ce=3D"Times New Roman"><SPAN style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;=
 </SPAN>GnuPG status:</FONT></FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">[GNUPG:] ENC_TO 7E3A936018EA55AA 1 0</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">[GNUPG:] NO_SECKEY 7E3A936018EA55AA</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">[GNUPG:] BEGIN_DECRYPTION</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">[GNUPG:] DECRYPTION_FAILED</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">[GNUPG:] END_DECRYPTION</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">[*] Created zero-size file: gpgdir_test.2902</FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3><FONT fa=
ce=3D"Times New Roman"><SPAN style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;=
 </SPAN>Bad password? Try with --verbose at /usr/bin/gpgdir line 642.</FONT=
></FONT></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><o:p><FONT size=3D3 fac=
e=3D"Times New Roman">&nbsp;</FONT></o:p></DIV>
<P style=3D"TEXT-ALIGN: left; LINE-HEIGHT: normal; MARGIN: 0cm 0cm 0pt; uni=
code-bidi: embed; DIRECTION: ltr" class=3DMsoNormal><FONT size=3D3 face=3D"=
Times New Roman">Best regards</FONT></DIV></td></tr></table>
--0-572120946-1306779673=:30329--


--===============1319332675==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Gcrypt-devel mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gcrypt-devel

--===============1319332675==--