[PHP] php + pgp (gnupg)

2001-10-18 Thread Kasper

Can i decrypt files with pgp (gnupg) with php scripts?

If i can, does anybody have an example or 2?

Thanx
/Kasper



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] php + pgp (gnupg)

2001-10-18 Thread Evan Nemerson

Yes. Use backticks, system(), exec(), etc.

For help on command line w/ GnuPG, try gpg --help.

I don't have examples, but there are probably some @ hotscripts.com



-- 
Looking for a parallel, three-dimensional explicit Eulerian grid code for 
astrophysical magnetohydrodynamics? Of course you are! Everyone is!
http://lca.ncsa.uiuc.edu/lca_intro_zeusmp.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] php + pgp (gnupg)

2001-10-18 Thread Joseph Blythe

ive done this b4 but havn't got the scripts here they at home (can't
remember the exact command line, but from memory was a little fiddly), if
you have any problems send a email to [EMAIL PROTECTED] over the weekend
and i will gladly try and dig up an example for you.

regards

joseph

-Original Message-
From: Kasper [mailto:[EMAIL PROTECTED]]
Sent: Friday, 19 October 2001 8:30 AM
To: [EMAIL PROTECTED]
Subject: [PHP] php + pgp (gnupg)


Can i decrypt files with pgp (gnupg) with php scripts?

If i can, does anybody have an example or 2?

Thanx
/Kasper



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]