-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Greetings,
First, apologies to those who receive 2 copies of this message, or those
for whom this message is unwelcome in any way.
I wanted to send a quick note for those who are using, or may be
interested in using my scripts to integrate GnuPG
Hi,
I'm using GPG version 1.6.3 to encrypt decrypt some XML files kept on a
windows server in a particular folder . There are around 10 to 50 files in
that folder.
I create a batch file with the decrypt / encrypt commands for all these
files and then execute the batch file.
PGP process starts an
I don't know about Qt libraries but I found that just running the GTK
code fragment checked it fairly easily:
/* Simple check for X display with GTK+ */
include
void main (int argc, char **argv){
gboolean return_code;
/* Checks is X Server responds to initialization
Returns true on success
On Tue 27/07/10 11:02 AM , m...@proseconsulting.co.uk sent:
> On Tue 27/07/10 9:12 AM , Werner Koch sent:
> > On Mon, 26 Jul 2010 10:01, said:
> > > gpg --fingerprint --list-keys "$1" |
> > > $AWK -v tmpfile="$TMPFILE" -v trustlevel="$2"
> >
> > Please use --with-colons for all scripts. Th