Package: libgnupg-perl Version: 0.9-9 Severity: normal *** Please type your report below this line ***
When i symmetric encrypt/decrypt a file there are the output "invalid passphrase at ... line ...". here are my testcode: ---- #!/usr/bin/perl -w use strict; use GnuPG; my $gpg = new GnuPG(); my $secret="secret"; $gpg -> encrypt (plaintext => "file.txt", output => "save.gpg", symmetric => 1, passphrase => $secret); $gpg -> decrypt (ciphertext => "save.pgp", output => "plain.txt", symmetric => 1, passphrase => $secret; ---- -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.24-rc5-486 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libgnupg-perl depends on: ii gnupg 1.4.6-2 GNU privacy guard - a free PGP rep libgnupg-perl recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]