Re: Encrypt using PHP Decrypt on Windows

2010-06-04 Thread Beans57
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

Encrypt using PHP Decrypt on Windows

2010-06-02 Thread Beans57
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