Private key Public key encryption with PHP?
am 04.01.2008 23:03:59 von JimIs there a way to do private key/public key encryption with php?
jim
Is there a way to do private key/public key encryption with php?
jim
jim wrote:
> Is there a way to do private key/public key encryption with php?
>
> jim
>
>
>
Hi, Jim,
Yep, check out the OpenSSL functions.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Jerry Stuckle wrote:
> jim wrote:
>> Is there a way to do private key/public key encryption with php?
>>
>> jim
>>
>>
>
> Hi, Jim,
>
> Yep, check out the OpenSSL functions.
>
There's also GnuPG extension available:
http://php.net/manual/en/ref.gnupg.php
-thibĀ“