-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alphax wrote:
> I know this is probably a bad idea, but I want to do it anyway...
>
> Is there anyway to set ownertrust on a key in batch mode?
>
> If there isn't, how can I generate an ownertrust file and import it?
>
> Alternatively, where can I
Forgive for my English
I need to redirect decryption log to the file. But i can't understand
how can i do it?
How can i "write log output to file descriptor n and not to stderr"?
Please, give me example of use an option "--logger-fd" in Win OS.
vitaly mailto:[EMAIL PROTEC
Hi!
I started this thread to make a request for a change of the behaviour
of the 'clean' option:
> Please make an option to delete signatures, for which there is no
> corresponding signing key on the local keyring.
When there was some support for my idea, but no reaction from the
developers, I
Can someone tell me the difference between to two commands below?
gpg -r ### --armor --sign --encrypt OUTFILE
gpg -r ### --armor --sign --encrypt --textmode < INFILE > OUTFILE
We are using the first command for our GPG encryption today, but may have a
need to use the --textmode for a new
On Thu, Nov 03, 2005 at 05:38:37PM -0600, [EMAIL PROTECTED] wrote:
>
> Can someone tell me the difference between to two commands below?
> gpg -r ### --armor --sign --encrypt OUTFILE
> gpg -r ### --armor --sign --encrypt --textmode < INFILE > OUTFILE
>
> We are using the first command fo
--textmode tells gpg/pgp that the input file is a text
file. This allows proper decryption and record
seperator translation on the receiving system
depending if it is *nix, Windows, or... like we use,
an OS/390 mainframe (EBCDIC).
--- [EMAIL PROTECTED] wrote:
>
> Can someone tell me the differe