Private key Public key encryption with PHP?

Private key Public key encryption with PHP?

am 04.01.2008 23:03:59 von Jim

Is there a way to do private key/public key encryption with php?

jim

Re: Private key Public key encryption with PHP?

am 05.01.2008 03:30:42 von Jerry Stuckle

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
==================

Re: Private key Public key encryption with PHP?

am 06.01.2008 05:45:41 von thyb0

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Ā“