Hello,
On Saturday, April 15, 2006 at 2:33:21 -0400, feitao wrote:
> [embedded filenames] gpg has some problem with some Chinese
> characters. For example, it interprets '‚S' as '\x8S'
Confirmed with GnuPG 1.4.3 on Linux. It seems that in characters
encoding, all bytes that are between 0x80
Try gpg --blahblah > logfile.txt 2>&1
Then you'll redirect stderr and stdout in the logfile.txt.
Dennis
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users
Hi all, my
"gpg --version"
lists various algos (e.g. AES, 3DES, etc.) as being supported... is there a
way to determine if such algos are used in CBC mode by gpg (or is it a
default behaviour?)...
for example, documentation for other software such as cryptographic device
drivers (cgd) in NetB