Re: Non-ascii embedded filename

2006-04-15 Thread Alain Bench
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

Re: GPG Logfile

2006-04-15 Thread Dennis Heitmann
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

supported ciphers... in CBC mode?

2006-04-15 Thread leon z
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