Forum Moderators: coopster

Message Too Old, No Replies

PHP encryption

         

lZakl

7:57 pm on Dec 28, 2004 (gmt 0)

10+ Year Member



Hello, I am working on a commerce type portion of a site for a client of mine. I have never done Credit Card handling though in PHP, and this is what their site is built in. I know that PERL has the PGP, but am not sure as to whether there is something like that for PHP where it will encrypt the card# for me to email. I have tested the SSL connection and this works, but I just need to know how to encrypt. I have Googled and only found verification scripts to check the cards based on the # of digits and the Card # versus Card type, but that’s it! If there is a tutorial, I would like to learn, however if there is a module that I can use that’s fine too.

(I am so disillusioned by this that I am considering a rebuild and moving to PERL)

orion_rus

10:00 pm on Dec 28, 2004 (gmt 0)

10+ Year Member



PHP have much better ways to make services that u needed.
PGP (Pretty Good Privacy) instruction can be found here:
1. Here [web.mit.edu]
2. Here [pgp.com]
3. Or here [pgpi.org]
But u can also see GPG (Gnu Privacy Guard) it's free well worked privacy system. U can find it:
1. Here [gnupg.org]