Posted by Chris Newey on 05/11/05 07:09
In article <1115694315.226973.9200@z14g2000cwz.googlegroups.com>,
scott@webscott.com says...
> I am trying to run GnuPG encrypt and decrypt functions from a PHP
> script on a Win2k machine. I have tried several variations to no
> avail. Basically what I want to be able to do is something like this:
>
> <?php
> $cmdStr = 'C:\\GnuPG\\gpg -r recipient --encrypt file2encrypt.txt';
> exec($cmdStr);
> ?>
>
> Has anyone had any success with this?
>
> Scott
>
>
Might be nice if you told us what the problem is
Navigation:
[Reply to this message]
|