w if that gives any clues.
Vince
Beans57 wrote:
>
> Hi all
> I'm trying to write some code to secure credit cards in a PHP based
> website using openssl. I want to generate the public / private keys using
> PHP. (This bit is fine). Then encrypt the card number using PHP. (This i
Hi all
I'm trying to write some code to secure credit cards in a PHP based website
using openssl. I want to generate the public / private keys using PHP. (This
bit is fine). Then encrypt the card number using PHP. (This is also fine as
I've tested that I can decrypt it again using PHP). But eventu